parinfer 2017-08-15

so I finally tried out smart-mode this morning for a bit

when it works, it's nice

when it doesn't, well

more than once now it'll take a form like

and turn it into

I'm not entirely sure how to reproduce

does it occur when you indent a large block? I think that's an error I saw a while back because it was trying to process each indent in sequence (though I also recall that being fixed?)

it happened recently on a very large block, which prompted me turning it off and posting the above 🙂

it also happened on that snippet in particular

Atom says I'm running the latest

I think it's something to do with parinfer

I almost have the Cursive integration of v3.10 ready for a dev build release, just working on the integration of edits and details like prevCursorX/`Line`.

Reading the above, I’m thinking I need to capture perhaps the last 20 applications so users can send a useful bug report if they don’t mind sharing their code.

@mattly i notice that happening with atom vim mode when i indent using >

id take a pr to help reporting how to repro steps