Closed c42f closed 1 year ago
@c42f do you think it might make sense to just disable those tests for older Julia versions?
Yea. I was working on doing that in a surgical way, but I'm really not sure it's worth the effort at this point, to be honest.
Older Julia versions have some weird placing of line number nodes and some bugs in the reference parser (eg broken triple quoted string deindentation) which make comparison with the reference parser from those old versions quite annoying.
Hurray! Could you also tag a new release?
My plan is to start incorporating this into the language server, simply for the nice syntax error messages. Does that sound good to you?
Sounds great to me!
New release tagged: https://github.com/JuliaRegistries/General/pull/76003
Mostly just compat changes here, adding a bunch of Base utility functions we use which don't exist in earlier Julia versions.
There's still a few failures in the extended tests, probably due to differences in line number node placement and the like in the reference parser.
Fix #180