@rgdelato i’m pairing with chris in 20 minutes to get v3 in atom, would you like to join?
sorry, I'm actually out right now, won't be home for at least an hour or two
i wonder if we can pair while streaming somehow
np, late notice
I might have to give Atom another shot
btw, gave parinfer with paredit a try, i think there are many cases that don't work well (especially with slurp and barf)
especially because parinfer lets you get loosey goosey with the parens, but then that break paredit
i'll try to document the cases i come across
i honestly think it's paredit's fault though
Man, it’s like cljs christmas at the moment. New version of cljs the other day and now soon parinfer v3 in Atom.
for example, slurping before the "(:red ...)" form in this causes it to slurp the comment... which normally wouldn't happen with paredit
#_[(:red (:bold "testing"))
"more"
(:green "text")]
;; after using slurp before the (:red ...) form, becomes part of the #_[] form (with the trailing ] in the comment)
(can confirm this exact case doesn't happen without parinfer mode on, which seems like a very weird bug honestly)
gonna try smartparens to give me that functionality instead
@cjhowe thanks for reporting this
i don’t understand what “slurping before” means
and I don’t understand the description of what happened—can you show what the “after” state is?
@shaunlebron i'll report in a gh issue if that's okay?
@cjhowe sounds good, thanks!