Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lazy make also allows duplicate record keys #11755

Closed
KAAtheWiseGit opened this issue Feb 5, 2024 · 0 comments · Fixed by #11808
Closed

lazy make also allows duplicate record keys #11755

KAAtheWiseGit opened this issue Feb 5, 2024 · 0 comments · Fixed by #11808
Labels
needs-triage An issue that hasn't had any proper look
Milestone

Comments

@KAAtheWiseGit
Copy link
Contributor

Describe the bug

#11749, but with lazy make.

How to reproduce

~> lazy make --columns [a b b] --get-value { "value" }
╭───┬───────╮
 a  value 
 b  value 
 b  value 
╰───┴───────╯

Expected behavior

An error.

Screenshots

No response

Configuration

key value
version 0.89.0
branch
commit_hash
build_os linux-x86_64
build_target x86_64-alpine-linux-musl
rust_version rustc 1.72.1 (d5c2e9c34 2023-09-13) (Alpine Linux 1.72.1-r0)
cargo_version cargo 1.72.1
build_time 2024-01-13 03:02:49 +00:00
build_rust_channel release
allocator mimalloc
features default, sqlite, trash, which, zip
installed_plugins

Additional context

No response

@KAAtheWiseGit KAAtheWiseGit added the needs-triage An issue that hasn't had any proper look label Feb 5, 2024
IanManske added a commit that referenced this issue Feb 14, 2024
# Description
Fixes #11755: `lazy make` also allows duplicate record keys
@hustcer hustcer added this to the v0.91.0 milestone Feb 14, 2024
dmatos2012 pushed a commit to dmatos2012/nushell that referenced this issue Feb 20, 2024
# Description
Fixes nushell#11755: `lazy make` also allows duplicate record keys
kik4444 pushed a commit to kik4444/nushell-fork that referenced this issue Feb 28, 2024
# Description
Fixes nushell#11755: `lazy make` also allows duplicate record keys
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-triage An issue that hasn't had any proper look
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants