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

Elvish-specific tests failing due to deprecated 'except' #914

Open
grawlinson opened this issue Mar 27, 2022 · 2 comments
Open

Elvish-specific tests failing due to deprecated 'except' #914

grawlinson opened this issue Mar 27, 2022 · 2 comments

Comments

@grawlinson
Copy link

} except e {

} except e {

Test output (exits with non-zero code):

## Testing skip-env ##
direnv: loading ~/direnv/src/direnv/test/.envrc
direnv: unloading
deprecation: "except" is deprecated; use "catch" instead
/build/direnv/src/direnv/test/direnv-test.elv, line 34:         } except e {
compilation error: variable $m not found
/build/direnv/src/direnv/test/direnv-test.elv, line 27:                 keys $m | each [k]{
@grawlinson
Copy link
Author

Pulling in #896 removes the deprecation messages, but the compilation error message still persists.

@zimbatm
Copy link
Member

zimbatm commented Mar 31, 2022

I'm not an elvish user so let me know how to fix this

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

Successfully merging a pull request may close this issue.

2 participants