dash.el icon indicating copy to clipboard operation
dash.el copied to clipboard

Bug: can't destructure to nothing

Open ComedyTomedy opened this issue 2 years ago • 0 comments

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 _.

ComedyTomedy avatar Nov 15 '21 11:11 ComedyTomedy