mirror of
https://github.com/nushell/nushell.git
synced 2024-11-22 00:13:21 +01:00
8822750048
# Description Previously, the plugin itself would also print error messages about mismatched versions, and there could be many of them while parsing a `register` command which would be hard to follow. This removes that behavior so that the error message is easier to read, and also makes the error message on the engine side mention the plugin name so that it's easier to tell which plugin needs to be updated. The python plugin has also been modified to make testing this behavior easier. Just change `NUSHELL_VERSION` in the script file to something incompatible. # User-Facing Changes - Better error message # Tests + Formatting - 🟢 `toolkit fmt` - 🟢 `toolkit clippy` - 🟢 `toolkit test` - 🟢 `toolkit test stdlib` |
||
---|---|---|
.. | ||
nu_plugin_python_example.py |