Skip to content

fixed an error message that popped up after landing#8356

Merged
fdncred merged 2 commits intonushell:mainfrom
fdncred:fix_error_in_8244
Mar 8, 2023
Merged

fixed an error message that popped up after landing#8356
fdncred merged 2 commits intonushell:mainfrom
fdncred:fix_error_in_8244

Conversation

@fdncred
Copy link
Copy Markdown
Contributor

@fdncred fdncred commented Mar 7, 2023

Description

This PR fixes an error message that popped up after landing a PR #8337. I guess there were too many changes since the PR was submitted?

User-Facing Changes

(List of all changes that impact the user experience here. This helps us keep track of breaking changes.)

Tests + Formatting

Don't forget to add tests that cover your changes.

Make sure you've run and fixed any issues with these commands:

  • cargo fmt --all -- --check to check standard code formatting (cargo fmt --all applies these changes)
  • cargo clippy --workspace -- -D warnings -D clippy::unwrap_used -A clippy::needless_collect to check that you're using the standard code style
  • cargo test --workspace to check that all tests pass

After Submitting

If your PR had any user-facing changes, update the documentation after the PR is merged, if necessary. This will help us keep the docs up to date.

@codecov
Copy link
Copy Markdown

codecov bot commented Mar 7, 2023

Codecov Report

Merging #8356 (f3ccf77) into main (f34034a) will increase coverage by 0.01%.
The diff coverage is 97.63%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #8356      +/-   ##
==========================================
+ Coverage   68.14%   68.15%   +0.01%     
==========================================
  Files         620      620              
  Lines       99409    99426      +17     
==========================================
+ Hits        67738    67762      +24     
+ Misses      31671    31664       -7     
Impacted Files Coverage Δ
crates/nu-command/src/conversions/into/int.rs 77.69% <96.96%> (+2.97%) ⬆️
crates/nu-command/src/conversions/into/datetime.rs 86.21% <97.50%> (+1.92%) ⬆️
crates/nu-command/src/date/to_record.rs 94.20% <100.00%> (+0.30%) ⬆️
crates/nu-command/src/date/to_table.rs 90.90% <100.00%> (-2.53%) ⬇️
crates/nu-protocol/src/value/mod.rs 56.42% <100.00%> (+0.09%) ⬆️
crates/nu-parser/src/lite_parser.rs 67.18% <0.00%> (-2.17%) ⬇️
src/test_bins.rs 96.88% <0.00%> (+0.44%) ⬆️
crates/nu-protocol/src/ty.rs 87.14% <0.00%> (+0.71%) ⬆️
crates/nu-command/src/filesystem/touch.rs 66.32% <0.00%> (+1.03%) ⬆️
... and 1 more

@fdncred fdncred merged commit 0df847d into nushell:main Mar 8, 2023
@fdncred fdncred deleted the fix_error_in_8244 branch March 8, 2023 01:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant