1
0
mirror of https://github.com/nushell/nushell.git synced 2025-06-03 16:45:41 +02:00
Andrej Kolčin 3f332bef35
Fix encode/decode todo's ()
Mistakes have been made. I forgot about a bunch of `todo`s in the helper
functions. So, this PR replaces them with proper errors. It also adds
tests for parse-time evaluation, because one `todo` I missed was in a
`run_const` function.
2024-08-24 09:02:02 -05:00
..