fwcd

Results 150 comments of fwcd

Looks like the 2.3 merges (e.g. 17f3c4251e675950d54afbc175d662a20695a3a8 and 302b40eefe6948a7080d1ee87bedafdf48624f69) already took care of everything in this PR (I think the code style changes were introduced during these merges since I...

Looks like Python 3.10 is shipped now.

Currently only variables in the program can be "evaluated", arbitrary expressions are not supported yet: https://github.com/fwcd/kotlin-debug-adapter/blob/7f05669b642d21afa46ac7b75307fa5d523a7263/adapter/src/main/kotlin/org/javacs/ktda/adapter/KotlinDebugAdapter.kt#L400-L412

@mitaki28 Any updates on this one? Merging this PR would really be great.

I think some of the test failures that one might encounter locally were due to using newer JDKs than supported by the test workspace Gradle causing these tests to silently...

Yeah, the dependency resolution in the (non-Gradle-workspace) tests is unfortunately quite dependent on the build environment. Currently it uses whichever Kotlin you have installed on your system as opposed to...

`tree-sitter-java` does in fact check it in ([see here](https://github.com/tree-sitter/tree-sitter-java/blob/master/src/parser.c)), but I do like the approach of `tree-sitter-swift`, that is, omitting the parser and publishing it as a CI artifact. That...

Any updates on this?

Thanks, cool work! Really happy to see this being picked up again. It has been a while since I've worked on this, so I am afraid I can't comment much...