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

Parinfer should automatically wrap forms #1357

Closed
bonega opened this issue Apr 7, 2016 · 1 comment
Closed

Parinfer should automatically wrap forms #1357

bonega opened this issue Apr 7, 2016 · 1 comment
Labels
released Marks issues which have had the fixes released in a stable build
Milestone

Comments

@bonega
Copy link

bonega commented Apr 7, 2016

1.2.4

Cursor is '|'

(let |x y
   x)

Push '['

Produces:

(let [] x y
   x)

Expected:

(let [x y]
   x)

Thanks for your fast fixes btw, good work.

@cursive-ide cursive-ide added this to the 1.2.5 milestone Apr 13, 2016
@Engelberg
Copy link

I noticed this as well.

@cursive-ide cursive-ide added the released Marks issues which have had the fixes released in a stable build label Oct 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
released Marks issues which have had the fixes released in a stable build
Projects
None yet
Development

No branches or pull requests

4 participants