mirror of
https://github.com/nushell/nushell.git
synced 2024-12-23 23:49:44 +01:00
931f522616
Context: @abusch is working on a semver plugin with custom values and wants users to be able to convert them back to strings # Description This allows `into string` to work on custom values if their base value representation could be converted into a string with the same rules. # User-Facing Changes `into string` works on custom values. Unfortunately, I couldn't really demo this with an example, because there aren't any custom values that can be represented that way included. # Tests + Formatting I was able to write a test using the custom values plugin. - 🟢 `toolkit fmt` - 🟢 `toolkit clippy` - 🟢 `toolkit test` - 🟢 `toolkit test stdlib` |
||
---|---|---|
.. | ||
formats | ||
config.rs | ||
core_inc.rs | ||
custom_values.rs | ||
env.rs | ||
mod.rs | ||
register.rs | ||
stream.rs |