-
Notifications
You must be signed in to change notification settings - Fork 7
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 broken cases #2945
Comments
Also: (.offer queue {:type :content
:text text
:role role})) Similarly, wrapping |
Also:
Splitting after
|
Here, deleting a char from |
Here's another strange parinfer issue. Put the cursor anywhere on the line of the The cursor is placed right above the (comment
(let [out (-> row :event ((fn [e] [e])))]
(log/warn :writing :row out)
(gs/append-sheet-2 sheet 406516957 out))
; v----- cursor
(doseq [org (->> row
:repeat)]
;(take 2))] Video is here: https://capture.dropbox.com/JjkS0QUTSypqAfDg |
This issue serves to capture various parinfer cases which don't work well:
Here, if the caret is right before
output_tokens
and that symbol is wrapped in parens, the indentation breaks.The text was updated successfully, but these errors were encountered: