7eb022b58c
Adapt tk's work for a source command
2021-10-06 15:29:05 +13:00
d481d5ca96
Merge branch 'main' of https://github.com/nushell/engine-q into source-command
2021-10-05 22:16:07 -04:00
996ee363b7
comments
2021-10-05 22:03:18 -04:00
011ad2e4e6
Merge branch 'source-command' of https://github.com/moonrise-tk/engine-q into source-command
2021-10-05 21:59:26 -04:00
d6d0bad7aa
reverted
2021-10-05 21:59:16 -04:00
6f5f1fa43a
Clippy
2021-10-04 22:37:43 +03:00
4dacfaa44a
Add import pattern support to 'hide'
2021-10-04 20:08:24 +03:00
dfd321a679
Merge branch 'main' into source-command
2021-10-03 14:25:00 -04:00
909b7d2160
no-op
2021-10-03 14:23:23 -04:00
e1a0ad2987
fix more merge conflicts
2021-10-01 22:24:43 -04:00
6595c06598
Relax panic into error
...
Convert the panic when declaration cannot find predeclaration into an
error. This error is already covered and reported in the predeclaration
phase.
2021-10-02 03:42:35 +03:00
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
2af8116f50
Fix hiding logic; Fix hiding with predecls
...
* Hiding logic is simplified and fixed so you can hide and unhide the
same def repeatedly.
* Separates predeclared ids into its own data structure to protect them
from hiding. Otherwise, you could hide the predeclared variable and
the actual def would panic.
2021-10-01 23:24:57 +03:00
7488254cca
Implement a rough version of 'hide'
...
'hide' command is used to undefine custom commands
2021-10-01 23:24:54 +03:00
93521da9d8
Add 'export def' command
2021-10-01 23:21:28 +03:00
561feff365
Introduce 'export' keyword
2021-10-01 23:19:39 +03:00
1b89ccf25b
Add comment
2021-10-01 23:19:39 +03:00
84d0e0a059
More forgiving def parse
2021-09-27 14:03:50 +13:00
0a48bc973d
Merge pull request #72 from nushell/import_patterns
...
Add import lists
2021-09-27 13:32:36 +13:00
0108a935ed
add import lists
2021-09-27 13:23:22 +13:00
9ee4dc49ee
Fix wrong error span
2021-09-27 00:02:20 +03:00
abb0d7bd22
Add support for module imports
2021-09-27 07:39:19 +13:00