nushell/crates/nuon/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
..
from.rs Span ID Refactor - Step 1 (#12960) 2024-06-05 09:57:14 +08:00
lib.rs improve NUON documentation (#12717) 2024-05-05 15:34:22 +02:00
to.rs Shrink Value by boxing Range/Closure (#12784) 2024-05-09 08:10:58 +08:00