Cies Breijs
Cies Breijs
This is part of the v5 release that will soon be (pre-)released on the marketplace in a new organization. We'll close this issue when it has proven to work.
It seems to be fixed in v5. It's not yet on the Marketplace, but in the README of this project you find the instructions for installing is manually. Download it...
Changes proposed by this PR have largely been caught up with in `master`. I'm closing it.
Hi @ishmum123 ! I'm taking over the stewardship of this repo, are you interested in putting more work into this branch?
Seems to be related to #802
Hi @dillonkearns ! Are you still working on this, or can I close this issue. (maybe you can close it yourself explaining where you stalled)
Hi @dillonkearns ! I took over the stewardship of this repo. I find this PR nice to merge. Do you want to address the point @ajalt made and extend on...
On YouTrack (see the link in the issue) we read the following comment from Dmitry Petrov: > As a workaround, I'd recommend extracting some deeply nested subtrees into separate methods....
So I made a small change to `kotlin/visit.kt`: ```kotlin inline fun T.visitTag(block: T.() -> Unit) { consumer.onTagStart(this) this.block() // removed the exception handling, hoping to speed up compilation of our...
I change the title, but I still believe that in it's current shape this library should warn for slow compile times (somewhere in the README). It is slow to a...