mirror of
https://github.com/nushell/nushell.git
synced 2025-07-01 23:22:10 +02:00
Compare commits
90 Commits
Author | SHA1 | Date | |
---|---|---|---|
6e1e824473 | |||
af77bc60e2 | |||
9ca0fb772d | |||
c535c24d03 | |||
c9cb62067c | |||
ebc7b80c23 | |||
aaaab8e070 | |||
a59477205d | |||
5101b5e306 | |||
fb34a4fc6c | |||
1bcceafd93 | |||
217eb4ed70 | |||
78af66f2ce | |||
f63cecc316 | |||
8d60c0d35d | |||
0c139c7411 | |||
c4bac90b35 | |||
2ab8751ff9 | |||
d192d854d6 | |||
6b5906613c | |||
493850b1bf | |||
6600b3edfb | |||
aff974552a | |||
2afc6a974e | |||
1e64f59220 | |||
3e074bc447 | |||
3d008e2c4e | |||
6c1c7f9509 | |||
f531cc2058 | |||
edd69aa283 | |||
3d20c53904 | |||
2d360fda7f | |||
d0c2adabf7 | |||
870eb2530c | |||
b2cab3274b | |||
92091599ff | |||
4d2d553cca | |||
dc53c20628 | |||
e7c5f83460 | |||
f611196373 | |||
abd230e12e | |||
4792328d0e | |||
63b94dbd28 | |||
eb0de25d19 | |||
ebe42241fe | |||
fa4f9b083e | |||
e7b7c7f39a | |||
6be458c686 | |||
348c59b740 | |||
2c827d2bf4 | |||
61544eecd6 | |||
c150af4279 | |||
39bda8986e | |||
ee997ef3dd | |||
e3f59910b8 | |||
f4940e115f | |||
3f31ca7b8e | |||
0119534f61 | |||
84e1ac27e5 | |||
644bebf4c6 | |||
f58a4b5017 | |||
ae0e13733d | |||
2c379cba71 | |||
7171c9b84a | |||
055d7e27e9 | |||
af76e11dd6 | |||
7dda39a89e | |||
4f822e263f | |||
a39e94de8a | |||
a88f46c6c9 | |||
4ca1f95b6c | |||
71ced35987 | |||
1128df2d29 | |||
da98c23ab3 | |||
e3efc8da9f | |||
3f332bef35 | |||
525eac1afd | |||
7003b007d5 | |||
dfdb2b5d31 | |||
822007dbbb | |||
0560826414 | |||
39b0f3bdda | |||
712fec166d | |||
43dcf19ac3 | |||
ffddee5678 | |||
95b78eee25 | |||
3ab9f0b90a | |||
9261c0c55a | |||
7a888c9e9b | |||
e211b7ba53 |
16
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
16
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -13,7 +13,7 @@ body:
|
|||||||
id: repro
|
id: repro
|
||||||
attributes:
|
attributes:
|
||||||
label: How to reproduce
|
label: How to reproduce
|
||||||
description: Steps to reproduce the behavior
|
description: Steps to reproduce the behavior (including succinct code examples or screenshots of the observed behavior)
|
||||||
placeholder: |
|
placeholder: |
|
||||||
1.
|
1.
|
||||||
2.
|
2.
|
||||||
@ -28,13 +28,6 @@ body:
|
|||||||
placeholder: I expected nu to...
|
placeholder: I expected nu to...
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
|
||||||
id: screenshots
|
|
||||||
attributes:
|
|
||||||
label: Screenshots
|
|
||||||
description: Please add any relevant screenshots here, if any
|
|
||||||
validations:
|
|
||||||
required: false
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: config
|
id: config
|
||||||
attributes:
|
attributes:
|
||||||
@ -55,10 +48,3 @@ body:
|
|||||||
| installed_plugins | binaryview, chart bar, chart line, fetch, from bson, from sqlite, inc, match, post, ps, query json, s3, selector, start, sys, textview, to bson, to sqlite, tree, xpath |
|
| installed_plugins | binaryview, chart bar, chart line, fetch, from bson, from sqlite, inc, match, post, ps, query json, s3, selector, start, sys, textview, to bson, to sqlite, tree, xpath |
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
|
||||||
id: context
|
|
||||||
attributes:
|
|
||||||
label: Additional context
|
|
||||||
description: Add any other context about the problem here.
|
|
||||||
validations:
|
|
||||||
required: false
|
|
||||||
|
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@ -57,11 +57,6 @@ jobs:
|
|||||||
fail-fast: true
|
fail-fast: true
|
||||||
matrix:
|
matrix:
|
||||||
platform: [windows-latest, macos-latest, ubuntu-20.04]
|
platform: [windows-latest, macos-latest, ubuntu-20.04]
|
||||||
include:
|
|
||||||
- default-flags: ""
|
|
||||||
# linux CI cannot handle clipboard feature
|
|
||||||
- platform: ubuntu-20.04
|
|
||||||
default-flags: "--no-default-features --features=default-no-clipboard"
|
|
||||||
|
|
||||||
runs-on: ${{ matrix.platform }}
|
runs-on: ${{ matrix.platform }}
|
||||||
|
|
||||||
@ -72,7 +67,7 @@ jobs:
|
|||||||
uses: actions-rust-lang/setup-rust-toolchain@v1.9.0
|
uses: actions-rust-lang/setup-rust-toolchain@v1.9.0
|
||||||
|
|
||||||
- name: Tests
|
- name: Tests
|
||||||
run: cargo test --workspace --profile ci --exclude nu_plugin_* ${{ matrix.default-flags }}
|
run: cargo test --workspace --profile ci --exclude nu_plugin_*
|
||||||
- name: Check for clean repo
|
- name: Check for clean repo
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
18
.github/workflows/nightly-build.yml
vendored
18
.github/workflows/nightly-build.yml
vendored
@ -36,10 +36,10 @@ jobs:
|
|||||||
token: ${{ secrets.WORKFLOW_TOKEN }}
|
token: ${{ secrets.WORKFLOW_TOKEN }}
|
||||||
|
|
||||||
- name: Setup Nushell
|
- name: Setup Nushell
|
||||||
uses: hustcer/setup-nu@v3.12
|
uses: hustcer/setup-nu@v3.13
|
||||||
if: github.repository == 'nushell/nightly'
|
if: github.repository == 'nushell/nightly'
|
||||||
with:
|
with:
|
||||||
version: 0.95.0
|
version: 0.97.1
|
||||||
|
|
||||||
# Synchronize the main branch of nightly repo with the main branch of Nushell official repo
|
# Synchronize the main branch of nightly repo with the main branch of Nushell official repo
|
||||||
- name: Prepare for Nightly Release
|
- name: Prepare for Nightly Release
|
||||||
@ -78,7 +78,9 @@ jobs:
|
|||||||
- x86_64-unknown-linux-gnu
|
- x86_64-unknown-linux-gnu
|
||||||
- x86_64-unknown-linux-musl
|
- x86_64-unknown-linux-musl
|
||||||
- aarch64-unknown-linux-gnu
|
- aarch64-unknown-linux-gnu
|
||||||
|
- aarch64-unknown-linux-musl
|
||||||
- armv7-unknown-linux-gnueabihf
|
- armv7-unknown-linux-gnueabihf
|
||||||
|
- armv7-unknown-linux-musleabihf
|
||||||
- riscv64gc-unknown-linux-gnu
|
- riscv64gc-unknown-linux-gnu
|
||||||
extra: ['bin']
|
extra: ['bin']
|
||||||
include:
|
include:
|
||||||
@ -104,8 +106,12 @@ jobs:
|
|||||||
os: ubuntu-22.04
|
os: ubuntu-22.04
|
||||||
- target: aarch64-unknown-linux-gnu
|
- target: aarch64-unknown-linux-gnu
|
||||||
os: ubuntu-22.04
|
os: ubuntu-22.04
|
||||||
|
- target: aarch64-unknown-linux-musl
|
||||||
|
os: ubuntu-22.04
|
||||||
- target: armv7-unknown-linux-gnueabihf
|
- target: armv7-unknown-linux-gnueabihf
|
||||||
os: ubuntu-22.04
|
os: ubuntu-22.04
|
||||||
|
- target: armv7-unknown-linux-musleabihf
|
||||||
|
os: ubuntu-22.04
|
||||||
- target: riscv64gc-unknown-linux-gnu
|
- target: riscv64gc-unknown-linux-gnu
|
||||||
os: ubuntu-latest
|
os: ubuntu-latest
|
||||||
|
|
||||||
@ -128,9 +134,9 @@ jobs:
|
|||||||
rustflags: ''
|
rustflags: ''
|
||||||
|
|
||||||
- name: Setup Nushell
|
- name: Setup Nushell
|
||||||
uses: hustcer/setup-nu@v3.12
|
uses: hustcer/setup-nu@v3.13
|
||||||
with:
|
with:
|
||||||
version: 0.95.0
|
version: 0.97.1
|
||||||
|
|
||||||
- name: Release Nu Binary
|
- name: Release Nu Binary
|
||||||
id: nu
|
id: nu
|
||||||
@ -186,9 +192,9 @@ jobs:
|
|||||||
ref: main
|
ref: main
|
||||||
|
|
||||||
- name: Setup Nushell
|
- name: Setup Nushell
|
||||||
uses: hustcer/setup-nu@v3.12
|
uses: hustcer/setup-nu@v3.13
|
||||||
with:
|
with:
|
||||||
version: 0.95.0
|
version: 0.97.1
|
||||||
|
|
||||||
# Keep the last a few releases
|
# Keep the last a few releases
|
||||||
- name: Delete Older Releases
|
- name: Delete Older Releases
|
||||||
|
14
.github/workflows/release-pkg.nu
vendored
14
.github/workflows/release-pkg.nu
vendored
@ -84,6 +84,20 @@ if $os in ['macos-latest'] or $USE_UBUNTU {
|
|||||||
$env.CARGO_TARGET_ARMV7_UNKNOWN_LINUX_GNUEABIHF_LINKER = 'arm-linux-gnueabihf-gcc'
|
$env.CARGO_TARGET_ARMV7_UNKNOWN_LINUX_GNUEABIHF_LINKER = 'arm-linux-gnueabihf-gcc'
|
||||||
cargo-build-nu
|
cargo-build-nu
|
||||||
}
|
}
|
||||||
|
'aarch64-unknown-linux-musl' => {
|
||||||
|
aria2c https://musl.cc/aarch64-linux-musl-cross.tgz
|
||||||
|
tar -xf aarch64-linux-musl-cross.tgz -C $env.HOME
|
||||||
|
$env.PATH = ($env.PATH | split row (char esep) | prepend $'($env.HOME)/aarch64-linux-musl-cross/bin')
|
||||||
|
$env.CARGO_TARGET_AARCH64_UNKNOWN_LINUX_MUSL_LINKER = 'aarch64-linux-musl-gcc'
|
||||||
|
cargo-build-nu
|
||||||
|
}
|
||||||
|
'armv7-unknown-linux-musleabihf' => {
|
||||||
|
aria2c https://musl.cc/armv7r-linux-musleabihf-cross.tgz
|
||||||
|
tar -xf armv7r-linux-musleabihf-cross.tgz -C $env.HOME
|
||||||
|
$env.PATH = ($env.PATH | split row (char esep) | prepend $'($env.HOME)/armv7r-linux-musleabihf-cross/bin')
|
||||||
|
$env.CARGO_TARGET_ARMV7_UNKNOWN_LINUX_MUSLEABIHF_LINKER = 'armv7r-linux-musleabihf-gcc'
|
||||||
|
cargo-build-nu
|
||||||
|
}
|
||||||
_ => {
|
_ => {
|
||||||
# musl-tools to fix 'Failed to find tool. Is `musl-gcc` installed?'
|
# musl-tools to fix 'Failed to find tool. Is `musl-gcc` installed?'
|
||||||
# Actually just for x86_64-unknown-linux-musl target
|
# Actually just for x86_64-unknown-linux-musl target
|
||||||
|
10
.github/workflows/release.yml
vendored
10
.github/workflows/release.yml
vendored
@ -28,7 +28,9 @@ jobs:
|
|||||||
- x86_64-unknown-linux-gnu
|
- x86_64-unknown-linux-gnu
|
||||||
- x86_64-unknown-linux-musl
|
- x86_64-unknown-linux-musl
|
||||||
- aarch64-unknown-linux-gnu
|
- aarch64-unknown-linux-gnu
|
||||||
|
- aarch64-unknown-linux-musl
|
||||||
- armv7-unknown-linux-gnueabihf
|
- armv7-unknown-linux-gnueabihf
|
||||||
|
- armv7-unknown-linux-musleabihf
|
||||||
- riscv64gc-unknown-linux-gnu
|
- riscv64gc-unknown-linux-gnu
|
||||||
extra: ['bin']
|
extra: ['bin']
|
||||||
include:
|
include:
|
||||||
@ -54,8 +56,12 @@ jobs:
|
|||||||
os: ubuntu-22.04
|
os: ubuntu-22.04
|
||||||
- target: aarch64-unknown-linux-gnu
|
- target: aarch64-unknown-linux-gnu
|
||||||
os: ubuntu-22.04
|
os: ubuntu-22.04
|
||||||
|
- target: aarch64-unknown-linux-musl
|
||||||
|
os: ubuntu-22.04
|
||||||
- target: armv7-unknown-linux-gnueabihf
|
- target: armv7-unknown-linux-gnueabihf
|
||||||
os: ubuntu-22.04
|
os: ubuntu-22.04
|
||||||
|
- target: armv7-unknown-linux-musleabihf
|
||||||
|
os: ubuntu-22.04
|
||||||
- target: riscv64gc-unknown-linux-gnu
|
- target: riscv64gc-unknown-linux-gnu
|
||||||
os: ubuntu-latest
|
os: ubuntu-latest
|
||||||
|
|
||||||
@ -76,9 +82,9 @@ jobs:
|
|||||||
rustflags: ''
|
rustflags: ''
|
||||||
|
|
||||||
- name: Setup Nushell
|
- name: Setup Nushell
|
||||||
uses: hustcer/setup-nu@v3.12
|
uses: hustcer/setup-nu@v3.13
|
||||||
with:
|
with:
|
||||||
version: 0.95.0
|
version: 0.97.1
|
||||||
|
|
||||||
- name: Release Nu Binary
|
- name: Release Nu Binary
|
||||||
id: nu
|
id: nu
|
||||||
|
2
.github/workflows/typos.yml
vendored
2
.github/workflows/typos.yml
vendored
@ -10,4 +10,4 @@ jobs:
|
|||||||
uses: actions/checkout@v4.1.7
|
uses: actions/checkout@v4.1.7
|
||||||
|
|
||||||
- name: Check spelling
|
- name: Check spelling
|
||||||
uses: crate-ci/typos@v1.23.6
|
uses: crate-ci/typos@v1.24.5
|
||||||
|
1463
Cargo.lock
generated
1463
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
77
Cargo.toml
77
Cargo.toml
@ -10,8 +10,8 @@ homepage = "https://www.nushell.sh"
|
|||||||
license = "MIT"
|
license = "MIT"
|
||||||
name = "nu"
|
name = "nu"
|
||||||
repository = "https://github.com/nushell/nushell"
|
repository = "https://github.com/nushell/nushell"
|
||||||
rust-version = "1.78.0"
|
rust-version = "1.79.0"
|
||||||
version = "0.97.1"
|
version = "0.98.0"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
@ -69,18 +69,17 @@ base64 = "0.22.1"
|
|||||||
bracoxide = "0.1.2"
|
bracoxide = "0.1.2"
|
||||||
brotli = "5.0"
|
brotli = "5.0"
|
||||||
byteorder = "1.5"
|
byteorder = "1.5"
|
||||||
|
bytes = "1"
|
||||||
bytesize = "1.3"
|
bytesize = "1.3"
|
||||||
calamine = "0.24.0"
|
calamine = "0.24.0"
|
||||||
chardetng = "0.1.17"
|
chardetng = "0.1.17"
|
||||||
chrono = { default-features = false, version = "0.4.34" }
|
chrono = { default-features = false, version = "0.4.34" }
|
||||||
chrono-humanize = "0.2.3"
|
chrono-humanize = "0.2.3"
|
||||||
chrono-tz = "0.8"
|
chrono-tz = "0.8"
|
||||||
convert_case = "0.6"
|
|
||||||
crossbeam-channel = "0.5.8"
|
crossbeam-channel = "0.5.8"
|
||||||
crossterm = "0.27"
|
crossterm = "0.28.1"
|
||||||
csv = "1.3"
|
csv = "1.3"
|
||||||
ctrlc = "3.4"
|
ctrlc = "3.4"
|
||||||
deunicode = "1.6.0"
|
|
||||||
dialoguer = { default-features = false, version = "0.11" }
|
dialoguer = { default-features = false, version = "0.11" }
|
||||||
digest = { default-features = false, version = "0.10" }
|
digest = { default-features = false, version = "0.10" }
|
||||||
dirs = "5.0"
|
dirs = "5.0"
|
||||||
@ -93,11 +92,11 @@ filetime = "0.2"
|
|||||||
fuzzy-matcher = "0.3"
|
fuzzy-matcher = "0.3"
|
||||||
heck = "0.5.0"
|
heck = "0.5.0"
|
||||||
human-date-parser = "0.1.1"
|
human-date-parser = "0.1.1"
|
||||||
indexmap = "2.4"
|
indexmap = "2.5"
|
||||||
indicatif = "0.17"
|
indicatif = "0.17"
|
||||||
interprocess = "2.2.0"
|
interprocess = "2.2.0"
|
||||||
is_executable = "1.0"
|
is_executable = "1.0"
|
||||||
itertools = "0.12"
|
itertools = "0.13"
|
||||||
libc = "0.2"
|
libc = "0.2"
|
||||||
libproc = "0.14"
|
libproc = "0.14"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
@ -113,7 +112,7 @@ mime_guess = "2.0"
|
|||||||
mockito = { version = "1.5", default-features = false }
|
mockito = { version = "1.5", default-features = false }
|
||||||
multipart-rs = "0.1.11"
|
multipart-rs = "0.1.11"
|
||||||
native-tls = "0.2"
|
native-tls = "0.2"
|
||||||
nix = { version = "0.28", default-features = false }
|
nix = { version = "0.29", default-features = false }
|
||||||
notify-debouncer-full = { version = "0.3", default-features = false }
|
notify-debouncer-full = { version = "0.3", default-features = false }
|
||||||
nu-ansi-term = "0.50.1"
|
nu-ansi-term = "0.50.1"
|
||||||
num-format = "0.4"
|
num-format = "0.4"
|
||||||
@ -135,9 +134,10 @@ quickcheck = "1.0"
|
|||||||
quickcheck_macros = "1.0"
|
quickcheck_macros = "1.0"
|
||||||
quote = "1.0"
|
quote = "1.0"
|
||||||
rand = "0.8"
|
rand = "0.8"
|
||||||
|
rand_chacha = "0.3.1"
|
||||||
ratatui = "0.26"
|
ratatui = "0.26"
|
||||||
rayon = "1.10"
|
rayon = "1.10"
|
||||||
reedline = "0.34.0"
|
reedline = "0.35.0"
|
||||||
regex = "1.9.5"
|
regex = "1.9.5"
|
||||||
rmp = "0.8"
|
rmp = "0.8"
|
||||||
rmp-serde = "1.3"
|
rmp-serde = "1.3"
|
||||||
@ -146,8 +146,7 @@ roxmltree = "0.19"
|
|||||||
rstest = { version = "0.18", default-features = false }
|
rstest = { version = "0.18", default-features = false }
|
||||||
rusqlite = "0.31"
|
rusqlite = "0.31"
|
||||||
rust-embed = "8.5.0"
|
rust-embed = "8.5.0"
|
||||||
same-file = "1.0"
|
serde = { version = "1.0" }
|
||||||
serde = { version = "1.0", default-features = false }
|
|
||||||
serde_json = "1.0"
|
serde_json = "1.0"
|
||||||
serde_urlencoded = "0.7.1"
|
serde_urlencoded = "0.7.1"
|
||||||
serde_yaml = "0.9"
|
serde_yaml = "0.9"
|
||||||
@ -155,7 +154,7 @@ sha2 = "0.10"
|
|||||||
strip-ansi-escapes = "0.2.0"
|
strip-ansi-escapes = "0.2.0"
|
||||||
syn = "2.0"
|
syn = "2.0"
|
||||||
sysinfo = "0.30"
|
sysinfo = "0.30"
|
||||||
tabled = { version = "0.14.0", default-features = false }
|
tabled = { version = "0.16.0", default-features = false }
|
||||||
tempfile = "3.10"
|
tempfile = "3.10"
|
||||||
terminal_size = "0.3"
|
terminal_size = "0.3"
|
||||||
titlecase = "2.0"
|
titlecase = "2.0"
|
||||||
@ -181,23 +180,31 @@ windows = "0.54"
|
|||||||
windows-sys = "0.48"
|
windows-sys = "0.48"
|
||||||
winreg = "0.52"
|
winreg = "0.52"
|
||||||
|
|
||||||
|
[workspace.lints.clippy]
|
||||||
|
# Warning: workspace lints affect library code as well as tests, so don't enable lints that would be too noisy in tests like that.
|
||||||
|
# todo = "warn"
|
||||||
|
unchecked_duration_subtraction = "warn"
|
||||||
|
|
||||||
|
[lints]
|
||||||
|
workspace = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
nu-cli = { path = "./crates/nu-cli", version = "0.97.1" }
|
nu-cli = { path = "./crates/nu-cli", version = "0.98.0" }
|
||||||
nu-cmd-base = { path = "./crates/nu-cmd-base", version = "0.97.1" }
|
nu-cmd-base = { path = "./crates/nu-cmd-base", version = "0.98.0" }
|
||||||
nu-cmd-lang = { path = "./crates/nu-cmd-lang", version = "0.97.1" }
|
nu-cmd-lang = { path = "./crates/nu-cmd-lang", version = "0.98.0" }
|
||||||
nu-cmd-plugin = { path = "./crates/nu-cmd-plugin", version = "0.97.1", optional = true }
|
nu-cmd-plugin = { path = "./crates/nu-cmd-plugin", version = "0.98.0", optional = true }
|
||||||
nu-cmd-extra = { path = "./crates/nu-cmd-extra", version = "0.97.1" }
|
nu-cmd-extra = { path = "./crates/nu-cmd-extra", version = "0.98.0" }
|
||||||
nu-command = { path = "./crates/nu-command", version = "0.97.1" }
|
nu-command = { path = "./crates/nu-command", version = "0.98.0" }
|
||||||
nu-engine = { path = "./crates/nu-engine", version = "0.97.1" }
|
nu-engine = { path = "./crates/nu-engine", version = "0.98.0" }
|
||||||
nu-explore = { path = "./crates/nu-explore", version = "0.97.1" }
|
nu-explore = { path = "./crates/nu-explore", version = "0.98.0" }
|
||||||
nu-lsp = { path = "./crates/nu-lsp/", version = "0.97.1" }
|
nu-lsp = { path = "./crates/nu-lsp/", version = "0.98.0" }
|
||||||
nu-parser = { path = "./crates/nu-parser", version = "0.97.1" }
|
nu-parser = { path = "./crates/nu-parser", version = "0.98.0" }
|
||||||
nu-path = { path = "./crates/nu-path", version = "0.97.1" }
|
nu-path = { path = "./crates/nu-path", version = "0.98.0" }
|
||||||
nu-plugin-engine = { path = "./crates/nu-plugin-engine", optional = true, version = "0.97.1" }
|
nu-plugin-engine = { path = "./crates/nu-plugin-engine", optional = true, version = "0.98.0" }
|
||||||
nu-protocol = { path = "./crates/nu-protocol", version = "0.97.1" }
|
nu-protocol = { path = "./crates/nu-protocol", version = "0.98.0" }
|
||||||
nu-std = { path = "./crates/nu-std", version = "0.97.1" }
|
nu-std = { path = "./crates/nu-std", version = "0.98.0" }
|
||||||
nu-system = { path = "./crates/nu-system", version = "0.97.1" }
|
nu-system = { path = "./crates/nu-system", version = "0.98.0" }
|
||||||
nu-utils = { path = "./crates/nu-utils", version = "0.97.1" }
|
nu-utils = { path = "./crates/nu-utils", version = "0.98.0" }
|
||||||
reedline = { workspace = true, features = ["bashisms", "sqlite"] }
|
reedline = { workspace = true, features = ["bashisms", "sqlite"] }
|
||||||
|
|
||||||
crossterm = { workspace = true }
|
crossterm = { workspace = true }
|
||||||
@ -227,9 +234,9 @@ nix = { workspace = true, default-features = false, features = [
|
|||||||
] }
|
] }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
nu-test-support = { path = "./crates/nu-test-support", version = "0.97.1" }
|
nu-test-support = { path = "./crates/nu-test-support", version = "0.98.0" }
|
||||||
nu-plugin-protocol = { path = "./crates/nu-plugin-protocol", version = "0.97.1" }
|
nu-plugin-protocol = { path = "./crates/nu-plugin-protocol", version = "0.98.0" }
|
||||||
nu-plugin-core = { path = "./crates/nu-plugin-core", version = "0.97.1" }
|
nu-plugin-core = { path = "./crates/nu-plugin-core", version = "0.98.0" }
|
||||||
assert_cmd = "2.0"
|
assert_cmd = "2.0"
|
||||||
dirs = { workspace = true }
|
dirs = { workspace = true }
|
||||||
tango-bench = "0.5"
|
tango-bench = "0.5"
|
||||||
@ -249,10 +256,8 @@ plugin = [
|
|||||||
"nu-protocol/plugin",
|
"nu-protocol/plugin",
|
||||||
"nu-engine/plugin",
|
"nu-engine/plugin",
|
||||||
]
|
]
|
||||||
default = ["default-no-clipboard", "system-clipboard"]
|
|
||||||
# Enables convenient omitting of the system-clipboard feature, as it leads to problems in ci on linux
|
default = [
|
||||||
# See https://github.com/nushell/nushell/pull/11535
|
|
||||||
default-no-clipboard = [
|
|
||||||
"plugin",
|
"plugin",
|
||||||
"trash-support",
|
"trash-support",
|
||||||
"sqlite",
|
"sqlite",
|
||||||
@ -266,6 +271,8 @@ stable = ["default"]
|
|||||||
static-link-openssl = ["dep:openssl", "nu-cmd-lang/static-link-openssl"]
|
static-link-openssl = ["dep:openssl", "nu-cmd-lang/static-link-openssl"]
|
||||||
|
|
||||||
mimalloc = ["nu-cmd-lang/mimalloc", "dep:mimalloc"]
|
mimalloc = ["nu-cmd-lang/mimalloc", "dep:mimalloc"]
|
||||||
|
# Optional system clipboard support in `reedline`, this behavior has problematic compatibility with some systems.
|
||||||
|
# Missing X server/ Wayland can cause issues
|
||||||
system-clipboard = [
|
system-clipboard = [
|
||||||
"reedline/system_clipboard",
|
"reedline/system_clipboard",
|
||||||
"nu-cli/system-clipboard",
|
"nu-cli/system-clipboard",
|
||||||
|
@ -46,8 +46,8 @@ fn setup_stack_and_engine_from_command(command: &str) -> (Stack, EngineState) {
|
|||||||
|
|
||||||
let mut stack = Stack::new();
|
let mut stack = Stack::new();
|
||||||
|
|
||||||
// Support running benchmarks with IR mode
|
// Support running benchmarks without IR mode
|
||||||
stack.use_ir = std::env::var_os("NU_USE_IR").is_some();
|
stack.use_ir = std::env::var_os("NU_DISABLE_IR").is_none();
|
||||||
|
|
||||||
evaluate_commands(
|
evaluate_commands(
|
||||||
&commands,
|
&commands,
|
||||||
|
@ -5,27 +5,27 @@ repository = "https://github.com/nushell/nushell/tree/main/crates/nu-cli"
|
|||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
name = "nu-cli"
|
name = "nu-cli"
|
||||||
version = "0.97.1"
|
version = "0.98.0"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
bench = false
|
bench = false
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
nu-cmd-lang = { path = "../nu-cmd-lang", version = "0.97.1" }
|
nu-cmd-lang = { path = "../nu-cmd-lang", version = "0.98.0" }
|
||||||
nu-command = { path = "../nu-command", version = "0.97.1" }
|
nu-command = { path = "../nu-command", version = "0.98.0" }
|
||||||
nu-test-support = { path = "../nu-test-support", version = "0.97.1" }
|
nu-test-support = { path = "../nu-test-support", version = "0.98.0" }
|
||||||
rstest = { workspace = true, default-features = false }
|
rstest = { workspace = true, default-features = false }
|
||||||
tempfile = { workspace = true }
|
tempfile = { workspace = true }
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
nu-cmd-base = { path = "../nu-cmd-base", version = "0.97.1" }
|
nu-cmd-base = { path = "../nu-cmd-base", version = "0.98.0" }
|
||||||
nu-engine = { path = "../nu-engine", version = "0.97.1" }
|
nu-engine = { path = "../nu-engine", version = "0.98.0" }
|
||||||
nu-path = { path = "../nu-path", version = "0.97.1" }
|
nu-path = { path = "../nu-path", version = "0.98.0" }
|
||||||
nu-parser = { path = "../nu-parser", version = "0.97.1" }
|
nu-parser = { path = "../nu-parser", version = "0.98.0" }
|
||||||
nu-plugin-engine = { path = "../nu-plugin-engine", version = "0.97.1", optional = true }
|
nu-plugin-engine = { path = "../nu-plugin-engine", version = "0.98.0", optional = true }
|
||||||
nu-protocol = { path = "../nu-protocol", version = "0.97.1" }
|
nu-protocol = { path = "../nu-protocol", version = "0.98.0" }
|
||||||
nu-utils = { path = "../nu-utils", version = "0.97.1" }
|
nu-utils = { path = "../nu-utils", version = "0.98.0" }
|
||||||
nu-color-config = { path = "../nu-color-config", version = "0.97.1" }
|
nu-color-config = { path = "../nu-color-config", version = "0.98.0" }
|
||||||
nu-ansi-term = { workspace = true }
|
nu-ansi-term = { workspace = true }
|
||||||
reedline = { workspace = true, features = ["bashisms", "sqlite"] }
|
reedline = { workspace = true, features = ["bashisms", "sqlite"] }
|
||||||
|
|
||||||
@ -46,4 +46,7 @@ which = { workspace = true }
|
|||||||
|
|
||||||
[features]
|
[features]
|
||||||
plugin = ["nu-plugin-engine"]
|
plugin = ["nu-plugin-engine"]
|
||||||
system-clipboard = ["reedline/system_clipboard"]
|
system-clipboard = ["reedline/system_clipboard"]
|
||||||
|
|
||||||
|
[lints]
|
||||||
|
workspace = true
|
@ -14,7 +14,7 @@ impl Command for Commandline {
|
|||||||
.category(Category::Core)
|
.category(Category::Core)
|
||||||
}
|
}
|
||||||
|
|
||||||
fn usage(&self) -> &str {
|
fn description(&self) -> &str {
|
||||||
"View the current command line input buffer."
|
"View the current command line input buffer."
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -34,7 +34,7 @@ impl Command for SubCommand {
|
|||||||
.category(Category::Core)
|
.category(Category::Core)
|
||||||
}
|
}
|
||||||
|
|
||||||
fn usage(&self) -> &str {
|
fn description(&self) -> &str {
|
||||||
"Modify the current command line input buffer."
|
"Modify the current command line input buffer."
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@ impl Command for SubCommand {
|
|||||||
.category(Category::Core)
|
.category(Category::Core)
|
||||||
}
|
}
|
||||||
|
|
||||||
fn usage(&self) -> &str {
|
fn description(&self) -> &str {
|
||||||
"Get the current cursor position."
|
"Get the current cursor position."
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@ impl Command for SubCommand {
|
|||||||
.category(Category::Core)
|
.category(Category::Core)
|
||||||
}
|
}
|
||||||
|
|
||||||
fn usage(&self) -> &str {
|
fn description(&self) -> &str {
|
||||||
"Set the current cursor position."
|
"Set the current cursor position."
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@ impl Command for History {
|
|||||||
"history"
|
"history"
|
||||||
}
|
}
|
||||||
|
|
||||||
fn usage(&self) -> &str {
|
fn description(&self) -> &str {
|
||||||
"Get the command history."
|
"Get the command history."
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -55,7 +55,7 @@ impl Command for History {
|
|||||||
HistoryFileFormat::Sqlite => {
|
HistoryFileFormat::Sqlite => {
|
||||||
history_path.push("history.sqlite3");
|
history_path.push("history.sqlite3");
|
||||||
}
|
}
|
||||||
HistoryFileFormat::PlainText => {
|
HistoryFileFormat::Plaintext => {
|
||||||
history_path.push("history.txt");
|
history_path.push("history.txt");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -75,7 +75,7 @@ impl Command for History {
|
|||||||
.ok()
|
.ok()
|
||||||
}
|
}
|
||||||
|
|
||||||
HistoryFileFormat::PlainText => FileBackedHistory::with_file(
|
HistoryFileFormat::Plaintext => FileBackedHistory::with_file(
|
||||||
history.max_size as usize,
|
history.max_size as usize,
|
||||||
history_path.clone().into(),
|
history_path.clone().into(),
|
||||||
)
|
)
|
||||||
@ -87,7 +87,7 @@ impl Command for History {
|
|||||||
};
|
};
|
||||||
|
|
||||||
match history.file_format {
|
match history.file_format {
|
||||||
HistoryFileFormat::PlainText => Ok(history_reader
|
HistoryFileFormat::Plaintext => Ok(history_reader
|
||||||
.and_then(|h| {
|
.and_then(|h| {
|
||||||
h.search(SearchQuery::everything(SearchDirection::Forward, None))
|
h.search(SearchQuery::everything(SearchDirection::Forward, None))
|
||||||
.ok()
|
.ok()
|
||||||
|
@ -8,7 +8,7 @@ impl Command for HistorySession {
|
|||||||
"history session"
|
"history session"
|
||||||
}
|
}
|
||||||
|
|
||||||
fn usage(&self) -> &str {
|
fn description(&self) -> &str {
|
||||||
"Get the command history session."
|
"Get the command history session."
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -14,11 +14,11 @@ impl Command for Keybindings {
|
|||||||
.input_output_types(vec![(Type::Nothing, Type::String)])
|
.input_output_types(vec![(Type::Nothing, Type::String)])
|
||||||
}
|
}
|
||||||
|
|
||||||
fn usage(&self) -> &str {
|
fn description(&self) -> &str {
|
||||||
"Keybindings related commands."
|
"Keybindings related commands."
|
||||||
}
|
}
|
||||||
|
|
||||||
fn extra_usage(&self) -> &str {
|
fn extra_description(&self) -> &str {
|
||||||
r#"You must use one of the following subcommands. Using this command as-is will only produce this help message.
|
r#"You must use one of the following subcommands. Using this command as-is will only produce this help message.
|
||||||
|
|
||||||
For more information on input and keybindings, check:
|
For more information on input and keybindings, check:
|
||||||
|
@ -15,7 +15,7 @@ impl Command for KeybindingsDefault {
|
|||||||
.input_output_types(vec![(Type::Nothing, Type::table())])
|
.input_output_types(vec![(Type::Nothing, Type::table())])
|
||||||
}
|
}
|
||||||
|
|
||||||
fn usage(&self) -> &str {
|
fn description(&self) -> &str {
|
||||||
"List default keybindings."
|
"List default keybindings."
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@ impl Command for KeybindingsList {
|
|||||||
.category(Category::Platform)
|
.category(Category::Platform)
|
||||||
}
|
}
|
||||||
|
|
||||||
fn usage(&self) -> &str {
|
fn description(&self) -> &str {
|
||||||
"List available options that can be used to create keybindings."
|
"List available options that can be used to create keybindings."
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -12,11 +12,11 @@ impl Command for KeybindingsListen {
|
|||||||
"keybindings listen"
|
"keybindings listen"
|
||||||
}
|
}
|
||||||
|
|
||||||
fn usage(&self) -> &str {
|
fn description(&self) -> &str {
|
||||||
"Get input from the user."
|
"Get input from the user."
|
||||||
}
|
}
|
||||||
|
|
||||||
fn extra_usage(&self) -> &str {
|
fn extra_description(&self) -> &str {
|
||||||
"This is an internal debugging tool. For better output, try `input listen --types [key]`"
|
"This is an internal debugging tool. For better output, try `input listen --types [key]`"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -51,7 +51,9 @@ impl CommandCompletion {
|
|||||||
if working_set
|
if working_set
|
||||||
.permanent_state
|
.permanent_state
|
||||||
.config
|
.config
|
||||||
.max_external_completion_results
|
.completions
|
||||||
|
.external
|
||||||
|
.max_results
|
||||||
> executables.len() as i64
|
> executables.len() as i64
|
||||||
&& !executables.contains(
|
&& !executables.contains(
|
||||||
&item
|
&item
|
||||||
@ -211,7 +213,7 @@ impl Completer for CommandCompletion {
|
|||||||
working_set,
|
working_set,
|
||||||
span,
|
span,
|
||||||
offset,
|
offset,
|
||||||
config.enable_external_completion,
|
config.completions.external.enable,
|
||||||
options.match_algorithm,
|
options.match_algorithm,
|
||||||
)
|
)
|
||||||
} else {
|
} else {
|
||||||
|
@ -46,9 +46,9 @@ impl NuCompleter {
|
|||||||
let config = self.engine_state.get_config();
|
let config = self.engine_state.get_config();
|
||||||
|
|
||||||
let options = CompletionOptions {
|
let options = CompletionOptions {
|
||||||
case_sensitive: config.case_sensitive_completions,
|
case_sensitive: config.completions.case_sensitive,
|
||||||
match_algorithm: config.completion_algorithm.into(),
|
match_algorithm: config.completions.algorithm.into(),
|
||||||
sort: config.completion_sort,
|
sort: config.completions.sort,
|
||||||
..Default::default()
|
..Default::default()
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -208,7 +208,7 @@ impl NuCompleter {
|
|||||||
|
|
||||||
// We got no results for internal completion
|
// We got no results for internal completion
|
||||||
// now we can check if external completer is set and use it
|
// now we can check if external completer is set and use it
|
||||||
if let Some(closure) = config.external_completer.as_ref() {
|
if let Some(closure) = config.completions.external.completer.as_ref() {
|
||||||
if let Some(external_result) =
|
if let Some(external_result) =
|
||||||
self.external_completion(closure, &spans, fake_offset, new_span)
|
self.external_completion(closure, &spans, fake_offset, new_span)
|
||||||
{
|
{
|
||||||
@ -338,7 +338,9 @@ impl NuCompleter {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Try to complete using an external completer (if set)
|
// Try to complete using an external completer (if set)
|
||||||
if let Some(closure) = config.external_completer.as_ref() {
|
if let Some(closure) =
|
||||||
|
config.completions.external.completer.as_ref()
|
||||||
|
{
|
||||||
if let Some(external_result) = self.external_completion(
|
if let Some(external_result) = self.external_completion(
|
||||||
closure,
|
closure,
|
||||||
&spans,
|
&spans,
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
use super::MatchAlgorithm;
|
||||||
use crate::{
|
use crate::{
|
||||||
completions::{matches, CompletionOptions},
|
completions::{matches, CompletionOptions},
|
||||||
SemanticSuggestion,
|
SemanticSuggestion,
|
||||||
@ -5,6 +6,7 @@ use crate::{
|
|||||||
use fuzzy_matcher::{skim::SkimMatcherV2, FuzzyMatcher};
|
use fuzzy_matcher::{skim::SkimMatcherV2, FuzzyMatcher};
|
||||||
use nu_ansi_term::Style;
|
use nu_ansi_term::Style;
|
||||||
use nu_engine::env_to_string;
|
use nu_engine::env_to_string;
|
||||||
|
use nu_path::dots::expand_ndots;
|
||||||
use nu_path::{expand_to_real_path, home_dir};
|
use nu_path::{expand_to_real_path, home_dir};
|
||||||
use nu_protocol::{
|
use nu_protocol::{
|
||||||
engine::{EngineState, Stack, StateWorkingSet},
|
engine::{EngineState, Stack, StateWorkingSet},
|
||||||
@ -13,8 +15,6 @@ use nu_protocol::{
|
|||||||
use nu_utils::get_ls_colors;
|
use nu_utils::get_ls_colors;
|
||||||
use std::path::{is_separator, Component, Path, PathBuf, MAIN_SEPARATOR as SEP};
|
use std::path::{is_separator, Component, Path, PathBuf, MAIN_SEPARATOR as SEP};
|
||||||
|
|
||||||
use super::MatchAlgorithm;
|
|
||||||
|
|
||||||
#[derive(Clone, Default)]
|
#[derive(Clone, Default)]
|
||||||
pub struct PathBuiltFromString {
|
pub struct PathBuiltFromString {
|
||||||
parts: Vec<String>,
|
parts: Vec<String>,
|
||||||
@ -41,7 +41,7 @@ pub fn complete_rec(
|
|||||||
let mut completions = vec![];
|
let mut completions = vec![];
|
||||||
|
|
||||||
if let Some((&base, rest)) = partial.split_first() {
|
if let Some((&base, rest)) = partial.split_first() {
|
||||||
if (base == "." || base == "..") && (isdir || !rest.is_empty()) {
|
if base.chars().all(|c| c == '.') && (isdir || !rest.is_empty()) {
|
||||||
let mut built = built.clone();
|
let mut built = built.clone();
|
||||||
built.parts.push(base.to_string());
|
built.parts.push(base.to_string());
|
||||||
built.isdir = true;
|
built.isdir = true;
|
||||||
@ -156,18 +156,27 @@ pub fn complete_item(
|
|||||||
engine_state: &EngineState,
|
engine_state: &EngineState,
|
||||||
stack: &Stack,
|
stack: &Stack,
|
||||||
) -> Vec<(nu_protocol::Span, String, Option<Style>)> {
|
) -> Vec<(nu_protocol::Span, String, Option<Style>)> {
|
||||||
let partial = surround_remove(partial);
|
let cleaned_partial = surround_remove(partial);
|
||||||
let isdir = partial.ends_with(is_separator);
|
let isdir = cleaned_partial.ends_with(is_separator);
|
||||||
|
let expanded_partial = expand_ndots(Path::new(&cleaned_partial));
|
||||||
|
let should_collapse_dots = expanded_partial != Path::new(&cleaned_partial);
|
||||||
|
let mut partial = expanded_partial.to_string_lossy().to_string();
|
||||||
|
|
||||||
#[cfg(unix)]
|
#[cfg(unix)]
|
||||||
let path_separator = SEP;
|
let path_separator = SEP;
|
||||||
#[cfg(windows)]
|
#[cfg(windows)]
|
||||||
let path_separator = partial
|
let path_separator = cleaned_partial
|
||||||
.chars()
|
.chars()
|
||||||
.rfind(|c: &char| is_separator(*c))
|
.rfind(|c: &char| is_separator(*c))
|
||||||
.unwrap_or(SEP);
|
.unwrap_or(SEP);
|
||||||
|
|
||||||
|
// Handle the trailing dot case
|
||||||
|
if cleaned_partial.ends_with(&format!("{path_separator}.")) {
|
||||||
|
partial.push_str(&format!("{path_separator}."));
|
||||||
|
}
|
||||||
|
|
||||||
let cwd_pathbuf = Path::new(cwd).to_path_buf();
|
let cwd_pathbuf = Path::new(cwd).to_path_buf();
|
||||||
let ls_colors = (engine_state.config.use_ls_colors_completions
|
let ls_colors = (engine_state.config.completions.use_ls_colors
|
||||||
&& engine_state.config.use_ansi_coloring)
|
&& engine_state.config.use_ansi_coloring)
|
||||||
.then(|| {
|
.then(|| {
|
||||||
let ls_colors_env_str = match stack.get_env_var(engine_state, "LS_COLORS") {
|
let ls_colors_env_str = match stack.get_env_var(engine_state, "LS_COLORS") {
|
||||||
@ -185,16 +194,11 @@ pub fn complete_item(
|
|||||||
match components.peek().cloned() {
|
match components.peek().cloned() {
|
||||||
Some(c @ Component::Prefix(..)) => {
|
Some(c @ Component::Prefix(..)) => {
|
||||||
// windows only by definition
|
// windows only by definition
|
||||||
components.next();
|
|
||||||
if let Some(Component::RootDir) = components.peek().cloned() {
|
|
||||||
components.next();
|
|
||||||
};
|
|
||||||
cwd = [c, Component::RootDir].iter().collect();
|
cwd = [c, Component::RootDir].iter().collect();
|
||||||
prefix_len = c.as_os_str().len();
|
prefix_len = c.as_os_str().len();
|
||||||
original_cwd = OriginalCwd::Prefix(c.as_os_str().to_string_lossy().into_owned());
|
original_cwd = OriginalCwd::Prefix(c.as_os_str().to_string_lossy().into_owned());
|
||||||
}
|
}
|
||||||
Some(c @ Component::RootDir) => {
|
Some(c @ Component::RootDir) => {
|
||||||
components.next();
|
|
||||||
// This is kind of a hack. When joining an empty string with the rest,
|
// This is kind of a hack. When joining an empty string with the rest,
|
||||||
// we add the slash automagically
|
// we add the slash automagically
|
||||||
cwd = PathBuf::from(c.as_os_str());
|
cwd = PathBuf::from(c.as_os_str());
|
||||||
@ -202,7 +206,6 @@ pub fn complete_item(
|
|||||||
original_cwd = OriginalCwd::Prefix(String::new());
|
original_cwd = OriginalCwd::Prefix(String::new());
|
||||||
}
|
}
|
||||||
Some(Component::Normal(home)) if home.to_string_lossy() == "~" => {
|
Some(Component::Normal(home)) if home.to_string_lossy() == "~" => {
|
||||||
components.next();
|
|
||||||
cwd = home_dir().map(Into::into).unwrap_or(cwd_pathbuf);
|
cwd = home_dir().map(Into::into).unwrap_or(cwd_pathbuf);
|
||||||
prefix_len = 1;
|
prefix_len = 1;
|
||||||
original_cwd = OriginalCwd::Home;
|
original_cwd = OriginalCwd::Home;
|
||||||
@ -227,7 +230,10 @@ pub fn complete_item(
|
|||||||
isdir,
|
isdir,
|
||||||
)
|
)
|
||||||
.into_iter()
|
.into_iter()
|
||||||
.map(|p| {
|
.map(|mut p| {
|
||||||
|
if should_collapse_dots {
|
||||||
|
p = collapse_ndots(p);
|
||||||
|
}
|
||||||
let path = original_cwd.apply(p, path_separator);
|
let path = original_cwd.apply(p, path_separator);
|
||||||
let style = ls_colors.as_ref().map(|lsc| {
|
let style = ls_colors.as_ref().map(|lsc| {
|
||||||
lsc.style_for_path_with_metadata(
|
lsc.style_for_path_with_metadata(
|
||||||
@ -340,3 +346,37 @@ pub fn sort_completions<T>(
|
|||||||
|
|
||||||
items
|
items
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// Collapse multiple ".." components into n-dots.
|
||||||
|
///
|
||||||
|
/// It performs the reverse operation of `expand_ndots`, collapsing sequences of ".." into n-dots,
|
||||||
|
/// such as "..." and "....".
|
||||||
|
///
|
||||||
|
/// The resulting path will use platform-specific path separators, regardless of what path separators were used in the input.
|
||||||
|
fn collapse_ndots(path: PathBuiltFromString) -> PathBuiltFromString {
|
||||||
|
let mut result = PathBuiltFromString {
|
||||||
|
parts: Vec::with_capacity(path.parts.len()),
|
||||||
|
isdir: path.isdir,
|
||||||
|
};
|
||||||
|
|
||||||
|
let mut dot_count = 0;
|
||||||
|
|
||||||
|
for part in path.parts {
|
||||||
|
if part == ".." {
|
||||||
|
dot_count += 1;
|
||||||
|
} else {
|
||||||
|
if dot_count > 0 {
|
||||||
|
result.parts.push(".".repeat(dot_count + 1));
|
||||||
|
dot_count = 0;
|
||||||
|
}
|
||||||
|
result.parts.push(part);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Add any remaining dots
|
||||||
|
if dot_count > 0 {
|
||||||
|
result.parts.push(".".repeat(dot_count + 1));
|
||||||
|
}
|
||||||
|
|
||||||
|
result
|
||||||
|
}
|
||||||
|
@ -126,7 +126,7 @@ impl Completer for CustomCompletion {
|
|||||||
let options = custom_completion_options
|
let options = custom_completion_options
|
||||||
.as_ref()
|
.as_ref()
|
||||||
.unwrap_or(completion_options);
|
.unwrap_or(completion_options);
|
||||||
let suggestions = filter(&prefix, suggestions, completion_options);
|
let suggestions = filter(&prefix, suggestions, options);
|
||||||
sort_suggestions(&String::from_utf8_lossy(&prefix), suggestions, options)
|
sort_suggestions(&String::from_utf8_lossy(&prefix), suggestions, options)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -2,10 +2,10 @@ use crate::util::eval_source;
|
|||||||
#[cfg(feature = "plugin")]
|
#[cfg(feature = "plugin")]
|
||||||
use nu_path::canonicalize_with;
|
use nu_path::canonicalize_with;
|
||||||
#[cfg(feature = "plugin")]
|
#[cfg(feature = "plugin")]
|
||||||
use nu_protocol::{engine::StateWorkingSet, report_error, ParseError, PluginRegistryFile, Spanned};
|
use nu_protocol::{engine::StateWorkingSet, ParseError, PluginRegistryFile, Spanned};
|
||||||
use nu_protocol::{
|
use nu_protocol::{
|
||||||
engine::{EngineState, Stack},
|
engine::{EngineState, Stack},
|
||||||
report_error_new, HistoryFileFormat, PipelineData,
|
report_shell_error, HistoryFileFormat, PipelineData,
|
||||||
};
|
};
|
||||||
#[cfg(feature = "plugin")]
|
#[cfg(feature = "plugin")]
|
||||||
use nu_utils::perf;
|
use nu_utils::perf;
|
||||||
@ -36,7 +36,7 @@ pub fn read_plugin_file(
|
|||||||
.and_then(|p| Path::new(&p.item).extension())
|
.and_then(|p| Path::new(&p.item).extension())
|
||||||
.is_some_and(|ext| ext == "nu")
|
.is_some_and(|ext| ext == "nu")
|
||||||
{
|
{
|
||||||
report_error_new(
|
report_shell_error(
|
||||||
engine_state,
|
engine_state,
|
||||||
&ShellError::GenericError {
|
&ShellError::GenericError {
|
||||||
error: "Wrong plugin file format".into(),
|
error: "Wrong plugin file format".into(),
|
||||||
@ -81,7 +81,7 @@ pub fn read_plugin_file(
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
report_error_new(
|
report_shell_error(
|
||||||
engine_state,
|
engine_state,
|
||||||
&ShellError::GenericError {
|
&ShellError::GenericError {
|
||||||
error: format!(
|
error: format!(
|
||||||
@ -113,7 +113,7 @@ pub fn read_plugin_file(
|
|||||||
Ok(contents) => contents,
|
Ok(contents) => contents,
|
||||||
Err(err) => {
|
Err(err) => {
|
||||||
log::warn!("Failed to read plugin registry file: {err:?}");
|
log::warn!("Failed to read plugin registry file: {err:?}");
|
||||||
report_error_new(
|
report_shell_error(
|
||||||
engine_state,
|
engine_state,
|
||||||
&ShellError::GenericError {
|
&ShellError::GenericError {
|
||||||
error: format!(
|
error: format!(
|
||||||
@ -146,7 +146,7 @@ pub fn read_plugin_file(
|
|||||||
nu_plugin_engine::load_plugin_file(&mut working_set, &contents, span);
|
nu_plugin_engine::load_plugin_file(&mut working_set, &contents, span);
|
||||||
|
|
||||||
if let Err(err) = engine_state.merge_delta(working_set.render()) {
|
if let Err(err) = engine_state.merge_delta(working_set.render()) {
|
||||||
report_error_new(engine_state, &err);
|
report_shell_error(engine_state, &err);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -166,7 +166,7 @@ pub fn add_plugin_file(
|
|||||||
) {
|
) {
|
||||||
use std::path::Path;
|
use std::path::Path;
|
||||||
|
|
||||||
let working_set = StateWorkingSet::new(engine_state);
|
use nu_protocol::report_parse_error;
|
||||||
|
|
||||||
if let Ok(cwd) = engine_state.cwd_as_string(None) {
|
if let Ok(cwd) = engine_state.cwd_as_string(None) {
|
||||||
if let Some(plugin_file) = plugin_file {
|
if let Some(plugin_file) = plugin_file {
|
||||||
@ -181,8 +181,8 @@ pub fn add_plugin_file(
|
|||||||
engine_state.plugin_path = Some(path)
|
engine_state.plugin_path = Some(path)
|
||||||
} else {
|
} else {
|
||||||
// It's an error if the directory for the plugin file doesn't exist.
|
// It's an error if the directory for the plugin file doesn't exist.
|
||||||
report_error(
|
report_parse_error(
|
||||||
&working_set,
|
&StateWorkingSet::new(engine_state),
|
||||||
&ParseError::FileNotFound(
|
&ParseError::FileNotFound(
|
||||||
path_dir.to_string_lossy().into_owned(),
|
path_dir.to_string_lossy().into_owned(),
|
||||||
plugin_file.span,
|
plugin_file.span,
|
||||||
@ -214,7 +214,8 @@ pub fn eval_config_contents(
|
|||||||
let prev_file = engine_state.file.take();
|
let prev_file = engine_state.file.take();
|
||||||
engine_state.file = Some(config_path.clone());
|
engine_state.file = Some(config_path.clone());
|
||||||
|
|
||||||
eval_source(
|
// TODO: ignore this error?
|
||||||
|
let _ = eval_source(
|
||||||
engine_state,
|
engine_state,
|
||||||
stack,
|
stack,
|
||||||
&contents,
|
&contents,
|
||||||
@ -230,11 +231,11 @@ pub fn eval_config_contents(
|
|||||||
match engine_state.cwd(Some(stack)) {
|
match engine_state.cwd(Some(stack)) {
|
||||||
Ok(cwd) => {
|
Ok(cwd) => {
|
||||||
if let Err(e) = engine_state.merge_env(stack, cwd) {
|
if let Err(e) = engine_state.merge_env(stack, cwd) {
|
||||||
report_error_new(engine_state, &e);
|
report_shell_error(engine_state, &e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Err(e) => {
|
Err(e) => {
|
||||||
report_error_new(engine_state, &e);
|
report_shell_error(engine_state, &e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -245,7 +246,7 @@ pub(crate) fn get_history_path(storage_path: &str, mode: HistoryFileFormat) -> O
|
|||||||
nu_path::config_dir().map(|mut history_path| {
|
nu_path::config_dir().map(|mut history_path| {
|
||||||
history_path.push(storage_path);
|
history_path.push(storage_path);
|
||||||
history_path.push(match mode {
|
history_path.push(match mode {
|
||||||
HistoryFileFormat::PlainText => HISTORY_FILE_TXT,
|
HistoryFileFormat::Plaintext => HISTORY_FILE_TXT,
|
||||||
HistoryFileFormat::Sqlite => HISTORY_FILE_SQLITE,
|
HistoryFileFormat::Sqlite => HISTORY_FILE_SQLITE,
|
||||||
});
|
});
|
||||||
history_path.into()
|
history_path.into()
|
||||||
@ -280,7 +281,7 @@ pub fn migrate_old_plugin_file(engine_state: &EngineState, storage_path: &str) -
|
|||||||
let old_contents = match std::fs::read(&old_plugin_file_path) {
|
let old_contents = match std::fs::read(&old_plugin_file_path) {
|
||||||
Ok(old_contents) => old_contents,
|
Ok(old_contents) => old_contents,
|
||||||
Err(err) => {
|
Err(err) => {
|
||||||
report_error_new(
|
report_shell_error(
|
||||||
engine_state,
|
engine_state,
|
||||||
&ShellError::GenericError {
|
&ShellError::GenericError {
|
||||||
error: "Can't read old plugin file to migrate".into(),
|
error: "Can't read old plugin file to migrate".into(),
|
||||||
@ -349,7 +350,7 @@ pub fn migrate_old_plugin_file(engine_state: &EngineState, storage_path: &str) -
|
|||||||
.map_err(|e| e.into())
|
.map_err(|e| e.into())
|
||||||
.and_then(|file| contents.write_to(file, None))
|
.and_then(|file| contents.write_to(file, None))
|
||||||
{
|
{
|
||||||
report_error_new(
|
report_shell_error(
|
||||||
&engine_state,
|
&engine_state,
|
||||||
&ShellError::GenericError {
|
&ShellError::GenericError {
|
||||||
error: "Failed to save migrated plugin file".into(),
|
error: "Failed to save migrated plugin file".into(),
|
||||||
|
@ -2,9 +2,10 @@ use log::info;
|
|||||||
use nu_engine::{convert_env_values, eval_block};
|
use nu_engine::{convert_env_values, eval_block};
|
||||||
use nu_parser::parse;
|
use nu_parser::parse;
|
||||||
use nu_protocol::{
|
use nu_protocol::{
|
||||||
|
cli_error::report_compile_error,
|
||||||
debugger::WithoutDebug,
|
debugger::WithoutDebug,
|
||||||
engine::{EngineState, Stack, StateWorkingSet},
|
engine::{EngineState, Stack, StateWorkingSet},
|
||||||
report_error, PipelineData, ShellError, Spanned, Value,
|
report_parse_error, report_parse_warning, PipelineData, ShellError, Spanned, Value,
|
||||||
};
|
};
|
||||||
use std::sync::Arc;
|
use std::sync::Arc;
|
||||||
|
|
||||||
@ -53,7 +54,7 @@ pub fn evaluate_commands(
|
|||||||
// Parse the source code
|
// Parse the source code
|
||||||
let (block, delta) = {
|
let (block, delta) = {
|
||||||
if let Some(ref t_mode) = table_mode {
|
if let Some(ref t_mode) = table_mode {
|
||||||
Arc::make_mut(&mut engine_state.config).table_mode =
|
Arc::make_mut(&mut engine_state.config).table.mode =
|
||||||
t_mode.coerce_str()?.parse().unwrap_or_default();
|
t_mode.coerce_str()?.parse().unwrap_or_default();
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -61,16 +62,16 @@ pub fn evaluate_commands(
|
|||||||
|
|
||||||
let output = parse(&mut working_set, None, commands.item.as_bytes(), false);
|
let output = parse(&mut working_set, None, commands.item.as_bytes(), false);
|
||||||
if let Some(warning) = working_set.parse_warnings.first() {
|
if let Some(warning) = working_set.parse_warnings.first() {
|
||||||
report_error(&working_set, warning);
|
report_parse_warning(&working_set, warning);
|
||||||
}
|
}
|
||||||
|
|
||||||
if let Some(err) = working_set.parse_errors.first() {
|
if let Some(err) = working_set.parse_errors.first() {
|
||||||
report_error(&working_set, err);
|
report_parse_error(&working_set, err);
|
||||||
std::process::exit(1);
|
std::process::exit(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
if let Some(err) = working_set.compile_errors.first() {
|
if let Some(err) = working_set.compile_errors.first() {
|
||||||
report_error(&working_set, err);
|
report_compile_error(&working_set, err);
|
||||||
// Not a fatal error, for now
|
// Not a fatal error, for now
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -88,15 +89,11 @@ pub fn evaluate_commands(
|
|||||||
}
|
}
|
||||||
|
|
||||||
if let Some(t_mode) = table_mode {
|
if let Some(t_mode) = table_mode {
|
||||||
Arc::make_mut(&mut engine_state.config).table_mode =
|
Arc::make_mut(&mut engine_state.config).table.mode =
|
||||||
t_mode.coerce_str()?.parse().unwrap_or_default();
|
t_mode.coerce_str()?.parse().unwrap_or_default();
|
||||||
}
|
}
|
||||||
|
|
||||||
if let Some(status) = pipeline.print(engine_state, stack, no_newline, false)? {
|
pipeline.print(engine_state, stack, no_newline, false)?;
|
||||||
if status.code() != 0 {
|
|
||||||
std::process::exit(status.code())
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
info!("evaluate {}:{}:{}", file!(), line!(), column!());
|
info!("evaluate {}:{}:{}", file!(), line!(), column!());
|
||||||
|
|
||||||
|
@ -4,9 +4,10 @@ use nu_engine::{convert_env_values, eval_block};
|
|||||||
use nu_parser::parse;
|
use nu_parser::parse;
|
||||||
use nu_path::canonicalize_with;
|
use nu_path::canonicalize_with;
|
||||||
use nu_protocol::{
|
use nu_protocol::{
|
||||||
|
cli_error::report_compile_error,
|
||||||
debugger::WithoutDebug,
|
debugger::WithoutDebug,
|
||||||
engine::{EngineState, Stack, StateWorkingSet},
|
engine::{EngineState, Stack, StateWorkingSet},
|
||||||
report_error, PipelineData, ShellError, Span, Value,
|
report_parse_error, report_parse_warning, PipelineData, ShellError, Span, Value,
|
||||||
};
|
};
|
||||||
use std::sync::Arc;
|
use std::sync::Arc;
|
||||||
|
|
||||||
@ -77,17 +78,17 @@ pub fn evaluate_file(
|
|||||||
let block = parse(&mut working_set, Some(file_path_str), &file, false);
|
let block = parse(&mut working_set, Some(file_path_str), &file, false);
|
||||||
|
|
||||||
if let Some(warning) = working_set.parse_warnings.first() {
|
if let Some(warning) = working_set.parse_warnings.first() {
|
||||||
report_error(&working_set, warning);
|
report_parse_warning(&working_set, warning);
|
||||||
}
|
}
|
||||||
|
|
||||||
// If any parse errors were found, report the first error and exit.
|
// If any parse errors were found, report the first error and exit.
|
||||||
if let Some(err) = working_set.parse_errors.first() {
|
if let Some(err) = working_set.parse_errors.first() {
|
||||||
report_error(&working_set, err);
|
report_parse_error(&working_set, err);
|
||||||
std::process::exit(1);
|
std::process::exit(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
if let Some(err) = working_set.compile_errors.first() {
|
if let Some(err) = working_set.compile_errors.first() {
|
||||||
report_error(&working_set, err);
|
report_compile_error(&working_set, err);
|
||||||
// Not a fatal error, for now
|
// Not a fatal error, for now
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -118,11 +119,7 @@ pub fn evaluate_file(
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Print the pipeline output of the last command of the file.
|
// Print the pipeline output of the last command of the file.
|
||||||
if let Some(status) = pipeline.print(engine_state, stack, true, false)? {
|
pipeline.print(engine_state, stack, true, false)?;
|
||||||
if status.code() != 0 {
|
|
||||||
std::process::exit(status.code())
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// Invoke the main command with arguments.
|
// Invoke the main command with arguments.
|
||||||
// Arguments with whitespaces are quoted, thus can be safely concatenated by whitespace.
|
// Arguments with whitespaces are quoted, thus can be safely concatenated by whitespace.
|
||||||
@ -140,7 +137,7 @@ pub fn evaluate_file(
|
|||||||
};
|
};
|
||||||
|
|
||||||
if exit_code != 0 {
|
if exit_code != 0 {
|
||||||
std::process::exit(exit_code)
|
std::process::exit(exit_code);
|
||||||
}
|
}
|
||||||
|
|
||||||
info!("evaluate {}:{}:{}", file!(), line!(), column!());
|
info!("evaluate {}:{}:{}", file!(), line!(), column!());
|
||||||
|
@ -30,12 +30,15 @@ impl NuHelpCompleter {
|
|||||||
.filter_map(|(_, decl_id)| {
|
.filter_map(|(_, decl_id)| {
|
||||||
let decl = self.engine_state.get_decl(decl_id);
|
let decl = self.engine_state.get_decl(decl_id);
|
||||||
(decl.name().to_folded_case().contains(&folded_line)
|
(decl.name().to_folded_case().contains(&folded_line)
|
||||||
|| decl.usage().to_folded_case().contains(&folded_line)
|
|| decl.description().to_folded_case().contains(&folded_line)
|
||||||
|| decl
|
|| decl
|
||||||
.search_terms()
|
.search_terms()
|
||||||
.into_iter()
|
.into_iter()
|
||||||
.any(|term| term.to_folded_case().contains(&folded_line))
|
.any(|term| term.to_folded_case().contains(&folded_line))
|
||||||
|| decl.extra_usage().to_folded_case().contains(&folded_line))
|
|| decl
|
||||||
|
.extra_description()
|
||||||
|
.to_folded_case()
|
||||||
|
.contains(&folded_line))
|
||||||
.then_some(decl)
|
.then_some(decl)
|
||||||
})
|
})
|
||||||
.collect::<Vec<_>>();
|
.collect::<Vec<_>>();
|
||||||
@ -47,15 +50,15 @@ impl NuHelpCompleter {
|
|||||||
.map(|decl| {
|
.map(|decl| {
|
||||||
let mut long_desc = String::new();
|
let mut long_desc = String::new();
|
||||||
|
|
||||||
let usage = decl.usage();
|
let description = decl.description();
|
||||||
if !usage.is_empty() {
|
if !description.is_empty() {
|
||||||
long_desc.push_str(usage);
|
long_desc.push_str(description);
|
||||||
long_desc.push_str("\r\n\r\n");
|
long_desc.push_str("\r\n\r\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
let extra_usage = decl.extra_usage();
|
let extra_desc = decl.extra_description();
|
||||||
if !extra_usage.is_empty() {
|
if !extra_desc.is_empty() {
|
||||||
long_desc.push_str(extra_usage);
|
long_desc.push_str(extra_desc);
|
||||||
long_desc.push_str("\r\n\r\n");
|
long_desc.push_str("\r\n\r\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@ impl Command for NuHighlight {
|
|||||||
.input_output_types(vec![(Type::String, Type::String)])
|
.input_output_types(vec![(Type::String, Type::String)])
|
||||||
}
|
}
|
||||||
|
|
||||||
fn usage(&self) -> &str {
|
fn description(&self) -> &str {
|
||||||
"Syntax highlight the input string."
|
"Syntax highlight the input string."
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -30,11 +30,11 @@ impl Command for Print {
|
|||||||
.category(Category::Strings)
|
.category(Category::Strings)
|
||||||
}
|
}
|
||||||
|
|
||||||
fn usage(&self) -> &str {
|
fn description(&self) -> &str {
|
||||||
"Print the given values to stdout."
|
"Print the given values to stdout."
|
||||||
}
|
}
|
||||||
|
|
||||||
fn extra_usage(&self) -> &str {
|
fn extra_description(&self) -> &str {
|
||||||
r#"Unlike `echo`, this command does not return any value (`print | describe` will return "nothing").
|
r#"Unlike `echo`, this command does not return any value (`print | describe` will return "nothing").
|
||||||
Since this command has no output, there is no point in piping it with other commands.
|
Since this command has no output, there is no point in piping it with other commands.
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@ use log::trace;
|
|||||||
use nu_engine::ClosureEvalOnce;
|
use nu_engine::ClosureEvalOnce;
|
||||||
use nu_protocol::{
|
use nu_protocol::{
|
||||||
engine::{EngineState, Stack},
|
engine::{EngineState, Stack},
|
||||||
report_error_new, Config, PipelineData, Value,
|
report_shell_error, Config, PipelineData, Value,
|
||||||
};
|
};
|
||||||
use reedline::Prompt;
|
use reedline::Prompt;
|
||||||
|
|
||||||
@ -80,7 +80,7 @@ fn get_prompt_string(
|
|||||||
|
|
||||||
result
|
result
|
||||||
.map_err(|err| {
|
.map_err(|err| {
|
||||||
report_error_new(engine_state, &err);
|
report_shell_error(engine_state, &err);
|
||||||
})
|
})
|
||||||
.ok()
|
.ok()
|
||||||
}
|
}
|
||||||
@ -118,13 +118,13 @@ pub(crate) fn update_prompt(
|
|||||||
|
|
||||||
// Now that we have the prompt string lets ansify it.
|
// Now that we have the prompt string lets ansify it.
|
||||||
// <133 A><prompt><133 B><command><133 C><command output>
|
// <133 A><prompt><133 B><command><133 C><command output>
|
||||||
let left_prompt_string = if config.shell_integration_osc633 {
|
let left_prompt_string = if config.shell_integration.osc633 {
|
||||||
if stack.get_env_var(engine_state, "TERM_PROGRAM") == Some(Value::test_string("vscode")) {
|
if stack.get_env_var(engine_state, "TERM_PROGRAM") == Some(Value::test_string("vscode")) {
|
||||||
// We're in vscode and we have osc633 enabled
|
// We're in vscode and we have osc633 enabled
|
||||||
Some(format!(
|
Some(format!(
|
||||||
"{VSCODE_PRE_PROMPT_MARKER}{configured_left_prompt_string}{VSCODE_POST_PROMPT_MARKER}"
|
"{VSCODE_PRE_PROMPT_MARKER}{configured_left_prompt_string}{VSCODE_POST_PROMPT_MARKER}"
|
||||||
))
|
))
|
||||||
} else if config.shell_integration_osc133 {
|
} else if config.shell_integration.osc133 {
|
||||||
// If we're in VSCode but we don't find the env var, but we have osc133 set, then use it
|
// If we're in VSCode but we don't find the env var, but we have osc133 set, then use it
|
||||||
Some(format!(
|
Some(format!(
|
||||||
"{PRE_PROMPT_MARKER}{configured_left_prompt_string}{POST_PROMPT_MARKER}"
|
"{PRE_PROMPT_MARKER}{configured_left_prompt_string}{POST_PROMPT_MARKER}"
|
||||||
@ -132,7 +132,7 @@ pub(crate) fn update_prompt(
|
|||||||
} else {
|
} else {
|
||||||
configured_left_prompt_string.into()
|
configured_left_prompt_string.into()
|
||||||
}
|
}
|
||||||
} else if config.shell_integration_osc133 {
|
} else if config.shell_integration.osc133 {
|
||||||
Some(format!(
|
Some(format!(
|
||||||
"{PRE_PROMPT_MARKER}{configured_left_prompt_string}{POST_PROMPT_MARKER}"
|
"{PRE_PROMPT_MARKER}{configured_left_prompt_string}{POST_PROMPT_MARKER}"
|
||||||
))
|
))
|
||||||
|
@ -159,8 +159,8 @@ fn add_menu(
|
|||||||
stack: &Stack,
|
stack: &Stack,
|
||||||
config: Arc<Config>,
|
config: Arc<Config>,
|
||||||
) -> Result<Reedline, ShellError> {
|
) -> Result<Reedline, ShellError> {
|
||||||
let span = menu.menu_type.span();
|
let span = menu.r#type.span();
|
||||||
if let Value::Record { val, .. } = &menu.menu_type {
|
if let Value::Record { val, .. } = &menu.r#type {
|
||||||
let layout = extract_value("layout", val, span)?.to_expanded_string("", &config);
|
let layout = extract_value("layout", val, span)?.to_expanded_string("", &config);
|
||||||
|
|
||||||
match layout.as_str() {
|
match layout.as_str() {
|
||||||
@ -170,15 +170,15 @@ fn add_menu(
|
|||||||
"description" => add_description_menu(line_editor, menu, engine_state, stack, config),
|
"description" => add_description_menu(line_editor, menu, engine_state, stack, config),
|
||||||
_ => Err(ShellError::UnsupportedConfigValue {
|
_ => Err(ShellError::UnsupportedConfigValue {
|
||||||
expected: "columnar, list, ide or description".to_string(),
|
expected: "columnar, list, ide or description".to_string(),
|
||||||
value: menu.menu_type.to_abbreviated_string(&config),
|
value: menu.r#type.to_abbreviated_string(&config),
|
||||||
span: menu.menu_type.span(),
|
span: menu.r#type.span(),
|
||||||
}),
|
}),
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
Err(ShellError::UnsupportedConfigValue {
|
Err(ShellError::UnsupportedConfigValue {
|
||||||
expected: "only record type".to_string(),
|
expected: "only record type".to_string(),
|
||||||
value: menu.menu_type.to_abbreviated_string(&config),
|
value: menu.r#type.to_abbreviated_string(&config),
|
||||||
span: menu.menu_type.span(),
|
span: menu.r#type.span(),
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -224,11 +224,11 @@ pub(crate) fn add_columnar_menu(
|
|||||||
stack: &Stack,
|
stack: &Stack,
|
||||||
config: &Config,
|
config: &Config,
|
||||||
) -> Result<Reedline, ShellError> {
|
) -> Result<Reedline, ShellError> {
|
||||||
let span = menu.menu_type.span();
|
let span = menu.r#type.span();
|
||||||
let name = menu.name.to_expanded_string("", config);
|
let name = menu.name.to_expanded_string("", config);
|
||||||
let mut columnar_menu = ColumnarMenu::default().with_name(&name);
|
let mut columnar_menu = ColumnarMenu::default().with_name(&name);
|
||||||
|
|
||||||
if let Value::Record { val, .. } = &menu.menu_type {
|
if let Value::Record { val, .. } = &menu.r#type {
|
||||||
columnar_menu = match extract_value("columns", val, span) {
|
columnar_menu = match extract_value("columns", val, span) {
|
||||||
Ok(columns) => {
|
Ok(columns) => {
|
||||||
let columns = columns.as_int()?;
|
let columns = columns.as_int()?;
|
||||||
@ -299,8 +299,8 @@ pub(crate) fn add_list_menu(
|
|||||||
let name = menu.name.to_expanded_string("", &config);
|
let name = menu.name.to_expanded_string("", &config);
|
||||||
let mut list_menu = ListMenu::default().with_name(&name);
|
let mut list_menu = ListMenu::default().with_name(&name);
|
||||||
|
|
||||||
let span = menu.menu_type.span();
|
let span = menu.r#type.span();
|
||||||
if let Value::Record { val, .. } = &menu.menu_type {
|
if let Value::Record { val, .. } = &menu.r#type {
|
||||||
list_menu = match extract_value("page_size", val, span) {
|
list_menu = match extract_value("page_size", val, span) {
|
||||||
Ok(page_size) => {
|
Ok(page_size) => {
|
||||||
let page_size = page_size.as_int()?;
|
let page_size = page_size.as_int()?;
|
||||||
@ -352,11 +352,11 @@ pub(crate) fn add_ide_menu(
|
|||||||
stack: &Stack,
|
stack: &Stack,
|
||||||
config: Arc<Config>,
|
config: Arc<Config>,
|
||||||
) -> Result<Reedline, ShellError> {
|
) -> Result<Reedline, ShellError> {
|
||||||
let span = menu.menu_type.span();
|
let span = menu.r#type.span();
|
||||||
let name = menu.name.to_expanded_string("", &config);
|
let name = menu.name.to_expanded_string("", &config);
|
||||||
let mut ide_menu = IdeMenu::default().with_name(&name);
|
let mut ide_menu = IdeMenu::default().with_name(&name);
|
||||||
|
|
||||||
if let Value::Record { val, .. } = &menu.menu_type {
|
if let Value::Record { val, .. } = &menu.r#type {
|
||||||
ide_menu = match extract_value("min_completion_width", val, span) {
|
ide_menu = match extract_value("min_completion_width", val, span) {
|
||||||
Ok(min_completion_width) => {
|
Ok(min_completion_width) => {
|
||||||
let min_completion_width = min_completion_width.as_int()?;
|
let min_completion_width = min_completion_width.as_int()?;
|
||||||
@ -536,8 +536,8 @@ pub(crate) fn add_description_menu(
|
|||||||
let name = menu.name.to_expanded_string("", &config);
|
let name = menu.name.to_expanded_string("", &config);
|
||||||
let mut description_menu = DescriptionMenu::default().with_name(&name);
|
let mut description_menu = DescriptionMenu::default().with_name(&name);
|
||||||
|
|
||||||
let span = menu.menu_type.span();
|
let span = menu.r#type.span();
|
||||||
if let Value::Record { val, .. } = &menu.menu_type {
|
if let Value::Record { val, .. } = &menu.r#type {
|
||||||
description_menu = match extract_value("columns", val, span) {
|
description_menu = match extract_value("columns", val, span) {
|
||||||
Ok(columns) => {
|
Ok(columns) => {
|
||||||
let columns = columns.as_int()?;
|
let columns = columns.as_int()?;
|
||||||
|
@ -27,7 +27,7 @@ use nu_parser::{lex, parse, trim_quotes_str};
|
|||||||
use nu_protocol::{
|
use nu_protocol::{
|
||||||
config::NuCursorShape,
|
config::NuCursorShape,
|
||||||
engine::{EngineState, Stack, StateWorkingSet},
|
engine::{EngineState, Stack, StateWorkingSet},
|
||||||
report_error_new, HistoryConfig, HistoryFileFormat, PipelineData, ShellError, Span, Spanned,
|
report_shell_error, HistoryConfig, HistoryFileFormat, PipelineData, ShellError, Span, Spanned,
|
||||||
Value,
|
Value,
|
||||||
};
|
};
|
||||||
use nu_utils::{
|
use nu_utils::{
|
||||||
@ -72,11 +72,11 @@ pub fn evaluate_repl(
|
|||||||
let mut entry_num = 0;
|
let mut entry_num = 0;
|
||||||
|
|
||||||
// Let's grab the shell_integration configs
|
// Let's grab the shell_integration configs
|
||||||
let shell_integration_osc2 = config.shell_integration_osc2;
|
let shell_integration_osc2 = config.shell_integration.osc2;
|
||||||
let shell_integration_osc7 = config.shell_integration_osc7;
|
let shell_integration_osc7 = config.shell_integration.osc7;
|
||||||
let shell_integration_osc9_9 = config.shell_integration_osc9_9;
|
let shell_integration_osc9_9 = config.shell_integration.osc9_9;
|
||||||
let shell_integration_osc133 = config.shell_integration_osc133;
|
let shell_integration_osc133 = config.shell_integration.osc133;
|
||||||
let shell_integration_osc633 = config.shell_integration_osc633;
|
let shell_integration_osc633 = config.shell_integration.osc633;
|
||||||
|
|
||||||
let nu_prompt = NushellPrompt::new(
|
let nu_prompt = NushellPrompt::new(
|
||||||
shell_integration_osc133,
|
shell_integration_osc133,
|
||||||
@ -88,7 +88,7 @@ pub fn evaluate_repl(
|
|||||||
let start_time = std::time::Instant::now();
|
let start_time = std::time::Instant::now();
|
||||||
// Translate environment variables from Strings to Values
|
// Translate environment variables from Strings to Values
|
||||||
if let Err(e) = convert_env_values(engine_state, &unique_stack) {
|
if let Err(e) = convert_env_values(engine_state, &unique_stack) {
|
||||||
report_error_new(engine_state, &e);
|
report_shell_error(engine_state, &e);
|
||||||
}
|
}
|
||||||
perf!("translate env vars", start_time, use_color);
|
perf!("translate env vars", start_time, use_color);
|
||||||
|
|
||||||
@ -98,7 +98,7 @@ pub fn evaluate_repl(
|
|||||||
Value::string("0823", Span::unknown()),
|
Value::string("0823", Span::unknown()),
|
||||||
);
|
);
|
||||||
|
|
||||||
unique_stack.add_env_var("LAST_EXIT_CODE".into(), Value::int(0, Span::unknown()));
|
unique_stack.set_last_exit_code(0, Span::unknown());
|
||||||
|
|
||||||
let mut line_editor = get_line_editor(engine_state, nushell_path, use_color)?;
|
let mut line_editor = get_line_editor(engine_state, nushell_path, use_color)?;
|
||||||
let temp_file = temp_dir().join(format!("{}.nu", uuid::Uuid::new_v4()));
|
let temp_file = temp_dir().join(format!("{}.nu", uuid::Uuid::new_v4()));
|
||||||
@ -286,11 +286,11 @@ fn loop_iteration(ctx: LoopContext) -> (bool, Stack, Reedline) {
|
|||||||
// Before doing anything, merge the environment from the previous REPL iteration into the
|
// Before doing anything, merge the environment from the previous REPL iteration into the
|
||||||
// permanent state.
|
// permanent state.
|
||||||
if let Err(err) = engine_state.merge_env(&mut stack, cwd) {
|
if let Err(err) = engine_state.merge_env(&mut stack, cwd) {
|
||||||
report_error_new(engine_state, &err);
|
report_shell_error(engine_state, &err);
|
||||||
}
|
}
|
||||||
// Check whether $env.NU_USE_IR is set, so that the user can change it in the REPL
|
// Check whether $env.NU_DISABLE_IR is set, so that the user can change it in the REPL
|
||||||
// Temporary while IR eval is optional
|
// Temporary while IR eval is optional
|
||||||
stack.use_ir = stack.has_env_var(engine_state, "NU_USE_IR");
|
stack.use_ir = !stack.has_env_var(engine_state, "NU_DISABLE_IR");
|
||||||
perf!("merge env", start_time, use_color);
|
perf!("merge env", start_time, use_color);
|
||||||
|
|
||||||
start_time = std::time::Instant::now();
|
start_time = std::time::Instant::now();
|
||||||
@ -302,7 +302,7 @@ fn loop_iteration(ctx: LoopContext) -> (bool, Stack, Reedline) {
|
|||||||
// fire the "pre_prompt" hook
|
// fire the "pre_prompt" hook
|
||||||
if let Some(hook) = engine_state.get_config().hooks.pre_prompt.clone() {
|
if let Some(hook) = engine_state.get_config().hooks.pre_prompt.clone() {
|
||||||
if let Err(err) = eval_hook(engine_state, &mut stack, None, vec![], &hook, "pre_prompt") {
|
if let Err(err) = eval_hook(engine_state, &mut stack, None, vec![], &hook, "pre_prompt") {
|
||||||
report_error_new(engine_state, &err);
|
report_shell_error(engine_state, &err);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
perf!("pre-prompt hook", start_time, use_color);
|
perf!("pre-prompt hook", start_time, use_color);
|
||||||
@ -312,7 +312,7 @@ fn loop_iteration(ctx: LoopContext) -> (bool, Stack, Reedline) {
|
|||||||
// fire the "env_change" hook
|
// fire the "env_change" hook
|
||||||
let env_change = engine_state.get_config().hooks.env_change.clone();
|
let env_change = engine_state.get_config().hooks.env_change.clone();
|
||||||
if let Err(error) = hook::eval_env_change_hook(env_change, engine_state, &mut stack) {
|
if let Err(error) = hook::eval_env_change_hook(env_change, engine_state, &mut stack) {
|
||||||
report_error_new(engine_state, &error)
|
report_shell_error(engine_state, &error)
|
||||||
}
|
}
|
||||||
perf!("env-change hook", start_time, use_color);
|
perf!("env-change hook", start_time, use_color);
|
||||||
|
|
||||||
@ -322,9 +322,9 @@ fn loop_iteration(ctx: LoopContext) -> (bool, Stack, Reedline) {
|
|||||||
start_time = std::time::Instant::now();
|
start_time = std::time::Instant::now();
|
||||||
// Find the configured cursor shapes for each mode
|
// Find the configured cursor shapes for each mode
|
||||||
let cursor_config = CursorConfig {
|
let cursor_config = CursorConfig {
|
||||||
vi_insert: map_nucursorshape_to_cursorshape(config.cursor_shape_vi_insert),
|
vi_insert: map_nucursorshape_to_cursorshape(config.cursor_shape.vi_insert),
|
||||||
vi_normal: map_nucursorshape_to_cursorshape(config.cursor_shape_vi_normal),
|
vi_normal: map_nucursorshape_to_cursorshape(config.cursor_shape.vi_normal),
|
||||||
emacs: map_nucursorshape_to_cursorshape(config.cursor_shape_emacs),
|
emacs: map_nucursorshape_to_cursorshape(config.cursor_shape.emacs),
|
||||||
};
|
};
|
||||||
perf!("get config/cursor config", start_time, use_color);
|
perf!("get config/cursor config", start_time, use_color);
|
||||||
|
|
||||||
@ -352,8 +352,8 @@ fn loop_iteration(ctx: LoopContext) -> (bool, Stack, Reedline) {
|
|||||||
// STACK-REFERENCE 2
|
// STACK-REFERENCE 2
|
||||||
stack_arc.clone(),
|
stack_arc.clone(),
|
||||||
)))
|
)))
|
||||||
.with_quick_completions(config.quick_completions)
|
.with_quick_completions(config.completions.quick)
|
||||||
.with_partial_completions(config.partial_completions)
|
.with_partial_completions(config.completions.partial)
|
||||||
.with_ansi_colors(config.use_ansi_coloring)
|
.with_ansi_colors(config.use_ansi_coloring)
|
||||||
.with_cwd(Some(
|
.with_cwd(Some(
|
||||||
engine_state
|
engine_state
|
||||||
@ -386,7 +386,7 @@ fn loop_iteration(ctx: LoopContext) -> (bool, Stack, Reedline) {
|
|||||||
trace!("adding menus");
|
trace!("adding menus");
|
||||||
line_editor =
|
line_editor =
|
||||||
add_menus(line_editor, engine_reference, &stack_arc, config).unwrap_or_else(|e| {
|
add_menus(line_editor, engine_reference, &stack_arc, config).unwrap_or_else(|e| {
|
||||||
report_error_new(engine_state, &e);
|
report_shell_error(engine_state, &e);
|
||||||
Reedline::create()
|
Reedline::create()
|
||||||
});
|
});
|
||||||
|
|
||||||
@ -457,12 +457,12 @@ fn loop_iteration(ctx: LoopContext) -> (bool, Stack, Reedline) {
|
|||||||
.with_completer(Box::<DefaultCompleter>::default());
|
.with_completer(Box::<DefaultCompleter>::default());
|
||||||
|
|
||||||
// Let's grab the shell_integration configs
|
// Let's grab the shell_integration configs
|
||||||
let shell_integration_osc2 = config.shell_integration_osc2;
|
let shell_integration_osc2 = config.shell_integration.osc2;
|
||||||
let shell_integration_osc7 = config.shell_integration_osc7;
|
let shell_integration_osc7 = config.shell_integration.osc7;
|
||||||
let shell_integration_osc9_9 = config.shell_integration_osc9_9;
|
let shell_integration_osc9_9 = config.shell_integration.osc9_9;
|
||||||
let shell_integration_osc133 = config.shell_integration_osc133;
|
let shell_integration_osc133 = config.shell_integration.osc133;
|
||||||
let shell_integration_osc633 = config.shell_integration_osc633;
|
let shell_integration_osc633 = config.shell_integration.osc633;
|
||||||
let shell_integration_reset_application_mode = config.shell_integration_reset_application_mode;
|
let shell_integration_reset_application_mode = config.shell_integration.reset_application_mode;
|
||||||
|
|
||||||
// TODO: we may clone the stack, this can lead to major performance issues
|
// TODO: we may clone the stack, this can lead to major performance issues
|
||||||
// so we should avoid it or making stack cheaper to clone.
|
// so we should avoid it or making stack cheaper to clone.
|
||||||
@ -506,7 +506,7 @@ fn loop_iteration(ctx: LoopContext) -> (bool, Stack, Reedline) {
|
|||||||
&hook,
|
&hook,
|
||||||
"pre_execution",
|
"pre_execution",
|
||||||
) {
|
) {
|
||||||
report_error_new(engine_state, &err);
|
report_shell_error(engine_state, &err);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -808,7 +808,7 @@ fn do_auto_cd(
|
|||||||
) {
|
) {
|
||||||
let path = {
|
let path = {
|
||||||
if !path.exists() {
|
if !path.exists() {
|
||||||
report_error_new(
|
report_shell_error(
|
||||||
engine_state,
|
engine_state,
|
||||||
&ShellError::DirectoryNotFound {
|
&ShellError::DirectoryNotFound {
|
||||||
dir: path.to_string_lossy().to_string(),
|
dir: path.to_string_lossy().to_string(),
|
||||||
@ -820,7 +820,7 @@ fn do_auto_cd(
|
|||||||
};
|
};
|
||||||
|
|
||||||
if let PermissionResult::PermissionDenied(reason) = have_permission(path.clone()) {
|
if let PermissionResult::PermissionDenied(reason) = have_permission(path.clone()) {
|
||||||
report_error_new(
|
report_shell_error(
|
||||||
engine_state,
|
engine_state,
|
||||||
&ShellError::IOError {
|
&ShellError::IOError {
|
||||||
msg: format!("Cannot change directory to {path}: {reason}"),
|
msg: format!("Cannot change directory to {path}: {reason}"),
|
||||||
@ -834,7 +834,7 @@ fn do_auto_cd(
|
|||||||
//FIXME: this only changes the current scope, but instead this environment variable
|
//FIXME: this only changes the current scope, but instead this environment variable
|
||||||
//should probably be a block that loads the information from the state in the overlay
|
//should probably be a block that loads the information from the state in the overlay
|
||||||
if let Err(err) = stack.set_cwd(&path) {
|
if let Err(err) = stack.set_cwd(&path) {
|
||||||
report_error_new(engine_state, &err);
|
report_shell_error(engine_state, &err);
|
||||||
return;
|
return;
|
||||||
};
|
};
|
||||||
let cwd = Value::string(cwd, span);
|
let cwd = Value::string(cwd, span);
|
||||||
@ -867,7 +867,7 @@ fn do_auto_cd(
|
|||||||
"NUSHELL_LAST_SHELL".into(),
|
"NUSHELL_LAST_SHELL".into(),
|
||||||
Value::int(last_shell as i64, span),
|
Value::int(last_shell as i64, span),
|
||||||
);
|
);
|
||||||
stack.add_env_var("LAST_EXIT_CODE".into(), Value::int(0, Span::unknown()));
|
stack.set_last_exit_code(0, Span::unknown());
|
||||||
}
|
}
|
||||||
|
|
||||||
///
|
///
|
||||||
@ -1141,7 +1141,7 @@ fn setup_keybindings(engine_state: &EngineState, line_editor: Reedline) -> Reedl
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
Err(e) => {
|
Err(e) => {
|
||||||
report_error_new(engine_state, &e);
|
report_shell_error(engine_state, &e);
|
||||||
line_editor
|
line_editor
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
@ -1173,7 +1173,7 @@ fn update_line_editor_history(
|
|||||||
history_session_id: Option<HistorySessionId>,
|
history_session_id: Option<HistorySessionId>,
|
||||||
) -> Result<Reedline, ErrReport> {
|
) -> Result<Reedline, ErrReport> {
|
||||||
let history: Box<dyn reedline::History> = match history.file_format {
|
let history: Box<dyn reedline::History> = match history.file_format {
|
||||||
HistoryFileFormat::PlainText => Box::new(
|
HistoryFileFormat::Plaintext => Box::new(
|
||||||
FileBackedHistory::with_file(history.max_size as usize, history_path)
|
FileBackedHistory::with_file(history.max_size as usize, history_path)
|
||||||
.into_diagnostic()?,
|
.into_diagnostic()?,
|
||||||
),
|
),
|
||||||
@ -1211,10 +1211,10 @@ fn confirm_stdin_is_terminal() -> Result<()> {
|
|||||||
fn map_nucursorshape_to_cursorshape(shape: NuCursorShape) -> Option<SetCursorStyle> {
|
fn map_nucursorshape_to_cursorshape(shape: NuCursorShape) -> Option<SetCursorStyle> {
|
||||||
match shape {
|
match shape {
|
||||||
NuCursorShape::Block => Some(SetCursorStyle::SteadyBlock),
|
NuCursorShape::Block => Some(SetCursorStyle::SteadyBlock),
|
||||||
NuCursorShape::UnderScore => Some(SetCursorStyle::SteadyUnderScore),
|
NuCursorShape::Underscore => Some(SetCursorStyle::SteadyUnderScore),
|
||||||
NuCursorShape::Line => Some(SetCursorStyle::SteadyBar),
|
NuCursorShape::Line => Some(SetCursorStyle::SteadyBar),
|
||||||
NuCursorShape::BlinkBlock => Some(SetCursorStyle::BlinkingBlock),
|
NuCursorShape::BlinkBlock => Some(SetCursorStyle::BlinkingBlock),
|
||||||
NuCursorShape::BlinkUnderScore => Some(SetCursorStyle::BlinkingUnderScore),
|
NuCursorShape::BlinkUnderscore => Some(SetCursorStyle::BlinkingUnderScore),
|
||||||
NuCursorShape::BlinkLine => Some(SetCursorStyle::BlinkingBar),
|
NuCursorShape::BlinkLine => Some(SetCursorStyle::BlinkingBar),
|
||||||
NuCursorShape::Inherit => None,
|
NuCursorShape::Inherit => None,
|
||||||
}
|
}
|
||||||
|
@ -2,9 +2,11 @@ use nu_cmd_base::hook::eval_hook;
|
|||||||
use nu_engine::{eval_block, eval_block_with_early_return};
|
use nu_engine::{eval_block, eval_block_with_early_return};
|
||||||
use nu_parser::{escape_quote_string, lex, parse, unescape_unquote_string, Token, TokenContents};
|
use nu_parser::{escape_quote_string, lex, parse, unescape_unquote_string, Token, TokenContents};
|
||||||
use nu_protocol::{
|
use nu_protocol::{
|
||||||
|
cli_error::report_compile_error,
|
||||||
debugger::WithoutDebug,
|
debugger::WithoutDebug,
|
||||||
engine::{EngineState, Stack, StateWorkingSet},
|
engine::{EngineState, Stack, StateWorkingSet},
|
||||||
report_error, report_error_new, PipelineData, ShellError, Span, Value,
|
report_parse_error, report_parse_warning, report_shell_error, PipelineData, ShellError, Span,
|
||||||
|
Value,
|
||||||
};
|
};
|
||||||
#[cfg(windows)]
|
#[cfg(windows)]
|
||||||
use nu_utils::enable_vt_processing;
|
use nu_utils::enable_vt_processing;
|
||||||
@ -39,7 +41,7 @@ fn gather_env_vars(
|
|||||||
init_cwd: &Path,
|
init_cwd: &Path,
|
||||||
) {
|
) {
|
||||||
fn report_capture_error(engine_state: &EngineState, env_str: &str, msg: &str) {
|
fn report_capture_error(engine_state: &EngineState, env_str: &str, msg: &str) {
|
||||||
report_error_new(
|
report_shell_error(
|
||||||
engine_state,
|
engine_state,
|
||||||
&ShellError::GenericError {
|
&ShellError::GenericError {
|
||||||
error: format!("Environment variable was not captured: {env_str}"),
|
error: format!("Environment variable was not captured: {env_str}"),
|
||||||
@ -70,7 +72,7 @@ fn gather_env_vars(
|
|||||||
}
|
}
|
||||||
None => {
|
None => {
|
||||||
// Could not capture current working directory
|
// Could not capture current working directory
|
||||||
report_error_new(
|
report_shell_error(
|
||||||
engine_state,
|
engine_state,
|
||||||
&ShellError::GenericError {
|
&ShellError::GenericError {
|
||||||
error: "Current directory is not a valid utf-8 path".into(),
|
error: "Current directory is not a valid utf-8 path".into(),
|
||||||
@ -210,18 +212,19 @@ pub fn eval_source(
|
|||||||
let start_time = std::time::Instant::now();
|
let start_time = std::time::Instant::now();
|
||||||
|
|
||||||
let exit_code = match evaluate_source(engine_state, stack, source, fname, input, allow_return) {
|
let exit_code = match evaluate_source(engine_state, stack, source, fname, input, allow_return) {
|
||||||
Ok(code) => code.unwrap_or(0),
|
Ok(failed) => {
|
||||||
|
let code = failed.into();
|
||||||
|
stack.set_last_exit_code(code, Span::unknown());
|
||||||
|
code
|
||||||
|
}
|
||||||
Err(err) => {
|
Err(err) => {
|
||||||
report_error_new(engine_state, &err);
|
report_shell_error(engine_state, &err);
|
||||||
1
|
let code = err.exit_code();
|
||||||
|
stack.set_last_error(&err);
|
||||||
|
code
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
stack.add_env_var(
|
|
||||||
"LAST_EXIT_CODE".to_string(),
|
|
||||||
Value::int(exit_code.into(), Span::unknown()),
|
|
||||||
);
|
|
||||||
|
|
||||||
// reset vt processing, aka ansi because illbehaved externals can break it
|
// reset vt processing, aka ansi because illbehaved externals can break it
|
||||||
#[cfg(windows)]
|
#[cfg(windows)]
|
||||||
{
|
{
|
||||||
@ -244,7 +247,7 @@ fn evaluate_source(
|
|||||||
fname: &str,
|
fname: &str,
|
||||||
input: PipelineData,
|
input: PipelineData,
|
||||||
allow_return: bool,
|
allow_return: bool,
|
||||||
) -> Result<Option<i32>, ShellError> {
|
) -> Result<bool, ShellError> {
|
||||||
let (block, delta) = {
|
let (block, delta) = {
|
||||||
let mut working_set = StateWorkingSet::new(engine_state);
|
let mut working_set = StateWorkingSet::new(engine_state);
|
||||||
let output = parse(
|
let output = parse(
|
||||||
@ -254,16 +257,16 @@ fn evaluate_source(
|
|||||||
false,
|
false,
|
||||||
);
|
);
|
||||||
if let Some(warning) = working_set.parse_warnings.first() {
|
if let Some(warning) = working_set.parse_warnings.first() {
|
||||||
report_error(&working_set, warning);
|
report_parse_warning(&working_set, warning);
|
||||||
}
|
}
|
||||||
|
|
||||||
if let Some(err) = working_set.parse_errors.first() {
|
if let Some(err) = working_set.parse_errors.first() {
|
||||||
report_error(&working_set, err);
|
report_parse_error(&working_set, err);
|
||||||
return Ok(Some(1));
|
return Ok(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
if let Some(err) = working_set.compile_errors.first() {
|
if let Some(err) = working_set.compile_errors.first() {
|
||||||
report_error(&working_set, err);
|
report_compile_error(&working_set, err);
|
||||||
// Not a fatal error, for now
|
// Not a fatal error, for now
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -278,25 +281,23 @@ fn evaluate_source(
|
|||||||
eval_block::<WithoutDebug>(engine_state, stack, &block, input)
|
eval_block::<WithoutDebug>(engine_state, stack, &block, input)
|
||||||
}?;
|
}?;
|
||||||
|
|
||||||
let status = if let PipelineData::ByteStream(..) = pipeline {
|
if let PipelineData::ByteStream(..) = pipeline {
|
||||||
pipeline.print(engine_state, stack, false, false)?
|
pipeline.print(engine_state, stack, false, false)
|
||||||
|
} else if let Some(hook) = engine_state.get_config().hooks.display_output.clone() {
|
||||||
|
let pipeline = eval_hook(
|
||||||
|
engine_state,
|
||||||
|
stack,
|
||||||
|
Some(pipeline),
|
||||||
|
vec![],
|
||||||
|
&hook,
|
||||||
|
"display_output",
|
||||||
|
)?;
|
||||||
|
pipeline.print(engine_state, stack, false, false)
|
||||||
} else {
|
} else {
|
||||||
if let Some(hook) = engine_state.get_config().hooks.display_output.clone() {
|
pipeline.print(engine_state, stack, true, false)
|
||||||
let pipeline = eval_hook(
|
}?;
|
||||||
engine_state,
|
|
||||||
stack,
|
|
||||||
Some(pipeline),
|
|
||||||
vec![],
|
|
||||||
&hook,
|
|
||||||
"display_output",
|
|
||||||
)?;
|
|
||||||
pipeline.print(engine_state, stack, false, false)
|
|
||||||
} else {
|
|
||||||
pipeline.print(engine_state, stack, true, false)
|
|
||||||
}?
|
|
||||||
};
|
|
||||||
|
|
||||||
Ok(status.map(|status| status.code()))
|
Ok(false)
|
||||||
}
|
}
|
||||||
|
|
||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
|
@ -61,6 +61,32 @@ fn extern_completer() -> NuCompleter {
|
|||||||
NuCompleter::new(Arc::new(engine), Arc::new(stack))
|
NuCompleter::new(Arc::new(engine), Arc::new(stack))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[fixture]
|
||||||
|
fn completer_strings_with_options() -> NuCompleter {
|
||||||
|
// Create a new engine
|
||||||
|
let (dir, _, mut engine, mut stack) = new_engine();
|
||||||
|
// Add record value as example
|
||||||
|
let record = r#"
|
||||||
|
# To test that the config setting has no effect on the custom completions
|
||||||
|
$env.config.completions.algorithm = "fuzzy"
|
||||||
|
def animals [] {
|
||||||
|
{
|
||||||
|
# Very rare and totally real animals
|
||||||
|
completions: ["Abcdef", "Foo Abcdef", "Acd Bar" ],
|
||||||
|
options: {
|
||||||
|
completion_algorithm: "prefix",
|
||||||
|
positional: false,
|
||||||
|
case_sensitive: false,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
def my-command [animal: string@animals] { print $animal }"#;
|
||||||
|
assert!(support::merge_input(record.as_bytes(), &mut engine, &mut stack, dir).is_ok());
|
||||||
|
|
||||||
|
// Instantiate a new completer
|
||||||
|
NuCompleter::new(Arc::new(engine), Arc::new(stack))
|
||||||
|
}
|
||||||
|
|
||||||
#[fixture]
|
#[fixture]
|
||||||
fn custom_completer() -> NuCompleter {
|
fn custom_completer() -> NuCompleter {
|
||||||
// Create a new engine
|
// Create a new engine
|
||||||
@ -169,6 +195,20 @@ fn variables_customcompletion_subcommands_with_customcompletion_2(
|
|||||||
match_suggestions(&expected, &suggestions);
|
match_suggestions(&expected, &suggestions);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[rstest]
|
||||||
|
fn customcompletions_substring_matching(mut completer_strings_with_options: NuCompleter) {
|
||||||
|
let suggestions = completer_strings_with_options.complete("my-command Abcd", 15);
|
||||||
|
let expected: Vec<String> = vec!["Abcdef".into(), "Foo Abcdef".into()];
|
||||||
|
match_suggestions(&expected, &suggestions);
|
||||||
|
}
|
||||||
|
|
||||||
|
#[rstest]
|
||||||
|
fn customcompletions_case_insensitive(mut completer_strings_with_options: NuCompleter) {
|
||||||
|
let suggestions = completer_strings_with_options.complete("my-command foo", 14);
|
||||||
|
let expected: Vec<String> = vec!["Foo Abcdef".into()];
|
||||||
|
match_suggestions(&expected, &suggestions);
|
||||||
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn dotnu_completions() {
|
fn dotnu_completions() {
|
||||||
// Create a new engine
|
// Create a new engine
|
||||||
@ -299,7 +339,7 @@ fn file_completions() {
|
|||||||
match_suggestions(&expected_paths, &suggestions);
|
match_suggestions(&expected_paths, &suggestions);
|
||||||
|
|
||||||
// Test completions for hidden files
|
// Test completions for hidden files
|
||||||
let target_dir = format!("ls {}{MAIN_SEPARATOR}.", folder(dir.join(".hidden_folder")));
|
let target_dir = format!("ls {}", file(dir.join(".hidden_folder").join(".")));
|
||||||
let suggestions = completer.complete(&target_dir, target_dir.len());
|
let suggestions = completer.complete(&target_dir, target_dir.len());
|
||||||
|
|
||||||
let expected_paths: Vec<String> =
|
let expected_paths: Vec<String> =
|
||||||
@ -337,7 +377,7 @@ fn file_completions_with_mixed_separators() {
|
|||||||
file(dir.join("lib-dir1").join("baz.nu")),
|
file(dir.join("lib-dir1").join("baz.nu")),
|
||||||
file(dir.join("lib-dir1").join("xyzzy.nu")),
|
file(dir.join("lib-dir1").join("xyzzy.nu")),
|
||||||
];
|
];
|
||||||
let expecetd_slash_paths: Vec<String> = expected_paths
|
let expected_slash_paths: Vec<String> = expected_paths
|
||||||
.iter()
|
.iter()
|
||||||
.map(|s| s.replace(MAIN_SEPARATOR, "/"))
|
.map(|s| s.replace(MAIN_SEPARATOR, "/"))
|
||||||
.collect();
|
.collect();
|
||||||
@ -345,22 +385,22 @@ fn file_completions_with_mixed_separators() {
|
|||||||
let target_dir = format!("ls {dir_str}/lib-dir1/");
|
let target_dir = format!("ls {dir_str}/lib-dir1/");
|
||||||
let suggestions = completer.complete(&target_dir, target_dir.len());
|
let suggestions = completer.complete(&target_dir, target_dir.len());
|
||||||
|
|
||||||
match_suggestions(&expecetd_slash_paths, &suggestions);
|
match_suggestions(&expected_slash_paths, &suggestions);
|
||||||
|
|
||||||
let target_dir = format!("cp {dir_str}\\lib-dir1/");
|
let target_dir = format!("cp {dir_str}\\lib-dir1/");
|
||||||
let suggestions = completer.complete(&target_dir, target_dir.len());
|
let suggestions = completer.complete(&target_dir, target_dir.len());
|
||||||
|
|
||||||
match_suggestions(&expecetd_slash_paths, &suggestions);
|
match_suggestions(&expected_slash_paths, &suggestions);
|
||||||
|
|
||||||
let target_dir = format!("ls {dir_str}/lib-dir1\\/");
|
let target_dir = format!("ls {dir_str}/lib-dir1\\/");
|
||||||
let suggestions = completer.complete(&target_dir, target_dir.len());
|
let suggestions = completer.complete(&target_dir, target_dir.len());
|
||||||
|
|
||||||
match_suggestions(&expecetd_slash_paths, &suggestions);
|
match_suggestions(&expected_slash_paths, &suggestions);
|
||||||
|
|
||||||
let target_dir = format!("ls {dir_str}\\lib-dir1\\/");
|
let target_dir = format!("ls {dir_str}\\lib-dir1\\/");
|
||||||
let suggestions = completer.complete(&target_dir, target_dir.len());
|
let suggestions = completer.complete(&target_dir, target_dir.len());
|
||||||
|
|
||||||
match_suggestions(&expecetd_slash_paths, &suggestions);
|
match_suggestions(&expected_slash_paths, &suggestions);
|
||||||
|
|
||||||
let target_dir = format!("ls {dir_str}\\lib-dir1\\");
|
let target_dir = format!("ls {dir_str}\\lib-dir1\\");
|
||||||
let suggestions = completer.complete(&target_dir, target_dir.len());
|
let suggestions = completer.complete(&target_dir, target_dir.len());
|
||||||
@ -524,6 +564,58 @@ fn partial_completions() {
|
|||||||
match_suggestions(&expected_paths, &suggestions);
|
match_suggestions(&expected_paths, &suggestions);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn partial_completion_with_dot_expansions() {
|
||||||
|
let (dir, _, engine, stack) = new_partial_engine();
|
||||||
|
|
||||||
|
let mut completer = NuCompleter::new(Arc::new(engine), Arc::new(stack));
|
||||||
|
|
||||||
|
let dir_str = file(
|
||||||
|
dir.join("par")
|
||||||
|
.join("...")
|
||||||
|
.join("par")
|
||||||
|
.join("fi")
|
||||||
|
.join("so"),
|
||||||
|
);
|
||||||
|
let target_dir = format!("rm {dir_str}");
|
||||||
|
let suggestions = completer.complete(&target_dir, target_dir.len());
|
||||||
|
|
||||||
|
// Create the expected values
|
||||||
|
let expected_paths: Vec<String> = vec![
|
||||||
|
file(
|
||||||
|
dir.join("partial")
|
||||||
|
.join("...")
|
||||||
|
.join("partial_completions")
|
||||||
|
.join("final_partial")
|
||||||
|
.join("somefile"),
|
||||||
|
),
|
||||||
|
file(
|
||||||
|
dir.join("partial-a")
|
||||||
|
.join("...")
|
||||||
|
.join("partial_completions")
|
||||||
|
.join("final_partial")
|
||||||
|
.join("somefile"),
|
||||||
|
),
|
||||||
|
file(
|
||||||
|
dir.join("partial-b")
|
||||||
|
.join("...")
|
||||||
|
.join("partial_completions")
|
||||||
|
.join("final_partial")
|
||||||
|
.join("somefile"),
|
||||||
|
),
|
||||||
|
file(
|
||||||
|
dir.join("partial-c")
|
||||||
|
.join("...")
|
||||||
|
.join("partial_completions")
|
||||||
|
.join("final_partial")
|
||||||
|
.join("somefile"),
|
||||||
|
),
|
||||||
|
];
|
||||||
|
|
||||||
|
// Match the results
|
||||||
|
match_suggestions(&expected_paths, &suggestions);
|
||||||
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn command_ls_with_filecompletion() {
|
fn command_ls_with_filecompletion() {
|
||||||
let (_, _, engine, stack) = new_engine();
|
let (_, _, engine, stack) = new_engine();
|
||||||
@ -913,6 +1005,192 @@ fn folder_with_directorycompletions() {
|
|||||||
match_suggestions(&expected_paths, &suggestions);
|
match_suggestions(&expected_paths, &suggestions);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn folder_with_directorycompletions_with_dots() {
|
||||||
|
// Create a new engine
|
||||||
|
let (dir, _, engine, stack) = new_engine();
|
||||||
|
let dir_str = dir
|
||||||
|
.join("directory_completion")
|
||||||
|
.join("folder_inside_folder")
|
||||||
|
.into_os_string()
|
||||||
|
.into_string()
|
||||||
|
.unwrap();
|
||||||
|
|
||||||
|
// Instantiate a new completer
|
||||||
|
let mut completer = NuCompleter::new(Arc::new(engine), Arc::new(stack));
|
||||||
|
|
||||||
|
// Test completions for the current folder
|
||||||
|
let target_dir = format!("cd {dir_str}{MAIN_SEPARATOR}..{MAIN_SEPARATOR}");
|
||||||
|
let suggestions = completer.complete(&target_dir, target_dir.len());
|
||||||
|
|
||||||
|
// Create the expected values
|
||||||
|
let expected_paths: Vec<String> = vec![folder(
|
||||||
|
dir.join("directory_completion")
|
||||||
|
.join("folder_inside_folder")
|
||||||
|
.join("..")
|
||||||
|
.join("folder_inside_folder"),
|
||||||
|
)];
|
||||||
|
|
||||||
|
#[cfg(windows)]
|
||||||
|
{
|
||||||
|
let target_dir = format!("cd {dir_str}/../");
|
||||||
|
let slash_suggestions = completer.complete(&target_dir, target_dir.len());
|
||||||
|
|
||||||
|
let expected_slash_paths: Vec<String> = expected_paths
|
||||||
|
.iter()
|
||||||
|
.map(|s| s.replace('\\', "/"))
|
||||||
|
.collect();
|
||||||
|
|
||||||
|
match_suggestions(&expected_slash_paths, &slash_suggestions);
|
||||||
|
}
|
||||||
|
|
||||||
|
// Match the results
|
||||||
|
match_suggestions(&expected_paths, &suggestions);
|
||||||
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn folder_with_directorycompletions_with_three_trailing_dots() {
|
||||||
|
// Create a new engine
|
||||||
|
let (dir, _, engine, stack) = new_engine();
|
||||||
|
let dir_str = dir
|
||||||
|
.join("directory_completion")
|
||||||
|
.join("folder_inside_folder")
|
||||||
|
.into_os_string()
|
||||||
|
.into_string()
|
||||||
|
.unwrap();
|
||||||
|
|
||||||
|
// Instantiate a new completer
|
||||||
|
let mut completer = NuCompleter::new(Arc::new(engine), Arc::new(stack));
|
||||||
|
|
||||||
|
// Test completions for the current folder
|
||||||
|
let target_dir = format!("cd {dir_str}{MAIN_SEPARATOR}...{MAIN_SEPARATOR}");
|
||||||
|
let suggestions = completer.complete(&target_dir, target_dir.len());
|
||||||
|
|
||||||
|
// Create the expected values
|
||||||
|
let expected_paths: Vec<String> = vec![
|
||||||
|
folder(
|
||||||
|
dir.join("directory_completion")
|
||||||
|
.join("folder_inside_folder")
|
||||||
|
.join("...")
|
||||||
|
.join("another"),
|
||||||
|
),
|
||||||
|
folder(
|
||||||
|
dir.join("directory_completion")
|
||||||
|
.join("folder_inside_folder")
|
||||||
|
.join("...")
|
||||||
|
.join("directory_completion"),
|
||||||
|
),
|
||||||
|
folder(
|
||||||
|
dir.join("directory_completion")
|
||||||
|
.join("folder_inside_folder")
|
||||||
|
.join("...")
|
||||||
|
.join("test_a"),
|
||||||
|
),
|
||||||
|
folder(
|
||||||
|
dir.join("directory_completion")
|
||||||
|
.join("folder_inside_folder")
|
||||||
|
.join("...")
|
||||||
|
.join("test_b"),
|
||||||
|
),
|
||||||
|
folder(
|
||||||
|
dir.join("directory_completion")
|
||||||
|
.join("folder_inside_folder")
|
||||||
|
.join("...")
|
||||||
|
.join(".hidden_folder"),
|
||||||
|
),
|
||||||
|
];
|
||||||
|
|
||||||
|
#[cfg(windows)]
|
||||||
|
{
|
||||||
|
let target_dir = format!("cd {dir_str}/.../");
|
||||||
|
let slash_suggestions = completer.complete(&target_dir, target_dir.len());
|
||||||
|
|
||||||
|
let expected_slash_paths: Vec<String> = expected_paths
|
||||||
|
.iter()
|
||||||
|
.map(|s| s.replace('\\', "/"))
|
||||||
|
.collect();
|
||||||
|
|
||||||
|
match_suggestions(&expected_slash_paths, &slash_suggestions);
|
||||||
|
}
|
||||||
|
|
||||||
|
// Match the results
|
||||||
|
match_suggestions(&expected_paths, &suggestions);
|
||||||
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn folder_with_directorycompletions_do_not_collapse_dots() {
|
||||||
|
// Create a new engine
|
||||||
|
let (dir, _, engine, stack) = new_engine();
|
||||||
|
let dir_str = dir
|
||||||
|
.join("directory_completion")
|
||||||
|
.join("folder_inside_folder")
|
||||||
|
.into_os_string()
|
||||||
|
.into_string()
|
||||||
|
.unwrap();
|
||||||
|
|
||||||
|
// Instantiate a new completer
|
||||||
|
let mut completer = NuCompleter::new(Arc::new(engine), Arc::new(stack));
|
||||||
|
|
||||||
|
// Test completions for the current folder
|
||||||
|
let target_dir = format!("cd {dir_str}{MAIN_SEPARATOR}..{MAIN_SEPARATOR}..{MAIN_SEPARATOR}");
|
||||||
|
let suggestions = completer.complete(&target_dir, target_dir.len());
|
||||||
|
|
||||||
|
// Create the expected values
|
||||||
|
let expected_paths: Vec<String> = vec![
|
||||||
|
folder(
|
||||||
|
dir.join("directory_completion")
|
||||||
|
.join("folder_inside_folder")
|
||||||
|
.join("..")
|
||||||
|
.join("..")
|
||||||
|
.join("another"),
|
||||||
|
),
|
||||||
|
folder(
|
||||||
|
dir.join("directory_completion")
|
||||||
|
.join("folder_inside_folder")
|
||||||
|
.join("..")
|
||||||
|
.join("..")
|
||||||
|
.join("directory_completion"),
|
||||||
|
),
|
||||||
|
folder(
|
||||||
|
dir.join("directory_completion")
|
||||||
|
.join("folder_inside_folder")
|
||||||
|
.join("..")
|
||||||
|
.join("..")
|
||||||
|
.join("test_a"),
|
||||||
|
),
|
||||||
|
folder(
|
||||||
|
dir.join("directory_completion")
|
||||||
|
.join("folder_inside_folder")
|
||||||
|
.join("..")
|
||||||
|
.join("..")
|
||||||
|
.join("test_b"),
|
||||||
|
),
|
||||||
|
folder(
|
||||||
|
dir.join("directory_completion")
|
||||||
|
.join("folder_inside_folder")
|
||||||
|
.join("..")
|
||||||
|
.join("..")
|
||||||
|
.join(".hidden_folder"),
|
||||||
|
),
|
||||||
|
];
|
||||||
|
|
||||||
|
#[cfg(windows)]
|
||||||
|
{
|
||||||
|
let target_dir = format!("cd {dir_str}/../../");
|
||||||
|
let slash_suggestions = completer.complete(&target_dir, target_dir.len());
|
||||||
|
|
||||||
|
let expected_slash_paths: Vec<String> = expected_paths
|
||||||
|
.iter()
|
||||||
|
.map(|s| s.replace('\\', "/"))
|
||||||
|
.collect();
|
||||||
|
|
||||||
|
match_suggestions(&expected_slash_paths, &slash_suggestions);
|
||||||
|
}
|
||||||
|
|
||||||
|
// Match the results
|
||||||
|
match_suggestions(&expected_paths, &suggestions);
|
||||||
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn variables_completions() {
|
fn variables_completions() {
|
||||||
// Create a new engine
|
// Create a new engine
|
||||||
|
@ -5,15 +5,18 @@ edition = "2021"
|
|||||||
license = "MIT"
|
license = "MIT"
|
||||||
name = "nu-cmd-base"
|
name = "nu-cmd-base"
|
||||||
repository = "https://github.com/nushell/nushell/tree/main/crates/nu-cmd-base"
|
repository = "https://github.com/nushell/nushell/tree/main/crates/nu-cmd-base"
|
||||||
version = "0.97.1"
|
version = "0.98.0"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
|
[lints]
|
||||||
|
workspace = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
nu-engine = { path = "../nu-engine", version = "0.97.1" }
|
nu-engine = { path = "../nu-engine", version = "0.98.0" }
|
||||||
nu-parser = { path = "../nu-parser", version = "0.97.1" }
|
nu-parser = { path = "../nu-parser", version = "0.98.0" }
|
||||||
nu-path = { path = "../nu-path", version = "0.97.1" }
|
nu-path = { path = "../nu-path", version = "0.98.0" }
|
||||||
nu-protocol = { path = "../nu-protocol", version = "0.97.1" }
|
nu-protocol = { path = "../nu-protocol", version = "0.98.0" }
|
||||||
|
|
||||||
indexmap = { workspace = true }
|
indexmap = { workspace = true }
|
||||||
miette = { workspace = true }
|
miette = { workspace = true }
|
||||||
|
@ -3,7 +3,7 @@ use miette::Result;
|
|||||||
use nu_engine::{eval_block, eval_block_with_early_return};
|
use nu_engine::{eval_block, eval_block_with_early_return};
|
||||||
use nu_parser::parse;
|
use nu_parser::parse;
|
||||||
use nu_protocol::{
|
use nu_protocol::{
|
||||||
cli_error::{report_error, report_error_new},
|
cli_error::{report_parse_error, report_shell_error},
|
||||||
debugger::WithoutDebug,
|
debugger::WithoutDebug,
|
||||||
engine::{Closure, EngineState, Stack, StateWorkingSet},
|
engine::{Closure, EngineState, Stack, StateWorkingSet},
|
||||||
PipelineData, PositionalArg, ShellError, Span, Type, Value, VarId,
|
PipelineData, PositionalArg, ShellError, Span, Type, Value, VarId,
|
||||||
@ -91,7 +91,7 @@ pub fn eval_hook(
|
|||||||
false,
|
false,
|
||||||
);
|
);
|
||||||
if let Some(err) = working_set.parse_errors.first() {
|
if let Some(err) = working_set.parse_errors.first() {
|
||||||
report_error(&working_set, err);
|
report_parse_error(&working_set, err);
|
||||||
|
|
||||||
return Err(ShellError::UnsupportedConfigValue {
|
return Err(ShellError::UnsupportedConfigValue {
|
||||||
expected: "valid source code".into(),
|
expected: "valid source code".into(),
|
||||||
@ -123,7 +123,7 @@ pub fn eval_hook(
|
|||||||
output = pipeline_data;
|
output = pipeline_data;
|
||||||
}
|
}
|
||||||
Err(err) => {
|
Err(err) => {
|
||||||
report_error_new(engine_state, &err);
|
report_shell_error(engine_state, &err);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -223,7 +223,7 @@ pub fn eval_hook(
|
|||||||
false,
|
false,
|
||||||
);
|
);
|
||||||
if let Some(err) = working_set.parse_errors.first() {
|
if let Some(err) = working_set.parse_errors.first() {
|
||||||
report_error(&working_set, err);
|
report_parse_error(&working_set, err);
|
||||||
|
|
||||||
return Err(ShellError::UnsupportedConfigValue {
|
return Err(ShellError::UnsupportedConfigValue {
|
||||||
expected: "valid source code".into(),
|
expected: "valid source code".into(),
|
||||||
@ -251,7 +251,7 @@ pub fn eval_hook(
|
|||||||
output = pipeline_data;
|
output = pipeline_data;
|
||||||
}
|
}
|
||||||
Err(err) => {
|
Err(err) => {
|
||||||
report_error_new(engine_state, &err);
|
report_shell_error(engine_state, &err);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -5,21 +5,24 @@ edition = "2021"
|
|||||||
license = "MIT"
|
license = "MIT"
|
||||||
name = "nu-cmd-extra"
|
name = "nu-cmd-extra"
|
||||||
repository = "https://github.com/nushell/nushell/tree/main/crates/nu-cmd-extra"
|
repository = "https://github.com/nushell/nushell/tree/main/crates/nu-cmd-extra"
|
||||||
version = "0.97.1"
|
version = "0.98.0"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
bench = false
|
bench = false
|
||||||
|
|
||||||
|
[lints]
|
||||||
|
workspace = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
nu-cmd-base = { path = "../nu-cmd-base", version = "0.97.1" }
|
nu-cmd-base = { path = "../nu-cmd-base", version = "0.98.0" }
|
||||||
nu-engine = { path = "../nu-engine", version = "0.97.1" }
|
nu-engine = { path = "../nu-engine", version = "0.98.0" }
|
||||||
nu-json = { version = "0.97.1", path = "../nu-json" }
|
nu-json = { version = "0.98.0", path = "../nu-json" }
|
||||||
nu-parser = { path = "../nu-parser", version = "0.97.1" }
|
nu-parser = { path = "../nu-parser", version = "0.98.0" }
|
||||||
nu-pretty-hex = { version = "0.97.1", path = "../nu-pretty-hex" }
|
nu-pretty-hex = { version = "0.98.0", path = "../nu-pretty-hex" }
|
||||||
nu-protocol = { path = "../nu-protocol", version = "0.97.1" }
|
nu-protocol = { path = "../nu-protocol", version = "0.98.0" }
|
||||||
nu-utils = { path = "../nu-utils", version = "0.97.1" }
|
nu-utils = { path = "../nu-utils", version = "0.98.0" }
|
||||||
|
|
||||||
# Potential dependencies for extras
|
# Potential dependencies for extras
|
||||||
heck = { workspace = true }
|
heck = { workspace = true }
|
||||||
@ -33,6 +36,6 @@ v_htmlescape = { workspace = true }
|
|||||||
itertools = { workspace = true }
|
itertools = { workspace = true }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
nu-cmd-lang = { path = "../nu-cmd-lang", version = "0.97.1" }
|
nu-cmd-lang = { path = "../nu-cmd-lang", version = "0.98.0" }
|
||||||
nu-command = { path = "../nu-command", version = "0.97.1" }
|
nu-command = { path = "../nu-command", version = "0.98.0" }
|
||||||
nu-test-support = { path = "../nu-test-support", version = "0.97.1" }
|
nu-test-support = { path = "../nu-test-support", version = "0.98.0" }
|
@ -37,7 +37,7 @@ impl Command for BitsAnd {
|
|||||||
.category(Category::Bits)
|
.category(Category::Bits)
|
||||||
}
|
}
|
||||||
|
|
||||||
fn usage(&self) -> &str {
|
fn description(&self) -> &str {
|
||||||
"Performs bitwise and for ints or binary values."
|
"Performs bitwise and for ints or binary values."
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -14,11 +14,11 @@ impl Command for Bits {
|
|||||||
.input_output_types(vec![(Type::Nothing, Type::String)])
|
.input_output_types(vec![(Type::Nothing, Type::String)])
|
||||||
}
|
}
|
||||||
|
|
||||||
fn usage(&self) -> &str {
|
fn description(&self) -> &str {
|
||||||
"Various commands for working with bits."
|
"Various commands for working with bits."
|
||||||
}
|
}
|
||||||
|
|
||||||
fn extra_usage(&self) -> &str {
|
fn extra_description(&self) -> &str {
|
||||||
"You must use one of the following subcommands. Using this command as-is will only produce this help message."
|
"You must use one of the following subcommands. Using this command as-is will only produce this help message."
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -45,7 +45,7 @@ impl Command for BitsInto {
|
|||||||
.category(Category::Conversions)
|
.category(Category::Conversions)
|
||||||
}
|
}
|
||||||
|
|
||||||
fn usage(&self) -> &str {
|
fn description(&self) -> &str {
|
||||||
"Convert value to a binary primitive."
|
"Convert value to a binary primitive."
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -44,6 +44,25 @@ enum InputNumType {
|
|||||||
SignedEight,
|
SignedEight,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
impl InputNumType {
|
||||||
|
fn num_bits(self) -> u32 {
|
||||||
|
match self {
|
||||||
|
InputNumType::One => 8,
|
||||||
|
InputNumType::Two => 16,
|
||||||
|
InputNumType::Four => 32,
|
||||||
|
InputNumType::Eight => 64,
|
||||||
|
InputNumType::SignedOne => 8,
|
||||||
|
InputNumType::SignedTwo => 16,
|
||||||
|
InputNumType::SignedFour => 32,
|
||||||
|
InputNumType::SignedEight => 64,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
fn is_permitted_bit_shift(self, bits: u32) -> bool {
|
||||||
|
bits < self.num_bits()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
fn get_number_bytes(
|
fn get_number_bytes(
|
||||||
number_bytes: Option<Spanned<usize>>,
|
number_bytes: Option<Spanned<usize>>,
|
||||||
head: Span,
|
head: Span,
|
||||||
|
@ -51,7 +51,7 @@ impl Command for BitsNot {
|
|||||||
.category(Category::Bits)
|
.category(Category::Bits)
|
||||||
}
|
}
|
||||||
|
|
||||||
fn usage(&self) -> &str {
|
fn description(&self) -> &str {
|
||||||
"Performs logical negation on each bit."
|
"Performs logical negation on each bit."
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -38,7 +38,7 @@ impl Command for BitsOr {
|
|||||||
.category(Category::Bits)
|
.category(Category::Bits)
|
||||||
}
|
}
|
||||||
|
|
||||||
fn usage(&self) -> &str {
|
fn description(&self) -> &str {
|
||||||
"Performs bitwise or for ints or binary values."
|
"Performs bitwise or for ints or binary values."
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,11 +1,10 @@
|
|||||||
use super::{get_input_num_type, get_number_bytes, InputNumType, NumberBytes};
|
use super::{get_input_num_type, get_number_bytes, InputNumType, NumberBytes};
|
||||||
use itertools::Itertools;
|
|
||||||
use nu_cmd_base::input_handler::{operate, CmdArgument};
|
use nu_cmd_base::input_handler::{operate, CmdArgument};
|
||||||
use nu_engine::command_prelude::*;
|
use nu_engine::command_prelude::*;
|
||||||
|
|
||||||
struct Arguments {
|
struct Arguments {
|
||||||
signed: bool,
|
signed: bool,
|
||||||
bits: usize,
|
bits: Spanned<usize>,
|
||||||
number_size: NumberBytes,
|
number_size: NumberBytes,
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -53,7 +52,7 @@ impl Command for BitsRol {
|
|||||||
.category(Category::Bits)
|
.category(Category::Bits)
|
||||||
}
|
}
|
||||||
|
|
||||||
fn usage(&self) -> &str {
|
fn description(&self) -> &str {
|
||||||
"Bitwise rotate left for ints or binary values."
|
"Bitwise rotate left for ints or binary values."
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -69,7 +68,7 @@ impl Command for BitsRol {
|
|||||||
input: PipelineData,
|
input: PipelineData,
|
||||||
) -> Result<PipelineData, ShellError> {
|
) -> Result<PipelineData, ShellError> {
|
||||||
let head = call.head;
|
let head = call.head;
|
||||||
let bits: usize = call.req(engine_state, stack, 0)?;
|
let bits = call.req(engine_state, stack, 0)?;
|
||||||
let signed = call.has_flag(engine_state, stack, "signed")?;
|
let signed = call.has_flag(engine_state, stack, "signed")?;
|
||||||
let number_bytes: Option<Spanned<usize>> =
|
let number_bytes: Option<Spanned<usize>> =
|
||||||
call.get_flag(engine_state, stack, "number-bytes")?;
|
call.get_flag(engine_state, stack, "number-bytes")?;
|
||||||
@ -119,6 +118,8 @@ fn action(input: &Value, args: &Arguments, span: Span) -> Value {
|
|||||||
number_size,
|
number_size,
|
||||||
bits,
|
bits,
|
||||||
} = *args;
|
} = *args;
|
||||||
|
let bits_span = bits.span;
|
||||||
|
let bits = bits.item;
|
||||||
|
|
||||||
match input {
|
match input {
|
||||||
Value::Int { val, .. } => {
|
Value::Int { val, .. } => {
|
||||||
@ -127,6 +128,19 @@ fn action(input: &Value, args: &Arguments, span: Span) -> Value {
|
|||||||
let bits = bits as u32;
|
let bits = bits as u32;
|
||||||
let input_num_type = get_input_num_type(val, signed, number_size);
|
let input_num_type = get_input_num_type(val, signed, number_size);
|
||||||
|
|
||||||
|
if bits > input_num_type.num_bits() {
|
||||||
|
return Value::error(
|
||||||
|
ShellError::IncorrectValue {
|
||||||
|
msg: format!(
|
||||||
|
"Trying to rotate by more than the available bits ({})",
|
||||||
|
input_num_type.num_bits()
|
||||||
|
),
|
||||||
|
val_span: bits_span,
|
||||||
|
call_span: span,
|
||||||
|
},
|
||||||
|
span,
|
||||||
|
);
|
||||||
|
}
|
||||||
let int = match input_num_type {
|
let int = match input_num_type {
|
||||||
One => (val as u8).rotate_left(bits) as i64,
|
One => (val as u8).rotate_left(bits) as i64,
|
||||||
Two => (val as u16).rotate_left(bits) as i64,
|
Two => (val as u16).rotate_left(bits) as i64,
|
||||||
@ -157,16 +171,28 @@ fn action(input: &Value, args: &Arguments, span: Span) -> Value {
|
|||||||
Value::int(int, span)
|
Value::int(int, span)
|
||||||
}
|
}
|
||||||
Value::Binary { val, .. } => {
|
Value::Binary { val, .. } => {
|
||||||
|
let len = val.len();
|
||||||
|
if bits > len * 8 {
|
||||||
|
return Value::error(
|
||||||
|
ShellError::IncorrectValue {
|
||||||
|
msg: format!(
|
||||||
|
"Trying to rotate by more than the available bits ({})",
|
||||||
|
len * 8
|
||||||
|
),
|
||||||
|
val_span: bits_span,
|
||||||
|
call_span: span,
|
||||||
|
},
|
||||||
|
span,
|
||||||
|
);
|
||||||
|
}
|
||||||
let byte_shift = bits / 8;
|
let byte_shift = bits / 8;
|
||||||
let bit_rotate = bits % 8;
|
let bit_rotate = bits % 8;
|
||||||
|
|
||||||
let mut bytes = val
|
let bytes = if bit_rotate == 0 {
|
||||||
.iter()
|
rotate_bytes_left(val, byte_shift)
|
||||||
.copied()
|
} else {
|
||||||
.circular_tuple_windows::<(u8, u8)>()
|
rotate_bytes_and_bits_left(val, byte_shift, bit_rotate)
|
||||||
.map(|(lhs, rhs)| (lhs << bit_rotate) | (rhs >> (8 - bit_rotate)))
|
};
|
||||||
.collect::<Vec<u8>>();
|
|
||||||
bytes.rotate_left(byte_shift);
|
|
||||||
|
|
||||||
Value::binary(bytes, span)
|
Value::binary(bytes, span)
|
||||||
}
|
}
|
||||||
@ -184,6 +210,34 @@ fn action(input: &Value, args: &Arguments, span: Span) -> Value {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
fn rotate_bytes_left(data: &[u8], byte_shift: usize) -> Vec<u8> {
|
||||||
|
let len = data.len();
|
||||||
|
let mut output = vec![0; len];
|
||||||
|
output[..len - byte_shift].copy_from_slice(&data[byte_shift..]);
|
||||||
|
output[len - byte_shift..].copy_from_slice(&data[..byte_shift]);
|
||||||
|
output
|
||||||
|
}
|
||||||
|
|
||||||
|
fn rotate_bytes_and_bits_left(data: &[u8], byte_shift: usize, bit_shift: usize) -> Vec<u8> {
|
||||||
|
debug_assert!(byte_shift < data.len());
|
||||||
|
debug_assert!(
|
||||||
|
(1..8).contains(&bit_shift),
|
||||||
|
"Bit shifts of 0 can't be handled by this impl and everything else should be part of the byteshift");
|
||||||
|
let mut bytes = Vec::with_capacity(data.len());
|
||||||
|
let mut next_index = byte_shift;
|
||||||
|
for _ in 0..data.len() {
|
||||||
|
let curr_byte = data[next_index];
|
||||||
|
next_index += 1;
|
||||||
|
if next_index == data.len() {
|
||||||
|
next_index = 0;
|
||||||
|
}
|
||||||
|
let next_byte = data[next_index];
|
||||||
|
let new_byte = (curr_byte << bit_shift) | (next_byte >> (8 - bit_shift));
|
||||||
|
bytes.push(new_byte);
|
||||||
|
}
|
||||||
|
bytes
|
||||||
|
}
|
||||||
|
|
||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
mod test {
|
mod test {
|
||||||
use super::*;
|
use super::*;
|
||||||
|
@ -1,11 +1,10 @@
|
|||||||
use super::{get_input_num_type, get_number_bytes, InputNumType, NumberBytes};
|
use super::{get_input_num_type, get_number_bytes, InputNumType, NumberBytes};
|
||||||
use itertools::Itertools;
|
|
||||||
use nu_cmd_base::input_handler::{operate, CmdArgument};
|
use nu_cmd_base::input_handler::{operate, CmdArgument};
|
||||||
use nu_engine::command_prelude::*;
|
use nu_engine::command_prelude::*;
|
||||||
|
|
||||||
struct Arguments {
|
struct Arguments {
|
||||||
signed: bool,
|
signed: bool,
|
||||||
bits: usize,
|
bits: Spanned<usize>,
|
||||||
number_size: NumberBytes,
|
number_size: NumberBytes,
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -53,7 +52,7 @@ impl Command for BitsRor {
|
|||||||
.category(Category::Bits)
|
.category(Category::Bits)
|
||||||
}
|
}
|
||||||
|
|
||||||
fn usage(&self) -> &str {
|
fn description(&self) -> &str {
|
||||||
"Bitwise rotate right for ints or binary values."
|
"Bitwise rotate right for ints or binary values."
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -69,7 +68,7 @@ impl Command for BitsRor {
|
|||||||
input: PipelineData,
|
input: PipelineData,
|
||||||
) -> Result<PipelineData, ShellError> {
|
) -> Result<PipelineData, ShellError> {
|
||||||
let head = call.head;
|
let head = call.head;
|
||||||
let bits: usize = call.req(engine_state, stack, 0)?;
|
let bits = call.req(engine_state, stack, 0)?;
|
||||||
let signed = call.has_flag(engine_state, stack, "signed")?;
|
let signed = call.has_flag(engine_state, stack, "signed")?;
|
||||||
let number_bytes: Option<Spanned<usize>> =
|
let number_bytes: Option<Spanned<usize>> =
|
||||||
call.get_flag(engine_state, stack, "number-bytes")?;
|
call.get_flag(engine_state, stack, "number-bytes")?;
|
||||||
@ -123,6 +122,8 @@ fn action(input: &Value, args: &Arguments, span: Span) -> Value {
|
|||||||
number_size,
|
number_size,
|
||||||
bits,
|
bits,
|
||||||
} = *args;
|
} = *args;
|
||||||
|
let bits_span = bits.span;
|
||||||
|
let bits = bits.item;
|
||||||
|
|
||||||
match input {
|
match input {
|
||||||
Value::Int { val, .. } => {
|
Value::Int { val, .. } => {
|
||||||
@ -131,6 +132,19 @@ fn action(input: &Value, args: &Arguments, span: Span) -> Value {
|
|||||||
let bits = bits as u32;
|
let bits = bits as u32;
|
||||||
let input_num_type = get_input_num_type(val, signed, number_size);
|
let input_num_type = get_input_num_type(val, signed, number_size);
|
||||||
|
|
||||||
|
if bits > input_num_type.num_bits() {
|
||||||
|
return Value::error(
|
||||||
|
ShellError::IncorrectValue {
|
||||||
|
msg: format!(
|
||||||
|
"Trying to rotate by more than the available bits ({})",
|
||||||
|
input_num_type.num_bits()
|
||||||
|
),
|
||||||
|
val_span: bits_span,
|
||||||
|
call_span: span,
|
||||||
|
},
|
||||||
|
span,
|
||||||
|
);
|
||||||
|
}
|
||||||
let int = match input_num_type {
|
let int = match input_num_type {
|
||||||
One => (val as u8).rotate_right(bits) as i64,
|
One => (val as u8).rotate_right(bits) as i64,
|
||||||
Two => (val as u16).rotate_right(bits) as i64,
|
Two => (val as u16).rotate_right(bits) as i64,
|
||||||
@ -161,16 +175,28 @@ fn action(input: &Value, args: &Arguments, span: Span) -> Value {
|
|||||||
Value::int(int, span)
|
Value::int(int, span)
|
||||||
}
|
}
|
||||||
Value::Binary { val, .. } => {
|
Value::Binary { val, .. } => {
|
||||||
|
let len = val.len();
|
||||||
|
if bits > len * 8 {
|
||||||
|
return Value::error(
|
||||||
|
ShellError::IncorrectValue {
|
||||||
|
msg: format!(
|
||||||
|
"Trying to rotate by more than the available bits ({})",
|
||||||
|
len * 8
|
||||||
|
),
|
||||||
|
val_span: bits_span,
|
||||||
|
call_span: span,
|
||||||
|
},
|
||||||
|
span,
|
||||||
|
);
|
||||||
|
}
|
||||||
let byte_shift = bits / 8;
|
let byte_shift = bits / 8;
|
||||||
let bit_rotate = bits % 8;
|
let bit_rotate = bits % 8;
|
||||||
|
|
||||||
let mut bytes = val
|
let bytes = if bit_rotate == 0 {
|
||||||
.iter()
|
rotate_bytes_right(val, byte_shift)
|
||||||
.copied()
|
} else {
|
||||||
.circular_tuple_windows::<(u8, u8)>()
|
rotate_bytes_and_bits_right(val, byte_shift, bit_rotate)
|
||||||
.map(|(lhs, rhs)| (lhs >> bit_rotate) | (rhs << (8 - bit_rotate)))
|
};
|
||||||
.collect::<Vec<u8>>();
|
|
||||||
bytes.rotate_right(byte_shift);
|
|
||||||
|
|
||||||
Value::binary(bytes, span)
|
Value::binary(bytes, span)
|
||||||
}
|
}
|
||||||
@ -188,6 +214,35 @@ fn action(input: &Value, args: &Arguments, span: Span) -> Value {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
fn rotate_bytes_right(data: &[u8], byte_shift: usize) -> Vec<u8> {
|
||||||
|
let len = data.len();
|
||||||
|
let mut output = vec![0; len];
|
||||||
|
output[byte_shift..].copy_from_slice(&data[..len - byte_shift]);
|
||||||
|
output[..byte_shift].copy_from_slice(&data[len - byte_shift..]);
|
||||||
|
output
|
||||||
|
}
|
||||||
|
|
||||||
|
fn rotate_bytes_and_bits_right(data: &[u8], byte_shift: usize, bit_shift: usize) -> Vec<u8> {
|
||||||
|
debug_assert!(byte_shift < data.len());
|
||||||
|
debug_assert!(
|
||||||
|
(1..8).contains(&bit_shift),
|
||||||
|
"Bit shifts of 0 can't be handled by this impl and everything else should be part of the byteshift"
|
||||||
|
);
|
||||||
|
let mut bytes = Vec::with_capacity(data.len());
|
||||||
|
let mut previous_index = data.len() - byte_shift - 1;
|
||||||
|
for _ in 0..data.len() {
|
||||||
|
let previous_byte = data[previous_index];
|
||||||
|
previous_index += 1;
|
||||||
|
if previous_index == data.len() {
|
||||||
|
previous_index = 0;
|
||||||
|
}
|
||||||
|
let curr_byte = data[previous_index];
|
||||||
|
let rotated_byte = (curr_byte >> bit_shift) | (previous_byte << (8 - bit_shift));
|
||||||
|
bytes.push(rotated_byte);
|
||||||
|
}
|
||||||
|
|
||||||
|
bytes
|
||||||
|
}
|
||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
mod test {
|
mod test {
|
||||||
use super::*;
|
use super::*;
|
||||||
|
@ -7,7 +7,7 @@ use std::iter;
|
|||||||
|
|
||||||
struct Arguments {
|
struct Arguments {
|
||||||
signed: bool,
|
signed: bool,
|
||||||
bits: usize,
|
bits: Spanned<usize>,
|
||||||
number_size: NumberBytes,
|
number_size: NumberBytes,
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -55,7 +55,7 @@ impl Command for BitsShl {
|
|||||||
.category(Category::Bits)
|
.category(Category::Bits)
|
||||||
}
|
}
|
||||||
|
|
||||||
fn usage(&self) -> &str {
|
fn description(&self) -> &str {
|
||||||
"Bitwise shift left for ints or binary values."
|
"Bitwise shift left for ints or binary values."
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -71,7 +71,9 @@ impl Command for BitsShl {
|
|||||||
input: PipelineData,
|
input: PipelineData,
|
||||||
) -> Result<PipelineData, ShellError> {
|
) -> Result<PipelineData, ShellError> {
|
||||||
let head = call.head;
|
let head = call.head;
|
||||||
let bits: usize = call.req(engine_state, stack, 0)?;
|
// This restricts to a positive shift value (our underlying operations do not
|
||||||
|
// permit them)
|
||||||
|
let bits: Spanned<usize> = call.req(engine_state, stack, 0)?;
|
||||||
let signed = call.has_flag(engine_state, stack, "signed")?;
|
let signed = call.has_flag(engine_state, stack, "signed")?;
|
||||||
let number_bytes: Option<Spanned<usize>> =
|
let number_bytes: Option<Spanned<usize>> =
|
||||||
call.get_flag(engine_state, stack, "number-bytes")?;
|
call.get_flag(engine_state, stack, "number-bytes")?;
|
||||||
@ -131,14 +133,29 @@ fn action(input: &Value, args: &Arguments, span: Span) -> Value {
|
|||||||
number_size,
|
number_size,
|
||||||
bits,
|
bits,
|
||||||
} = *args;
|
} = *args;
|
||||||
|
let bits_span = bits.span;
|
||||||
|
let bits = bits.item;
|
||||||
|
|
||||||
match input {
|
match input {
|
||||||
Value::Int { val, .. } => {
|
Value::Int { val, .. } => {
|
||||||
use InputNumType::*;
|
use InputNumType::*;
|
||||||
let val = *val;
|
let val = *val;
|
||||||
let bits = bits as u64;
|
let bits = bits as u32;
|
||||||
|
|
||||||
let input_num_type = get_input_num_type(val, signed, number_size);
|
let input_num_type = get_input_num_type(val, signed, number_size);
|
||||||
|
if !input_num_type.is_permitted_bit_shift(bits) {
|
||||||
|
return Value::error(
|
||||||
|
ShellError::IncorrectValue {
|
||||||
|
msg: format!(
|
||||||
|
"Trying to shift by more than the available bits (permitted < {})",
|
||||||
|
input_num_type.num_bits()
|
||||||
|
),
|
||||||
|
val_span: bits_span,
|
||||||
|
call_span: span,
|
||||||
|
},
|
||||||
|
span,
|
||||||
|
);
|
||||||
|
}
|
||||||
let int = match input_num_type {
|
let int = match input_num_type {
|
||||||
One => ((val as u8) << bits) as i64,
|
One => ((val as u8) << bits) as i64,
|
||||||
Two => ((val as u16) << bits) as i64,
|
Two => ((val as u16) << bits) as i64,
|
||||||
@ -147,12 +164,14 @@ fn action(input: &Value, args: &Arguments, span: Span) -> Value {
|
|||||||
let Ok(i) = i64::try_from((val as u64) << bits) else {
|
let Ok(i) = i64::try_from((val as u64) << bits) else {
|
||||||
return Value::error(
|
return Value::error(
|
||||||
ShellError::GenericError {
|
ShellError::GenericError {
|
||||||
error: "result out of range for specified number".into(),
|
error: "result out of range for int".into(),
|
||||||
msg: format!(
|
msg: format!(
|
||||||
"shifting left by {bits} is out of range for the value {val}"
|
"shifting left by {bits} is out of range for the value {val}"
|
||||||
),
|
),
|
||||||
span: Some(span),
|
span: Some(span),
|
||||||
help: None,
|
help: Some(
|
||||||
|
"Ensure the result fits in a 64-bit signed integer.".into(),
|
||||||
|
),
|
||||||
inner: vec![],
|
inner: vec![],
|
||||||
},
|
},
|
||||||
span,
|
span,
|
||||||
@ -172,19 +191,26 @@ fn action(input: &Value, args: &Arguments, span: Span) -> Value {
|
|||||||
let byte_shift = bits / 8;
|
let byte_shift = bits / 8;
|
||||||
let bit_shift = bits % 8;
|
let bit_shift = bits % 8;
|
||||||
|
|
||||||
use itertools::Position::*;
|
// This is purely for symmetry with the int case and the fact that the
|
||||||
let bytes = val
|
// shift right implementation in its current form panicked with an overflow
|
||||||
.iter()
|
if bits > val.len() * 8 {
|
||||||
.copied()
|
return Value::error(
|
||||||
.skip(byte_shift)
|
ShellError::IncorrectValue {
|
||||||
.circular_tuple_windows::<(u8, u8)>()
|
msg: format!(
|
||||||
.with_position()
|
"Trying to shift by more than the available bits ({})",
|
||||||
.map(|(pos, (lhs, rhs))| match pos {
|
val.len() * 8
|
||||||
Last | Only => lhs << bit_shift,
|
),
|
||||||
_ => (lhs << bit_shift) | (rhs >> bit_shift),
|
val_span: bits_span,
|
||||||
})
|
call_span: span,
|
||||||
.chain(iter::repeat(0).take(byte_shift))
|
},
|
||||||
.collect::<Vec<u8>>();
|
span,
|
||||||
|
);
|
||||||
|
}
|
||||||
|
let bytes = if bit_shift == 0 {
|
||||||
|
shift_bytes_left(val, byte_shift)
|
||||||
|
} else {
|
||||||
|
shift_bytes_and_bits_left(val, byte_shift, bit_shift)
|
||||||
|
};
|
||||||
|
|
||||||
Value::binary(bytes, span)
|
Value::binary(bytes, span)
|
||||||
}
|
}
|
||||||
@ -202,6 +228,31 @@ fn action(input: &Value, args: &Arguments, span: Span) -> Value {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
fn shift_bytes_left(data: &[u8], byte_shift: usize) -> Vec<u8> {
|
||||||
|
let len = data.len();
|
||||||
|
let mut output = vec![0; len];
|
||||||
|
output[..len - byte_shift].copy_from_slice(&data[byte_shift..]);
|
||||||
|
output
|
||||||
|
}
|
||||||
|
|
||||||
|
fn shift_bytes_and_bits_left(data: &[u8], byte_shift: usize, bit_shift: usize) -> Vec<u8> {
|
||||||
|
use itertools::Position::*;
|
||||||
|
debug_assert!((1..8).contains(&bit_shift),
|
||||||
|
"Bit shifts of 0 can't be handled by this impl and everything else should be part of the byteshift"
|
||||||
|
);
|
||||||
|
data.iter()
|
||||||
|
.copied()
|
||||||
|
.skip(byte_shift)
|
||||||
|
.circular_tuple_windows::<(u8, u8)>()
|
||||||
|
.with_position()
|
||||||
|
.map(|(pos, (lhs, rhs))| match pos {
|
||||||
|
Last | Only => lhs << bit_shift,
|
||||||
|
_ => (lhs << bit_shift) | (rhs >> (8 - bit_shift)),
|
||||||
|
})
|
||||||
|
.chain(iter::repeat(0).take(byte_shift))
|
||||||
|
.collect::<Vec<u8>>()
|
||||||
|
}
|
||||||
|
|
||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
mod test {
|
mod test {
|
||||||
use super::*;
|
use super::*;
|
||||||
|
@ -1,13 +1,10 @@
|
|||||||
use super::{get_input_num_type, get_number_bytes, InputNumType, NumberBytes};
|
use super::{get_input_num_type, get_number_bytes, InputNumType, NumberBytes};
|
||||||
use itertools::Itertools;
|
|
||||||
use nu_cmd_base::input_handler::{operate, CmdArgument};
|
use nu_cmd_base::input_handler::{operate, CmdArgument};
|
||||||
use nu_engine::command_prelude::*;
|
use nu_engine::command_prelude::*;
|
||||||
|
|
||||||
use std::iter;
|
|
||||||
|
|
||||||
struct Arguments {
|
struct Arguments {
|
||||||
signed: bool,
|
signed: bool,
|
||||||
bits: usize,
|
bits: Spanned<usize>,
|
||||||
number_size: NumberBytes,
|
number_size: NumberBytes,
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -55,7 +52,7 @@ impl Command for BitsShr {
|
|||||||
.category(Category::Bits)
|
.category(Category::Bits)
|
||||||
}
|
}
|
||||||
|
|
||||||
fn usage(&self) -> &str {
|
fn description(&self) -> &str {
|
||||||
"Bitwise shift right for ints or binary values."
|
"Bitwise shift right for ints or binary values."
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -71,7 +68,9 @@ impl Command for BitsShr {
|
|||||||
input: PipelineData,
|
input: PipelineData,
|
||||||
) -> Result<PipelineData, ShellError> {
|
) -> Result<PipelineData, ShellError> {
|
||||||
let head = call.head;
|
let head = call.head;
|
||||||
let bits: usize = call.req(engine_state, stack, 0)?;
|
// This restricts to a positive shift value (our underlying operations do not
|
||||||
|
// permit them)
|
||||||
|
let bits: Spanned<usize> = call.req(engine_state, stack, 0)?;
|
||||||
let signed = call.has_flag(engine_state, stack, "signed")?;
|
let signed = call.has_flag(engine_state, stack, "signed")?;
|
||||||
let number_bytes: Option<Spanned<usize>> =
|
let number_bytes: Option<Spanned<usize>> =
|
||||||
call.get_flag(engine_state, stack, "number-bytes")?;
|
call.get_flag(engine_state, stack, "number-bytes")?;
|
||||||
@ -121,6 +120,8 @@ fn action(input: &Value, args: &Arguments, span: Span) -> Value {
|
|||||||
number_size,
|
number_size,
|
||||||
bits,
|
bits,
|
||||||
} = *args;
|
} = *args;
|
||||||
|
let bits_span = bits.span;
|
||||||
|
let bits = bits.item;
|
||||||
|
|
||||||
match input {
|
match input {
|
||||||
Value::Int { val, .. } => {
|
Value::Int { val, .. } => {
|
||||||
@ -129,6 +130,19 @@ fn action(input: &Value, args: &Arguments, span: Span) -> Value {
|
|||||||
let bits = bits as u32;
|
let bits = bits as u32;
|
||||||
let input_num_type = get_input_num_type(val, signed, number_size);
|
let input_num_type = get_input_num_type(val, signed, number_size);
|
||||||
|
|
||||||
|
if !input_num_type.is_permitted_bit_shift(bits) {
|
||||||
|
return Value::error(
|
||||||
|
ShellError::IncorrectValue {
|
||||||
|
msg: format!(
|
||||||
|
"Trying to shift by more than the available bits (permitted < {})",
|
||||||
|
input_num_type.num_bits()
|
||||||
|
),
|
||||||
|
val_span: bits_span,
|
||||||
|
call_span: span,
|
||||||
|
},
|
||||||
|
span,
|
||||||
|
);
|
||||||
|
}
|
||||||
let int = match input_num_type {
|
let int = match input_num_type {
|
||||||
One => ((val as u8) >> bits) as i64,
|
One => ((val as u8) >> bits) as i64,
|
||||||
Two => ((val as u16) >> bits) as i64,
|
Two => ((val as u16) >> bits) as i64,
|
||||||
@ -147,21 +161,27 @@ fn action(input: &Value, args: &Arguments, span: Span) -> Value {
|
|||||||
let bit_shift = bits % 8;
|
let bit_shift = bits % 8;
|
||||||
|
|
||||||
let len = val.len();
|
let len = val.len();
|
||||||
use itertools::Position::*;
|
// This check is done for symmetry with the int case and the previous
|
||||||
let bytes = iter::repeat(0)
|
// implementation would overflow byte indices leading to unexpected output
|
||||||
.take(byte_shift)
|
// lengths
|
||||||
.chain(
|
if bits > len * 8 {
|
||||||
val.iter()
|
return Value::error(
|
||||||
.copied()
|
ShellError::IncorrectValue {
|
||||||
.circular_tuple_windows::<(u8, u8)>()
|
msg: format!(
|
||||||
.with_position()
|
"Trying to shift by more than the available bits ({})",
|
||||||
.map(|(pos, (lhs, rhs))| match pos {
|
len * 8
|
||||||
First | Only => lhs >> bit_shift,
|
),
|
||||||
_ => (lhs >> bit_shift) | (rhs << bit_shift),
|
val_span: bits_span,
|
||||||
})
|
call_span: span,
|
||||||
.take(len - byte_shift),
|
},
|
||||||
)
|
span,
|
||||||
.collect::<Vec<u8>>();
|
);
|
||||||
|
}
|
||||||
|
let bytes = if bit_shift == 0 {
|
||||||
|
shift_bytes_right(val, byte_shift)
|
||||||
|
} else {
|
||||||
|
shift_bytes_and_bits_right(val, byte_shift, bit_shift)
|
||||||
|
};
|
||||||
|
|
||||||
Value::binary(bytes, span)
|
Value::binary(bytes, span)
|
||||||
}
|
}
|
||||||
@ -178,6 +198,35 @@ fn action(input: &Value, args: &Arguments, span: Span) -> Value {
|
|||||||
),
|
),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
fn shift_bytes_right(data: &[u8], byte_shift: usize) -> Vec<u8> {
|
||||||
|
let len = data.len();
|
||||||
|
let mut output = vec![0; len];
|
||||||
|
output[byte_shift..].copy_from_slice(&data[..len - byte_shift]);
|
||||||
|
output
|
||||||
|
}
|
||||||
|
|
||||||
|
fn shift_bytes_and_bits_right(data: &[u8], byte_shift: usize, bit_shift: usize) -> Vec<u8> {
|
||||||
|
debug_assert!(
|
||||||
|
bit_shift > 0 && bit_shift < 8,
|
||||||
|
"bit_shift should be in the range (0, 8)"
|
||||||
|
);
|
||||||
|
let len = data.len();
|
||||||
|
let mut output = vec![0; len];
|
||||||
|
|
||||||
|
for i in byte_shift..len {
|
||||||
|
let shifted_bits = data[i - byte_shift] >> bit_shift;
|
||||||
|
let carried_bits = if i > byte_shift {
|
||||||
|
data[i - byte_shift - 1] << (8 - bit_shift)
|
||||||
|
} else {
|
||||||
|
0
|
||||||
|
};
|
||||||
|
let shifted_byte = shifted_bits | carried_bits;
|
||||||
|
|
||||||
|
output[i] = shifted_byte;
|
||||||
|
}
|
||||||
|
|
||||||
|
output
|
||||||
|
}
|
||||||
|
|
||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
mod test {
|
mod test {
|
||||||
|
@ -38,7 +38,7 @@ impl Command for BitsXor {
|
|||||||
.category(Category::Bits)
|
.category(Category::Bits)
|
||||||
}
|
}
|
||||||
|
|
||||||
fn usage(&self) -> &str {
|
fn description(&self) -> &str {
|
||||||
"Performs bitwise xor for ints or binary values."
|
"Performs bitwise xor for ints or binary values."
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@ impl Command for Fmt {
|
|||||||
"fmt"
|
"fmt"
|
||||||
}
|
}
|
||||||
|
|
||||||
fn usage(&self) -> &str {
|
fn description(&self) -> &str {
|
||||||
"Format a number."
|
"Format a number."
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@ impl Command for EachWhile {
|
|||||||
"each while"
|
"each while"
|
||||||
}
|
}
|
||||||
|
|
||||||
fn usage(&self) -> &str {
|
fn description(&self) -> &str {
|
||||||
"Run a closure on each row of the input list until a null is found, then create a new list with the results."
|
"Run a closure on each row of the input list until a null is found, then create a new list with the results."
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -18,11 +18,11 @@ impl Command for Roll {
|
|||||||
.input_output_types(vec![(Type::Nothing, Type::String)])
|
.input_output_types(vec![(Type::Nothing, Type::String)])
|
||||||
}
|
}
|
||||||
|
|
||||||
fn usage(&self) -> &str {
|
fn description(&self) -> &str {
|
||||||
"Rolling commands for tables."
|
"Rolling commands for tables."
|
||||||
}
|
}
|
||||||
|
|
||||||
fn extra_usage(&self) -> &str {
|
fn extra_description(&self) -> &str {
|
||||||
"You must use one of the following subcommands. Using this command as-is will only produce this help message."
|
"You must use one of the following subcommands. Using this command as-is will only produce this help message."
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@ impl Command for RollDown {
|
|||||||
.category(Category::Filters)
|
.category(Category::Filters)
|
||||||
}
|
}
|
||||||
|
|
||||||
fn usage(&self) -> &str {
|
fn description(&self) -> &str {
|
||||||
"Roll table rows down."
|
"Roll table rows down."
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -33,7 +33,7 @@ impl Command for RollLeft {
|
|||||||
.category(Category::Filters)
|
.category(Category::Filters)
|
||||||
}
|
}
|
||||||
|
|
||||||
fn usage(&self) -> &str {
|
fn description(&self) -> &str {
|
||||||
"Roll record or table columns left."
|
"Roll record or table columns left."
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -33,7 +33,7 @@ impl Command for RollRight {
|
|||||||
.category(Category::Filters)
|
.category(Category::Filters)
|
||||||
}
|
}
|
||||||
|
|
||||||
fn usage(&self) -> &str {
|
fn description(&self) -> &str {
|
||||||
"Roll table columns right."
|
"Roll table columns right."
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@ impl Command for RollUp {
|
|||||||
.category(Category::Filters)
|
.category(Category::Filters)
|
||||||
}
|
}
|
||||||
|
|
||||||
fn usage(&self) -> &str {
|
fn description(&self) -> &str {
|
||||||
"Roll table rows up."
|
"Roll table rows up."
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@ impl Command for Rotate {
|
|||||||
.category(Category::Filters)
|
.category(Category::Filters)
|
||||||
}
|
}
|
||||||
|
|
||||||
fn usage(&self) -> &str {
|
fn description(&self) -> &str {
|
||||||
"Rotates a table or record clockwise (default) or counter-clockwise (use --ccw flag)."
|
"Rotates a table or record clockwise (default) or counter-clockwise (use --ccw flag)."
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@ impl Command for UpdateCells {
|
|||||||
.category(Category::Filters)
|
.category(Category::Filters)
|
||||||
}
|
}
|
||||||
|
|
||||||
fn usage(&self) -> &str {
|
fn description(&self) -> &str {
|
||||||
"Update the table cells."
|
"Update the table cells."
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@ impl Command for FromUrl {
|
|||||||
.category(Category::Formats)
|
.category(Category::Formats)
|
||||||
}
|
}
|
||||||
|
|
||||||
fn usage(&self) -> &str {
|
fn description(&self) -> &str {
|
||||||
"Parse url-encoded string as a record."
|
"Parse url-encoded string as a record."
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -138,11 +138,11 @@ impl Command for ToHtml {
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
fn usage(&self) -> &str {
|
fn description(&self) -> &str {
|
||||||
"Convert table into simple HTML."
|
"Convert table into simple HTML."
|
||||||
}
|
}
|
||||||
|
|
||||||
fn extra_usage(&self) -> &str {
|
fn extra_description(&self) -> &str {
|
||||||
"Screenshots of the themes can be browsed here: https://github.com/mbadolato/iTerm2-Color-Schemes."
|
"Screenshots of the themes can be browsed here: https://github.com/mbadolato/iTerm2-Color-Schemes."
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@ impl Command for SubCommand {
|
|||||||
.category(Category::Math)
|
.category(Category::Math)
|
||||||
}
|
}
|
||||||
|
|
||||||
fn usage(&self) -> &str {
|
fn description(&self) -> &str {
|
||||||
"Returns the arccosine of the number."
|
"Returns the arccosine of the number."
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@ impl Command for SubCommand {
|
|||||||
.category(Category::Math)
|
.category(Category::Math)
|
||||||
}
|
}
|
||||||
|
|
||||||
fn usage(&self) -> &str {
|
fn description(&self) -> &str {
|
||||||
"Returns the inverse of the hyperbolic cosine function."
|
"Returns the inverse of the hyperbolic cosine function."
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@ impl Command for SubCommand {
|
|||||||
.category(Category::Math)
|
.category(Category::Math)
|
||||||
}
|
}
|
||||||
|
|
||||||
fn usage(&self) -> &str {
|
fn description(&self) -> &str {
|
||||||
"Returns the arcsine of the number."
|
"Returns the arcsine of the number."
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@ impl Command for SubCommand {
|
|||||||
.category(Category::Math)
|
.category(Category::Math)
|
||||||
}
|
}
|
||||||
|
|
||||||
fn usage(&self) -> &str {
|
fn description(&self) -> &str {
|
||||||
"Returns the inverse of the hyperbolic sine function."
|
"Returns the inverse of the hyperbolic sine function."
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@ impl Command for SubCommand {
|
|||||||
.category(Category::Math)
|
.category(Category::Math)
|
||||||
}
|
}
|
||||||
|
|
||||||
fn usage(&self) -> &str {
|
fn description(&self) -> &str {
|
||||||
"Returns the arctangent of the number."
|
"Returns the arctangent of the number."
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@ impl Command for SubCommand {
|
|||||||
.category(Category::Math)
|
.category(Category::Math)
|
||||||
}
|
}
|
||||||
|
|
||||||
fn usage(&self) -> &str {
|
fn description(&self) -> &str {
|
||||||
"Returns the inverse of the hyperbolic tangent function."
|
"Returns the inverse of the hyperbolic tangent function."
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@ impl Command for SubCommand {
|
|||||||
.category(Category::Math)
|
.category(Category::Math)
|
||||||
}
|
}
|
||||||
|
|
||||||
fn usage(&self) -> &str {
|
fn description(&self) -> &str {
|
||||||
"Returns the cosine of the number."
|
"Returns the cosine of the number."
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@ impl Command for SubCommand {
|
|||||||
.category(Category::Math)
|
.category(Category::Math)
|
||||||
}
|
}
|
||||||
|
|
||||||
fn usage(&self) -> &str {
|
fn description(&self) -> &str {
|
||||||
"Returns the hyperbolic cosine of the number."
|
"Returns the hyperbolic cosine of the number."
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@ impl Command for SubCommand {
|
|||||||
.category(Category::Math)
|
.category(Category::Math)
|
||||||
}
|
}
|
||||||
|
|
||||||
fn usage(&self) -> &str {
|
fn description(&self) -> &str {
|
||||||
"Returns e raised to the power of x."
|
"Returns e raised to the power of x."
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@ impl Command for SubCommand {
|
|||||||
.category(Category::Math)
|
.category(Category::Math)
|
||||||
}
|
}
|
||||||
|
|
||||||
fn usage(&self) -> &str {
|
fn description(&self) -> &str {
|
||||||
"Returns the natural logarithm. Base: (math e)."
|
"Returns the natural logarithm. Base: (math e)."
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@ impl Command for SubCommand {
|
|||||||
.category(Category::Math)
|
.category(Category::Math)
|
||||||
}
|
}
|
||||||
|
|
||||||
fn usage(&self) -> &str {
|
fn description(&self) -> &str {
|
||||||
"Returns the sine of the number."
|
"Returns the sine of the number."
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@ impl Command for SubCommand {
|
|||||||
.category(Category::Math)
|
.category(Category::Math)
|
||||||
}
|
}
|
||||||
|
|
||||||
fn usage(&self) -> &str {
|
fn description(&self) -> &str {
|
||||||
"Returns the hyperbolic sine of the number."
|
"Returns the hyperbolic sine of the number."
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@ impl Command for SubCommand {
|
|||||||
.category(Category::Math)
|
.category(Category::Math)
|
||||||
}
|
}
|
||||||
|
|
||||||
fn usage(&self) -> &str {
|
fn description(&self) -> &str {
|
||||||
"Returns the tangent of the number."
|
"Returns the tangent of the number."
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@ impl Command for SubCommand {
|
|||||||
.category(Category::Math)
|
.category(Category::Math)
|
||||||
}
|
}
|
||||||
|
|
||||||
fn usage(&self) -> &str {
|
fn description(&self) -> &str {
|
||||||
"Returns the hyperbolic tangent of the number."
|
"Returns the hyperbolic tangent of the number."
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -45,8 +45,6 @@ pub fn add_extra_command_context(mut engine_state: EngineState) -> EngineState {
|
|||||||
|
|
||||||
bind_command!(
|
bind_command!(
|
||||||
strings::format::FormatPattern,
|
strings::format::FormatPattern,
|
||||||
strings::encode_decode::EncodeHex,
|
|
||||||
strings::encode_decode::DecodeHex,
|
|
||||||
strings::str_::case::Str,
|
strings::str_::case::Str,
|
||||||
strings::str_::case::StrCamelCase,
|
strings::str_::case::StrCamelCase,
|
||||||
strings::str_::case::StrKebabCase,
|
strings::str_::case::StrKebabCase,
|
||||||
|
@ -53,7 +53,7 @@ impl Command for SubCommand {
|
|||||||
.category(Category::Platform)
|
.category(Category::Platform)
|
||||||
}
|
}
|
||||||
|
|
||||||
fn usage(&self) -> &str {
|
fn description(&self) -> &str {
|
||||||
"Add a color gradient (using ANSI color codes) to the given string."
|
"Add a color gradient (using ANSI color codes) to the given string."
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -29,7 +29,7 @@ impl Command for DecodeHex {
|
|||||||
.category(Category::Formats)
|
.category(Category::Formats)
|
||||||
}
|
}
|
||||||
|
|
||||||
fn usage(&self) -> &str {
|
fn description(&self) -> &str {
|
||||||
"Hex decode a value."
|
"Hex decode a value."
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -29,7 +29,7 @@ impl Command for EncodeHex {
|
|||||||
.category(Category::Formats)
|
.category(Category::Formats)
|
||||||
}
|
}
|
||||||
|
|
||||||
fn usage(&self) -> &str {
|
fn description(&self) -> &str {
|
||||||
"Encode a binary value using hex."
|
"Encode a binary value using hex."
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,192 +0,0 @@
|
|||||||
use nu_cmd_base::input_handler::{operate as general_operate, CmdArgument};
|
|
||||||
use nu_engine::command_prelude::*;
|
|
||||||
|
|
||||||
enum HexDecodingError {
|
|
||||||
InvalidLength(usize),
|
|
||||||
InvalidDigit(usize, char),
|
|
||||||
}
|
|
||||||
|
|
||||||
fn hex_decode(value: &str) -> Result<Vec<u8>, HexDecodingError> {
|
|
||||||
let mut digits = value
|
|
||||||
.chars()
|
|
||||||
.enumerate()
|
|
||||||
.filter(|(_, c)| !c.is_whitespace());
|
|
||||||
|
|
||||||
let mut res = Vec::with_capacity(value.len() / 2);
|
|
||||||
loop {
|
|
||||||
let c1 = match digits.next() {
|
|
||||||
Some((ind, c)) => match c.to_digit(16) {
|
|
||||||
Some(d) => d,
|
|
||||||
None => return Err(HexDecodingError::InvalidDigit(ind, c)),
|
|
||||||
},
|
|
||||||
None => return Ok(res),
|
|
||||||
};
|
|
||||||
let c2 = match digits.next() {
|
|
||||||
Some((ind, c)) => match c.to_digit(16) {
|
|
||||||
Some(d) => d,
|
|
||||||
None => return Err(HexDecodingError::InvalidDigit(ind, c)),
|
|
||||||
},
|
|
||||||
None => {
|
|
||||||
return Err(HexDecodingError::InvalidLength(value.len()));
|
|
||||||
}
|
|
||||||
};
|
|
||||||
res.push((c1 << 4 | c2) as u8);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
fn hex_digit(num: u8) -> char {
|
|
||||||
match num {
|
|
||||||
0..=9 => (num + b'0') as char,
|
|
||||||
10..=15 => (num - 10 + b'A') as char,
|
|
||||||
_ => unreachable!(),
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
fn hex_encode(bytes: &[u8]) -> String {
|
|
||||||
let mut res = String::with_capacity(bytes.len() * 2);
|
|
||||||
for byte in bytes {
|
|
||||||
res.push(hex_digit(byte >> 4));
|
|
||||||
res.push(hex_digit(byte & 0b1111));
|
|
||||||
}
|
|
||||||
res
|
|
||||||
}
|
|
||||||
|
|
||||||
#[derive(Clone)]
|
|
||||||
pub struct HexConfig {
|
|
||||||
pub action_type: ActionType,
|
|
||||||
}
|
|
||||||
|
|
||||||
#[derive(Clone, Copy, PartialEq, Eq)]
|
|
||||||
pub enum ActionType {
|
|
||||||
Encode,
|
|
||||||
Decode,
|
|
||||||
}
|
|
||||||
|
|
||||||
struct Arguments {
|
|
||||||
cell_paths: Option<Vec<CellPath>>,
|
|
||||||
encoding_config: HexConfig,
|
|
||||||
}
|
|
||||||
|
|
||||||
impl CmdArgument for Arguments {
|
|
||||||
fn take_cell_paths(&mut self) -> Option<Vec<CellPath>> {
|
|
||||||
self.cell_paths.take()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
pub fn operate(
|
|
||||||
action_type: ActionType,
|
|
||||||
engine_state: &EngineState,
|
|
||||||
stack: &mut Stack,
|
|
||||||
call: &Call,
|
|
||||||
input: PipelineData,
|
|
||||||
) -> Result<PipelineData, ShellError> {
|
|
||||||
let cell_paths: Vec<CellPath> = call.rest(engine_state, stack, 0)?;
|
|
||||||
let cell_paths = (!cell_paths.is_empty()).then_some(cell_paths);
|
|
||||||
|
|
||||||
let args = Arguments {
|
|
||||||
encoding_config: HexConfig { action_type },
|
|
||||||
cell_paths,
|
|
||||||
};
|
|
||||||
|
|
||||||
general_operate(action, args, input, call.head, engine_state.signals())
|
|
||||||
}
|
|
||||||
|
|
||||||
fn action(
|
|
||||||
input: &Value,
|
|
||||||
// only used for `decode` action
|
|
||||||
args: &Arguments,
|
|
||||||
command_span: Span,
|
|
||||||
) -> Value {
|
|
||||||
let hex_config = &args.encoding_config;
|
|
||||||
|
|
||||||
match input {
|
|
||||||
// Propagate existing errors.
|
|
||||||
Value::Error { .. } => input.clone(),
|
|
||||||
Value::Binary { val, .. } => match hex_config.action_type {
|
|
||||||
ActionType::Encode => Value::string(hex_encode(val.as_ref()), command_span),
|
|
||||||
ActionType::Decode => Value::error(
|
|
||||||
ShellError::UnsupportedInput { msg: "Binary data can only be encoded".to_string(), input: "value originates from here".into(), msg_span: command_span, input_span: input.span() },
|
|
||||||
command_span,
|
|
||||||
),
|
|
||||||
},
|
|
||||||
Value::String { val, .. } => {
|
|
||||||
match hex_config.action_type {
|
|
||||||
ActionType::Encode => Value::error(
|
|
||||||
ShellError::UnsupportedInput { msg: "String value can only be decoded".to_string(), input: "value originates from here".into(), msg_span: command_span, input_span: input.span() },
|
|
||||||
command_span,
|
|
||||||
),
|
|
||||||
|
|
||||||
ActionType::Decode => match hex_decode(val.as_ref()) {
|
|
||||||
Ok(decoded_value) => Value::binary(decoded_value, command_span),
|
|
||||||
Err(HexDecodingError::InvalidLength(len)) => Value::error(ShellError::GenericError {
|
|
||||||
error: "value could not be hex decoded".into(),
|
|
||||||
msg: format!("invalid hex input length: {len}. The length should be even"),
|
|
||||||
span: Some(command_span),
|
|
||||||
help: None,
|
|
||||||
inner: vec![],
|
|
||||||
},
|
|
||||||
command_span,
|
|
||||||
),
|
|
||||||
Err(HexDecodingError::InvalidDigit(index, digit)) => Value::error(ShellError::GenericError {
|
|
||||||
error: "value could not be hex decoded".into(),
|
|
||||||
msg: format!("invalid hex digit: '{digit}' at index {index}. Only 0-9, A-F, a-f are allowed in hex encoding"),
|
|
||||||
span: Some(command_span),
|
|
||||||
help: None,
|
|
||||||
inner: vec![],
|
|
||||||
},
|
|
||||||
command_span,
|
|
||||||
),
|
|
||||||
},
|
|
||||||
}
|
|
||||||
}
|
|
||||||
other => Value::error(
|
|
||||||
ShellError::TypeMismatch {
|
|
||||||
err_message: format!("string or binary, not {}", other.get_type()),
|
|
||||||
span: other.span(),
|
|
||||||
},
|
|
||||||
other.span(),
|
|
||||||
),
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
#[cfg(test)]
|
|
||||||
mod tests {
|
|
||||||
use super::{action, ActionType, Arguments, HexConfig};
|
|
||||||
use nu_protocol::{Span, Value};
|
|
||||||
|
|
||||||
#[test]
|
|
||||||
fn hex_encode() {
|
|
||||||
let word = Value::binary([77, 97, 110], Span::test_data());
|
|
||||||
let expected = Value::test_string("4D616E");
|
|
||||||
|
|
||||||
let actual = action(
|
|
||||||
&word,
|
|
||||||
&Arguments {
|
|
||||||
encoding_config: HexConfig {
|
|
||||||
action_type: ActionType::Encode,
|
|
||||||
},
|
|
||||||
cell_paths: None,
|
|
||||||
},
|
|
||||||
Span::test_data(),
|
|
||||||
);
|
|
||||||
assert_eq!(actual, expected);
|
|
||||||
}
|
|
||||||
|
|
||||||
#[test]
|
|
||||||
fn hex_decode() {
|
|
||||||
let word = Value::test_string("4D 61\r\n\n6E");
|
|
||||||
let expected = Value::binary([77, 97, 110], Span::test_data());
|
|
||||||
|
|
||||||
let actual = action(
|
|
||||||
&word,
|
|
||||||
&Arguments {
|
|
||||||
encoding_config: HexConfig {
|
|
||||||
action_type: ActionType::Decode,
|
|
||||||
},
|
|
||||||
cell_paths: None,
|
|
||||||
},
|
|
||||||
Span::test_data(),
|
|
||||||
);
|
|
||||||
assert_eq!(actual, expected);
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,6 +0,0 @@
|
|||||||
mod decode_hex;
|
|
||||||
mod encode_hex;
|
|
||||||
mod hex;
|
|
||||||
|
|
||||||
pub(crate) use decode_hex::DecodeHex;
|
|
||||||
pub(crate) use encode_hex::EncodeHex;
|
|
@ -24,7 +24,7 @@ impl Command for FormatPattern {
|
|||||||
.category(Category::Strings)
|
.category(Category::Strings)
|
||||||
}
|
}
|
||||||
|
|
||||||
fn usage(&self) -> &str {
|
fn description(&self) -> &str {
|
||||||
"Format columns into a string using a simple pattern."
|
"Format columns into a string using a simple pattern."
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,3 +1,2 @@
|
|||||||
pub(crate) mod encode_decode;
|
|
||||||
pub(crate) mod format;
|
pub(crate) mod format;
|
||||||
pub(crate) mod str_;
|
pub(crate) mod str_;
|
||||||
|
@ -30,7 +30,7 @@ impl Command for SubCommand {
|
|||||||
.category(Category::Strings)
|
.category(Category::Strings)
|
||||||
}
|
}
|
||||||
|
|
||||||
fn usage(&self) -> &str {
|
fn description(&self) -> &str {
|
||||||
"Convert a string to camelCase."
|
"Convert a string to camelCase."
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -30,7 +30,7 @@ impl Command for SubCommand {
|
|||||||
.category(Category::Strings)
|
.category(Category::Strings)
|
||||||
}
|
}
|
||||||
|
|
||||||
fn usage(&self) -> &str {
|
fn description(&self) -> &str {
|
||||||
"Convert a string to kebab-case."
|
"Convert a string to kebab-case."
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -30,7 +30,7 @@ impl Command for SubCommand {
|
|||||||
.category(Category::Strings)
|
.category(Category::Strings)
|
||||||
}
|
}
|
||||||
|
|
||||||
fn usage(&self) -> &str {
|
fn description(&self) -> &str {
|
||||||
"Convert a string to PascalCase."
|
"Convert a string to PascalCase."
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -30,7 +30,7 @@ impl Command for SubCommand {
|
|||||||
.category(Category::Strings)
|
.category(Category::Strings)
|
||||||
}
|
}
|
||||||
|
|
||||||
fn usage(&self) -> &str {
|
fn description(&self) -> &str {
|
||||||
"Convert a string to SCREAMING_SNAKE_CASE."
|
"Convert a string to SCREAMING_SNAKE_CASE."
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -30,7 +30,7 @@ impl Command for SubCommand {
|
|||||||
.category(Category::Strings)
|
.category(Category::Strings)
|
||||||
}
|
}
|
||||||
|
|
||||||
fn usage(&self) -> &str {
|
fn description(&self) -> &str {
|
||||||
"Convert a string to snake_case."
|
"Convert a string to snake_case."
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -14,11 +14,11 @@ impl Command for Str {
|
|||||||
.input_output_types(vec![(Type::Nothing, Type::String)])
|
.input_output_types(vec![(Type::Nothing, Type::String)])
|
||||||
}
|
}
|
||||||
|
|
||||||
fn usage(&self) -> &str {
|
fn description(&self) -> &str {
|
||||||
"Various commands for working with string data."
|
"Various commands for working with string data."
|
||||||
}
|
}
|
||||||
|
|
||||||
fn extra_usage(&self) -> &str {
|
fn extra_description(&self) -> &str {
|
||||||
"You must use one of the following subcommands. Using this command as-is will only produce this help message."
|
"You must use one of the following subcommands. Using this command as-is will only produce this help message."
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -30,7 +30,7 @@ impl Command for SubCommand {
|
|||||||
.category(Category::Strings)
|
.category(Category::Strings)
|
||||||
}
|
}
|
||||||
|
|
||||||
fn usage(&self) -> &str {
|
fn description(&self) -> &str {
|
||||||
"Convert a string to Title Case."
|
"Convert a string to Title Case."
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -6,22 +6,25 @@ repository = "https://github.com/nushell/nushell/tree/main/crates/nu-cmd-lang"
|
|||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
name = "nu-cmd-lang"
|
name = "nu-cmd-lang"
|
||||||
version = "0.97.1"
|
version = "0.98.0"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
bench = false
|
bench = false
|
||||||
|
|
||||||
|
[lints]
|
||||||
|
workspace = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
nu-engine = { path = "../nu-engine", version = "0.97.1" }
|
nu-engine = { path = "../nu-engine", version = "0.98.0" }
|
||||||
nu-parser = { path = "../nu-parser", version = "0.97.1" }
|
nu-parser = { path = "../nu-parser", version = "0.98.0" }
|
||||||
nu-protocol = { path = "../nu-protocol", version = "0.97.1" }
|
nu-protocol = { path = "../nu-protocol", version = "0.98.0" }
|
||||||
nu-utils = { path = "../nu-utils", version = "0.97.1" }
|
nu-utils = { path = "../nu-utils", version = "0.98.0" }
|
||||||
|
|
||||||
itertools = { workspace = true }
|
itertools = { workspace = true }
|
||||||
shadow-rs = { version = "0.31", default-features = false }
|
shadow-rs = { version = "0.34", default-features = false }
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
shadow-rs = { version = "0.31", default-features = false }
|
shadow-rs = { version = "0.34", default-features = false }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
mimalloc = []
|
mimalloc = []
|
||||||
|
@ -9,7 +9,7 @@ impl Command for Alias {
|
|||||||
"alias"
|
"alias"
|
||||||
}
|
}
|
||||||
|
|
||||||
fn usage(&self) -> &str {
|
fn description(&self) -> &str {
|
||||||
"Alias a command (with optional flags) to a new name."
|
"Alias a command (with optional flags) to a new name."
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -25,7 +25,7 @@ impl Command for Alias {
|
|||||||
.category(Category::Core)
|
.category(Category::Core)
|
||||||
}
|
}
|
||||||
|
|
||||||
fn extra_usage(&self) -> &str {
|
fn extra_description(&self) -> &str {
|
||||||
r#"This command is a parser keyword. For details, check:
|
r#"This command is a parser keyword. For details, check:
|
||||||
https://www.nushell.sh/book/thinking_in_nu.html"#
|
https://www.nushell.sh/book/thinking_in_nu.html"#
|
||||||
}
|
}
|
||||||
|
@ -9,7 +9,7 @@ impl Command for Break {
|
|||||||
"break"
|
"break"
|
||||||
}
|
}
|
||||||
|
|
||||||
fn usage(&self) -> &str {
|
fn description(&self) -> &str {
|
||||||
"Break a loop."
|
"Break a loop."
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -19,7 +19,7 @@ impl Command for Break {
|
|||||||
.category(Category::Core)
|
.category(Category::Core)
|
||||||
}
|
}
|
||||||
|
|
||||||
fn extra_usage(&self) -> &str {
|
fn extra_description(&self) -> &str {
|
||||||
r#"This command is a parser keyword. For details, check:
|
r#"This command is a parser keyword. For details, check:
|
||||||
https://www.nushell.sh/book/thinking_in_nu.html
|
https://www.nushell.sh/book/thinking_in_nu.html
|
||||||
|
|
||||||
|
@ -25,11 +25,11 @@ impl Command for Collect {
|
|||||||
.category(Category::Filters)
|
.category(Category::Filters)
|
||||||
}
|
}
|
||||||
|
|
||||||
fn usage(&self) -> &str {
|
fn description(&self) -> &str {
|
||||||
"Collect a stream into a value."
|
"Collect a stream into a value."
|
||||||
}
|
}
|
||||||
|
|
||||||
fn extra_usage(&self) -> &str {
|
fn extra_description(&self) -> &str {
|
||||||
r#"If provided, run a closure with the collected value as input.
|
r#"If provided, run a closure with the collected value as input.
|
||||||
|
|
||||||
The entire stream will be collected into one value in memory, so if the stream
|
The entire stream will be collected into one value in memory, so if the stream
|
||||||
|
@ -9,7 +9,7 @@ impl Command for Const {
|
|||||||
"const"
|
"const"
|
||||||
}
|
}
|
||||||
|
|
||||||
fn usage(&self) -> &str {
|
fn description(&self) -> &str {
|
||||||
"Create a parse-time constant."
|
"Create a parse-time constant."
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -26,7 +26,7 @@ impl Command for Const {
|
|||||||
.category(Category::Core)
|
.category(Category::Core)
|
||||||
}
|
}
|
||||||
|
|
||||||
fn extra_usage(&self) -> &str {
|
fn extra_description(&self) -> &str {
|
||||||
r#"This command is a parser keyword. For details, check:
|
r#"This command is a parser keyword. For details, check:
|
||||||
https://www.nushell.sh/book/thinking_in_nu.html"#
|
https://www.nushell.sh/book/thinking_in_nu.html"#
|
||||||
}
|
}
|
||||||
|
@ -9,7 +9,7 @@ impl Command for Continue {
|
|||||||
"continue"
|
"continue"
|
||||||
}
|
}
|
||||||
|
|
||||||
fn usage(&self) -> &str {
|
fn description(&self) -> &str {
|
||||||
"Continue a loop from the next iteration."
|
"Continue a loop from the next iteration."
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -19,7 +19,7 @@ impl Command for Continue {
|
|||||||
.category(Category::Core)
|
.category(Category::Core)
|
||||||
}
|
}
|
||||||
|
|
||||||
fn extra_usage(&self) -> &str {
|
fn extra_description(&self) -> &str {
|
||||||
r#"This command is a parser keyword. For details, check:
|
r#"This command is a parser keyword. For details, check:
|
||||||
https://www.nushell.sh/book/thinking_in_nu.html
|
https://www.nushell.sh/book/thinking_in_nu.html
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@ impl Command for Def {
|
|||||||
"def"
|
"def"
|
||||||
}
|
}
|
||||||
|
|
||||||
fn usage(&self) -> &str {
|
fn description(&self) -> &str {
|
||||||
"Define a custom command."
|
"Define a custom command."
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -24,7 +24,7 @@ impl Command for Def {
|
|||||||
.category(Category::Core)
|
.category(Category::Core)
|
||||||
}
|
}
|
||||||
|
|
||||||
fn extra_usage(&self) -> &str {
|
fn extra_description(&self) -> &str {
|
||||||
r#"This command is a parser keyword. For details, check:
|
r#"This command is a parser keyword. For details, check:
|
||||||
https://www.nushell.sh/book/thinking_in_nu.html"#
|
https://www.nushell.sh/book/thinking_in_nu.html"#
|
||||||
}
|
}
|
||||||
|
@ -9,7 +9,7 @@ impl Command for Describe {
|
|||||||
"describe"
|
"describe"
|
||||||
}
|
}
|
||||||
|
|
||||||
fn usage(&self) -> &str {
|
fn description(&self) -> &str {
|
||||||
"Describe the type and structure of the value(s) piped in."
|
"Describe the type and structure of the value(s) piped in."
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -70,7 +70,7 @@ impl Command for Describe {
|
|||||||
Example {
|
Example {
|
||||||
description: "Describe the type of a record in a detailed way",
|
description: "Describe the type of a record in a detailed way",
|
||||||
example:
|
example:
|
||||||
"{shell:'true', uwu:true, features: {bugs:false, multiplatform:true, speed: 10}, fib: [1 1 2 3 5 8], on_save: {|x| print $'Saving ($x)'}, first_commit: 2019-05-10, my_duration: (4min + 20sec)} | describe -d",
|
"{shell:'true', uwu:true, features: {bugs:false, multiplatform:true, speed: 10}, fib: [1 1 2 3 5 8], on_save: {|x| $'Saving ($x)'}, first_commit: 2019-05-10, my_duration: (4min + 20sec)} | describe -d",
|
||||||
result: Some(Value::test_record(record!(
|
result: Some(Value::test_record(record!(
|
||||||
"type" => Value::test_string("record"),
|
"type" => Value::test_string("record"),
|
||||||
"columns" => Value::test_record(record!(
|
"columns" => Value::test_record(record!(
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
use nu_engine::{command_prelude::*, get_eval_block_with_early_return, redirect_env};
|
use nu_engine::{command_prelude::*, get_eval_block_with_early_return, redirect_env};
|
||||||
use nu_protocol::{
|
use nu_protocol::{
|
||||||
engine::Closure,
|
engine::Closure,
|
||||||
process::{ChildPipe, ChildProcess, ExitStatus},
|
process::{ChildPipe, ChildProcess},
|
||||||
ByteStream, ByteStreamSource, OutDest,
|
ByteStream, ByteStreamSource, OutDest,
|
||||||
};
|
};
|
||||||
use std::{
|
use std::{
|
||||||
@ -17,7 +17,7 @@ impl Command for Do {
|
|||||||
"do"
|
"do"
|
||||||
}
|
}
|
||||||
|
|
||||||
fn usage(&self) -> &str {
|
fn description(&self) -> &str {
|
||||||
"Run a closure, providing it with the pipeline input."
|
"Run a closure, providing it with the pipeline input."
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -83,7 +83,7 @@ impl Command for Do {
|
|||||||
let eval_block_with_early_return = get_eval_block_with_early_return(engine_state);
|
let eval_block_with_early_return = get_eval_block_with_early_return(engine_state);
|
||||||
|
|
||||||
// Applies to all block evaluation once set true
|
// Applies to all block evaluation once set true
|
||||||
callee_stack.use_ir = caller_stack.has_env_var(engine_state, "NU_USE_IR");
|
callee_stack.use_ir = !caller_stack.has_env_var(engine_state, "NU_DISABLE_IR");
|
||||||
|
|
||||||
let result = eval_block_with_early_return(engine_state, &mut callee_stack, block, input);
|
let result = eval_block_with_early_return(engine_state, &mut callee_stack, block, input);
|
||||||
|
|
||||||
@ -147,13 +147,7 @@ impl Command for Do {
|
|||||||
None
|
None
|
||||||
};
|
};
|
||||||
|
|
||||||
if child.wait()? != ExitStatus::Exited(0) {
|
child.wait()?;
|
||||||
return Err(ShellError::ExternalCommand {
|
|
||||||
label: "External command failed".to_string(),
|
|
||||||
help: stderr_msg,
|
|
||||||
span,
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
let mut child = ChildProcess::from_raw(None, None, None, span);
|
let mut child = ChildProcess::from_raw(None, None, None, span);
|
||||||
if let Some(stdout) = stdout {
|
if let Some(stdout) = stdout {
|
||||||
|
@ -8,7 +8,7 @@ impl Command for Echo {
|
|||||||
"echo"
|
"echo"
|
||||||
}
|
}
|
||||||
|
|
||||||
fn usage(&self) -> &str {
|
fn description(&self) -> &str {
|
||||||
"Returns its arguments, ignoring the piped-in value."
|
"Returns its arguments, ignoring the piped-in value."
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -19,7 +19,7 @@ impl Command for Echo {
|
|||||||
.category(Category::Core)
|
.category(Category::Core)
|
||||||
}
|
}
|
||||||
|
|
||||||
fn extra_usage(&self) -> &str {
|
fn extra_description(&self) -> &str {
|
||||||
r#"Unlike `print`, which prints unstructured text to stdout, `echo` is like an
|
r#"Unlike `print`, which prints unstructured text to stdout, `echo` is like an
|
||||||
identity function and simply returns its arguments. When given no arguments,
|
identity function and simply returns its arguments. When given no arguments,
|
||||||
it returns an empty string. When given one argument, it returns it as a
|
it returns an empty string. When given one argument, it returns it as a
|
||||||
|
@ -25,7 +25,7 @@ impl Command for ErrorMake {
|
|||||||
.category(Category::Core)
|
.category(Category::Core)
|
||||||
}
|
}
|
||||||
|
|
||||||
fn usage(&self) -> &str {
|
fn description(&self) -> &str {
|
||||||
"Create an error."
|
"Create an error."
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user