nushell/crates
Jakub Žádník 25b05dec9e Fix panic on double def; Tests; Double def error
* Fixes a panic with defining two commands with the same name caused by
  declaration not found after predeclaration.
* Adds a new error if a custom command is defined more than once in one
  block.
* Add some tests
2021-10-01 23:25:24 +03:00
..
nu-cli deps: bump to miette 3.0 mainline 2021-09-22 16:50:57 -07:00
nu-command Move new commands to the new structure 2021-10-01 23:24:57 +03:00
nu-engine Add support for module imports 2021-09-27 07:39:19 +13:00
nu-json Add 'from json' 2021-10-01 18:11:49 +13:00
nu-parser Fix panic on double def; Tests; Double def error 2021-10-01 23:25:24 +03:00
nu-path Add 'from json' 2021-10-01 18:11:49 +13:00
nu-protocol Fix panic on double def; Tests; Double def error 2021-10-01 23:25:24 +03:00
nu-table Improve completions inside of a pipeline 2021-09-10 20:07:18 +12:00