Dan Davison

Results 601 comments of Dan Davison

The current approach I'm taking here is: - Add a field `operates_on_cell_paths` to `Signature` (currently that's a new field on the struct, but actually I think we may be able...

> I’m not sure I understand, can you give an example? AIUI "command overloading" means that the "same command" exists in a number of variant forms which differ in the...

> As I'm sure you've experienced, updating things like a.b.c.d.e are way harder than they should be. Actually, no, I'm not sure what you mean, could you expand a bit?...

> Here's one real-world example that came from Discord. Responded in that issue; I don't see the bug or feature request there.

> How might this work out when you have a command which has multiple possible outputs? first x returns a list but first returns a value, for instance. Will it...

> It's clearly known that this is not complete yet but I was trying it out and saw that it was puking on plugins so I wanted to add it...

@rgwood thanks I've rebase on `main` now. (I do force-push to my feature branches -- not sure if that causes a problem with the `gh` tool if you've previously checked...

Related: https://github.com/nushell/nushell/issues/6754

Thanks @webbedspace I really opened this to capture the discussion in GitHub rather than being lost in Discourse. Everything you say makes sense (and I also have been wondering about...

With `Let` added to the working set there's a different error: ``` thread 'filters::where_::test::test_examples' panicked at 'test eval error in `TODO`: MissingParameter("condition", Span { start: 89, end: 94 })', crates/nu-command/src/example_test.rs:302:25...