Fork me on GitHub
#parinfer
<
2017-08-15
>
mattly18:08:51

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

mattly18:08:02

when it works, it's nice

mattly18:08:05

when it doesn't, well

mattly18:08:17

more than once now it'll take a form like

mattly18:08:50

and turn it into

mattly19:08:08

I'm not entirely sure how to reproduce

rgdelato19:08:03

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?)

mattly19:08:05

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

mattly19:08:13

it also happened on that snippet in particular

mattly19:08:31

Atom says I'm running the latest

mattly19:08:37

I think it's something to do with parinfer

cfleming22:08:57

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

cfleming22:08:37

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.

shaunlebron23:08:50

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

shaunlebron23:08:44

id take a pr to help reporting how to repro steps