Ed Howland

Results 4 issues of Ed Howland

I noticed a small typo on line 17 of GRAMMAR.txt: 17: ::= "=" I believe this should be: . Missing the final 'e' Note: I transpiled this file from this...

### Describe the bug In the REPL of Nushell, if you try to send any variable to a custom command that uses recursion to call itself, the Nushell executable will...

panic
recursion

### Describe the bug Custom commands defined using the 'def' keyword allow, in addition to specifying the optional parameter types, also allow for specifying an optional return type. E.g. ```sh...

documentation

The Rust example plugin in [https://www.nushell.sh/contributor-book/plugins.html](https://www.nushell.sh/contributor-book/plugins.html) does not compile with later versions of Nushell. Following the instructions on the page the Cargo.toml pins the crates to 0.84.0 or whatever your...