Fork me on GitHub
#parinfer
<
2017-08-09
>
mikeb01:08:02

A heads up guys on the atom package in case other users are having problems, I upgraded today, and at first it didn't appear to install after restart and still showed as an available update. Also both the old and new version of the package were in packages list. This might cause some people problems, but not sure because I didn't use before un-installing the prior version. I'm on linux(solus) and the case of the name may be the cause?

cfleming02:08:51

@shaunlebron I’ve just pushed some more changes. All paren mode tests now pass, and there’s one failing smart mode case.

cfleming02:08:14

So there’s now just one failing indent case (the one I asked about yesterday) and one smart mode.

cfleming02:08:46

I can’t figure out the smart mode one - it seems to be to do with how forms are pulled along with siblings, but I’m not sure.

cfleming02:08:54

The indenting stuff for smart mode is pretty subtle, I’m not 100% convinced I have that right yet - the tests aren’t as comprehensive as for indent or paren modes yet, and there are only a couple of tests for the changes stuff.

cfleming02:08:20

When we have this working it would be good to get it into the demo editor to get a better feel for how it’s working and to shake out any more bugs.

shaunlebron04:08:40

@cfleming: thanks for the update. I suppose it makes more sense to do the ‘great test overhaul’ first. chris convinced me to build a better testing framework that makes it easier to add more comprehensive tests outside of the markdown docs

cfleming04:08:52

@shaunlebron Ok, let me know how you’d like to proceed.

cfleming04:08:37

I’d like to try to fix the remaining tests so at least this version is in a known state, and then I’ll run it against future tests as they become available.

cfleming04:08:11

If there are more changes to parinfer mainline I can try to keep this version up to date too.

cfleming04:08:34

When those tests pass I’ll probably port to Kotlin at that point to begin testing in Cursive.

shaunlebron04:08:41

I’ll commit to freezing new parinfer features in core for now, and will just respond to issues from the increased test coverage and user feedback on smart mode

cfleming08:08:36

Thanks, sounds good.

cfleming23:08:42

@shaunlebron In my branch I’ve updated the demo editor to use the edits version.

cfleming23:08:53

Only very superficial testing so far, but it looks good.

cfleming23:08:28

I have to head out for a couple of hours, I’ll play around with the cases that were problematic from the tests and see if I can get them to act differently to the official version.

shaunlebron23:08:27

good idea, playing with it my reveal some details on why they’re breaking

shaunlebron23:08:17

I’m in full marketing mode for the new page, and trying to prevent burnout so I don’t think I can help with this edits feature until I’m done with the page next week

shaunlebron23:08:11

the changes were small in code, but seem to be large in implications, and really cause some conceptual changes that I’ll have to really sit down and think about