nushell/crates/nu-engine/src
Jakub Žádník e4104d0792
Span ID Refactor - Step 1 (#12960)
# Description
First part of SpanID refactoring series. This PR adds a `SpanId` type
and a corresponding `span_id` field to `Expression`. Parser creating
expressions will now add them to an array in `StateWorkingSet`,
generates a corresponding ID and saves the ID to the Expression. The IDs
are not used anywhere yet.

For the rough overall plan, see
https://github.com/nushell/nushell/issues/12963.

# User-Facing Changes
Hopefully none. This is only a refactor of Nushell's internals that
shouldn't have visible side effects.

# Tests + Formatting

# After Submitting
2024-06-05 09:57:14 +08:00
..
call_ext.rs Rename IoStream to OutDest (#12433) 2024-04-09 16:48:32 +00:00
closure_eval.rs Refactor using ClosureEval types (#12541) 2024-04-22 14:15:09 +08:00
column.rs Use Record's public API in a bunch of places (#10927) 2023-11-08 14:24:00 +01:00
command_prelude.rs Add string/binary type color to ByteStream (#12897) 2024-05-20 00:35:32 +00:00
documentation.rs Span ID Refactor - Step 1 (#12960) 2024-06-05 09:57:14 +08:00
env.rs Replace ExternalStream with new ByteStream type (#12774) 2024-05-16 07:11:18 -07:00
eval_helpers.rs Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
eval.rs Make get_full_help take &dyn Command (#12903) 2024-05-19 19:56:33 +02:00
glob_from.rs Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
lib.rs Refactor using ClosureEval types (#12541) 2024-04-22 14:15:09 +08:00
scope.rs Use CommandType in more places (#12832) 2024-05-18 23:37:31 +00:00