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

bug: nushell def-env is deprecated #1680

Closed
acidghost opened this issue Nov 18, 2023 · 1 comment · Fixed by #1681
Closed

bug: nushell def-env is deprecated #1680

acidghost opened this issue Nov 18, 2023 · 1 comment · Fixed by #1681
Labels

Comments

@acidghost
Copy link
Contributor

Describe the Bug

Version 0.87 of nushell deprecates the use of def-env nushell/nushell#10715. It will be removed in the next version.

This is the only place where it's used:

asdf/asdf.nu

Line 1 in fad23bc

def-env configure-asdf [] {

AFAIK just replacing it with def --env should work.

Steps to Reproduce

Just use asdf from nushell.

Expected Behaviour

No deprecation warnings should be issued with version 0.87.

Actual Behaviour

Deprecation warnings with version 0.87.

Environment

Not relevant.

asdf plugins affected (if relevant)

No response

@hyperupcall
Copy link
Contributor

hyperupcall commented Nov 20, 2023

thanks for the report! this has been fixed in #1681

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants