Alexander Perfilyev

Results 16 comments of Alexander Perfilyev

> @aperfilyev But how do you get these sources? you just clone them from https://github.com/JetBrains/intellij-community

> @aperfilyev Hm, I dislike cloning these files, although they didn't change a lot. But I will try it. I've just tried and tests fail with a different error ```...

I've asked about it in the intellij slack, waiting for a follow up tomorrow

![Screenshot 2022-09-09 at 17 54 23](https://user-images.githubusercontent.com/14963604/189379572-aaeccee5-d915-46a8-9762-a02fb905a0b2.png) This is the answer I got from Intellij folks Linked issue: https://github.com/JetBrains/gradle-intellij-plugin/issues/656 Actual changes: https://github.com/JetBrains/gradle-intellij-plugin/commit/fafb4f29fd91adacc96bda9ed4891dc160763d3d#diff-5e3ac4ace346e77ba79cb273e7d04d8827d7fd3dfec9bbcd17553992aecc3444R34

or this https://github.com/cashapp/sqldelight/blob/65449b46a89d261a4c9cd4f31b6cbfe013b4e144/sqldelight-idea-plugin/src/main/kotlin/app/cash/sqldelight/intellij/inspections/SchemaNeedsMigrationInspection.kt#L72

It seems like https://github.com/AlecKazakova/sql-psi/pull/583 is required for tests to pass