From eff2f1b3b039d8de82891ea594c3970f2bcef5ce Mon Sep 17 00:00:00 2001 From: Stefan Holderbach Date: Fri, 3 May 2024 08:49:44 +0200 Subject: [PATCH] Update PLATFORM_SUPPORT regarding feature flags (#12741) This was out of date after removing `extra` and moving towards the polars plugin --- devdocs/PLATFORM_SUPPORT.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/devdocs/PLATFORM_SUPPORT.md b/devdocs/PLATFORM_SUPPORT.md index 4f40c073b2..46efdfbe5c 100644 --- a/devdocs/PLATFORM_SUPPORT.md +++ b/devdocs/PLATFORM_SUPPORT.md @@ -34,9 +34,8 @@ We will try to provide builds for all of them but a standard configuration for x We have features of Nushell behind flags that can be passed at compilation time. The design focus of Nushell is primarily expressed by everything accessible without passing additional feature flag. This provides a standard command set and receives the most attention. -Two other feature flags are actively tested but are not guaranteed to express the stable design direction of Nushell: -- `extra` - - This includes commands where we are not convinced that they are ready to be stabilized for 1.0 or popular enough + +One option feature flag is currently tested in CI but contains a feature that may be moved to a plugin: - `dataframe` - This includes dataframe support via `polars` and `arrow2`. Introduces a significant additional compilation and binary size. - Due to the use of SIMD extensions may not be compatible with every minimal architecture.