nushell/crates/nu-protocol/src
Loïc Riegel 5d32cd2c40
refactor: ensure range is bounded (#15429)
No linked issue, it's a follow-up of 2 PRs I recently made to improve
some math commands. (#15319)

# Description
Small refactor to simplify the code. It was suggested in the comments of
my previous PR.

# User-Facing Changes
None

# Tests + Formatting
Tests, fmt and clippy OK

# After Submitting
Nothing more required
2025-03-27 14:25:55 +01:00
..
ast preserve variable capture spans in blocks (#15334) 2025-03-20 14:20:28 -04:00
config Add filesize.show_unit config option (#15276) 2025-03-09 17:34:55 -05:00
debugger Custom command attributes (#14906) 2025-02-11 06:34:51 -06:00
engine preserve variable capture spans in blocks (#15334) 2025-03-20 14:20:28 -04:00
errors fix(parser): skip eval_const if parsing errors detected to avoid panic (#15364) 2025-03-26 15:02:26 +01:00
ir fix: clippy warning of rust 1.8.4 (#14984) 2025-02-02 07:56:54 -06:00
pipeline Remove nu-glob's dependency on nu-protocol (#15349) 2025-03-20 17:32:41 +01:00
plugin Change the usage misnomer to "description" (#13598) 2024-08-22 12:02:08 +02:00
process Jobs (#14883) 2025-02-25 12:09:52 -05:00
value refactor: ensure range is bounded (#15429) 2025-03-27 14:25:55 +01:00
alias.rs Change the usage misnomer to "description" (#13598) 2024-08-22 12:02:08 +02:00
did_you_mean.rs Improve case insensitivity consistency (#10884) 2023-11-08 23:58:54 +01:00
eval_base.rs Rework operator type errors (#14429) 2025-02-12 20:03:40 -08:00
eval_const.rs fix(parser): skip eval_const if parsing errors detected to avoid panic (#15364) 2025-03-26 15:02:26 +01:00
example.rs Overhaul the plugin cache file with a new msgpack+brotli format (#12579) 2024-04-21 07:36:26 -05:00
id.rs Jobs (#14883) 2025-02-25 12:09:52 -05:00
lev_distance.rs Rework for new clippy lints (#12736) 2024-05-02 19:29:03 +02:00
lib.rs Start to Add WASM Support Again (#14418) 2024-11-30 07:57:11 -06:00
module.rs refactor(parser): use var_id for most constants in ResolvedImportPattern (#14920) 2025-01-26 15:43:34 +02:00
parser_path.rs Replace raw usize IDs with new types (#13832) 2024-09-30 13:20:15 +02:00
signature.rs add attr category @category to custom command attributes (#15137) 2025-02-18 15:35:52 -06:00
span.rs Parse XML documents with DTDs by default, and add --disallow-dtd flag (#15272) 2025-03-12 08:09:55 -05:00
syntax_shape.rs Remove unsued types (#14916) 2025-01-26 12:30:58 +08:00
ty.rs Rename user-facing 'date' to 'datetime' (#15264) 2025-03-21 13:36:21 -04:00