Update PLATFORM_SUPPORT regarding feature flags (#12741)

This was out of date after removing `extra` and moving towards the
polars plugin
This commit is contained in:
Stefan Holderbach 2024-05-03 08:49:44 +02:00 committed by GitHub
parent 72f3942c37
commit eff2f1b3b0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.