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: can't destructure to nothing #391

Open
ComedyTomedy opened this issue Nov 15, 2021 · 0 comments
Open

Bug: can't destructure to nothing #391

ComedyTomedy opened this issue Nov 15, 2021 · 0 comments
Labels
bug Existing behavior is incorrect
Milestone

Comments

@ComedyTomedy
Copy link

The following useless code probably shouldn't throw an error:

(-setq (_) '(1))

Fails with "Attempt to set a constant symbol: nil".

That goes for anything where the destructuring form is entirely formed from () and _.

@basil-conto basil-conto added the bug Existing behavior is incorrect label Apr 4, 2022
@basil-conto basil-conto added this to the 2.19.2 milestone Apr 4, 2022
@basil-conto basil-conto added this to To Do in Release 2.20.0 Apr 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Existing behavior is incorrect
Projects
Development

No branches or pull requests

2 participants