mirror of
https://github.com/nushell/nushell.git
synced 2024-11-21 16:03:19 +01:00
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:
parent
72f3942c37
commit
eff2f1b3b0
@ -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.
|
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.
|
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`
|
One option feature flag is currently tested in CI but contains a feature that may be moved to a plugin:
|
||||||
- This includes commands where we are not convinced that they are ready to be stabilized for 1.0 or popular enough
|
|
||||||
- `dataframe`
|
- `dataframe`
|
||||||
- This includes dataframe support via `polars` and `arrow2`. Introduces a significant additional compilation and binary size.
|
- 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.
|
- Due to the use of SIMD extensions may not be compatible with every minimal architecture.
|
||||||
|
Loading…
Reference in New Issue
Block a user