Jonathan Turner
cb7723f423
Refactor scope ( #2602 )
...
* Refactor scope to have parents
* Refactor scope to have parents
* Refactor scope to have parents
* Clippy
Co-authored-by: Jonathan Turner <jonathan@pop-os.localdomain>
2020-09-26 11:40:02 +12:00
Jonathan Turner
1882a32b83
Context cleanup ( #2581 )
...
* Specialize 'Context' to EvaluationContext and CompletionContext
* Specialize 'Context' to EvaluationContext and CompletionContext
* fmt
2020-09-20 09:29:51 +12:00
Andrés N. Robalino
034c33c2b5
Allow invocations and fix span error reporting.
2020-08-26 06:46:14 -05:00
Andrés N. Robalino
48cfc9b598
apply all the block run's stream. ( #2339 )
2020-08-12 02:51:24 -05:00
Shaurya Shubham
3282a509a9
Make insert take in a block ( #2265 )
...
* Make insert take in a block
* Add some tests
2020-07-30 16:58:54 +12:00
Joseph T. Lyons
dbe0effd67
User error propagation operator ( #2201 )
2020-07-18 13:12:06 +12:00
Jonathan Turner
c959dc1ee3
Another batch of removing async_stream ( #1972 )
2020-06-13 16:03:39 +12:00
Jonathan Turner
360e8340d1
Move run to be async ( #1913 )
2020-05-29 20:22:52 +12:00
Jason Gedge
acf13a6fcf
Add (near) automatic testing for command examples ( #1777 )
2020-05-18 08:56:01 -04:00
Shaurya Shubham
41e1aef369
Fix the insert command ( #1815 )
2020-05-17 08:30:52 -04:00
Jonathan Turner
076fde16dd
Evaluation of command arguments ( #1801 )
...
* WIP
* WIP
* WIP
* WIP
* WIP
* WIP
* WIP
* WIP
* WIP
* WIP
* WIP
* WIP
* WIP
* WIP
* WIP
* WIP
* WIP
* WIP
* WIP
* WIP
* Finish adding the baseline refactors for argument invocation
* Finish cleanup and add test
* Add missing plugin references
2020-05-16 15:18:24 +12:00
Jonathan Turner
8bd3cedce1
It expansion ( #1668 )
...
* First step in it-expansion
* Fix tests
* fix clippy warnings
2020-04-27 14:04:54 +12:00
Jason Gedge
b2c5af457e
Move most of the root package into a subcrate. ( #1445 )
...
This improves incremental build time when working on what was previously
the root package. For example, previously all plugins would be rebuilt
with a change to `src/commands/classified/external.rs`, but now only
`nu-cli` will have to be rebuilt (and anything that depends on it).
2020-03-04 13:58:20 -05:00