Commit Graph

41 Commits

Author SHA1 Message Date
ab915f1c44 Revert "Revert "Migrate most uses of the Span concept to Tag""
This reverts commit bee7c5639c.
2019-09-14 11:30:24 -05:00
bee7c5639c Revert "Migrate most uses of the Span concept to Tag" 2019-09-11 19:53:05 +12:00
58b7800172 Migrate most uses of the Span concept to Tag
Also migrate mv, rm and commands like that to taking a
SyntaxType::Pattern instead of a SyntaxType::Path for their first
argument.
2019-09-10 20:41:03 -07:00
540e93aa3a question mark character can also be in glob patterns. 2019-09-10 12:26:56 -05:00
ca0c6eaf58 This commit introduces a basic help feature. We can go to it
with the `help` command to explore and list all commands available.

Enter will also try to see if the location to be entered is an existing
Nu command, if it is it will let you inspect the command under `help`.

This provides baseline needed so we can iterate on it.
2019-08-31 19:06:11 -05:00
d71206ed9e Implement WholeStreamCommand for all remaining commands 2019-08-19 15:16:39 +10:00
eeed31837f cleanup 2019-08-10 08:49:43 +12:00
83030094e0 All tests pass 2019-08-09 17:36:43 +12:00
aadacc2d36 Merge master 2019-08-09 16:51:21 +12:00
c231dd32cd Multi shells (#254)
Add multi-shells
2019-08-08 05:49:11 +12:00
99671b8ffc Move more parts to tags and away from spans 2019-08-05 20:54:29 +12:00
6b7d9c1de0 Add glob to ls 2019-08-02 15:10:06 +12:00
462f783fac initial change to Tagged<Value> 2019-08-01 13:58:42 +12:00
5a8e041a48 Tests pass! 2019-07-23 15:22:11 -07:00
15507f00fc Introduce CallInfo, which abstracts args, name_span, and source_map 2019-07-20 14:27:10 +12:00
2ed46046bd Cleanup for upcoming release 2019-07-17 07:10:25 +12:00
2da12aed56 Tests pass 2019-07-12 19:20:26 -07:00
7b68739b52 WIP 2019-07-12 19:20:26 -07:00
34033afce4 WIP improve error infrastructure
Also simplify commands and reduce papercuts
2019-07-12 19:20:26 -07:00
d0860837d2 Merge branch 'nom2' into nom4 2019-06-22 18:20:13 -04:00
4036bf1ffd &str -> Text 2019-06-22 16:46:16 -04:00
9ae9beb94a WIP 2019-06-22 15:43:37 +12:00
e981129f1f Things work 2019-06-21 21:36:57 -04:00
68a04829cb Add more information to sysinfo 2019-06-21 13:35:51 +12:00
54be5bf16e Update errors and improve ctrl-c 2019-06-16 06:36:17 +12:00
910869b79d Get stream errors working 2019-06-16 05:52:55 +12:00
108439f3d1 Add basic obj path indexing 2019-06-14 13:59:13 +12:00
f40089f29b Better cd and ls 2019-06-14 09:47:25 +12:00
e94d1d2758 Add pretty errors to commands 2019-06-08 10:35:07 +12:00
c050ce852b Lots of misc improvements 2019-06-03 19:41:28 +12:00
625a356361 Data flows across commands via streams now 2019-05-23 00:23:06 -07:00
261d7a793f Restructure and make commands uniform 2019-05-22 00:12:03 -07:00
6b82e3a8a8 Simplify commands 2019-05-15 17:21:46 -07:00
af1963d148 Remove dead code 2019-05-15 15:58:44 -07:00
a5a34b88a8 More cleanup 2019-05-15 15:23:36 -07:00
91f7d5384f Strip away a bit of cruft and add reject 2019-05-15 14:44:06 -07:00
ceb0487eba A bunch of rework
I'm gonna use a VecDeque now instead of trying to get async streams
working to make progress, but the intent is that we should be able to
use async streams in and out to interleave the work better.
2019-05-13 13:30:51 -04:00
e6da37f5be Continue prepping for object streams 2019-05-11 15:59:57 -07:00
aa3fe0b0db Prep for streaming objects 2019-05-11 01:08:21 -07:00
51e921b085 A bit more infra 2019-05-11 00:00:33 -07:00
8f3b273337 objectshell initial commit 2019-05-10 09:59:12 -07:00