Dennis Rieks

Results 5 issues of Dennis Rieks

Hello Arrow Team, I started a new AST-Parsing Library `kotlinx.ast` (https://github.com/kotlinx/ast) that can be used to read Kotlin source files into easy to use data classes (using [antlr-kotlin](https://github.com/Strumenta/antlr-kotlin) and the...

Hi, I'm trying to implement a custom event function in a class extending `QApplication`. ``` public native @Cast("bool") boolean eventFilter(QObject watched, QEvent event); ``` When overriding this function in java,...

bug
enhancement
help wanted

These files are currently not included in `SelfTest.kt` because the processing does not finish within a reasonable time: * KotlinLexer.kt * KotlinParser.kt * UnicodeClasses.kt

bug
enhancement

I'm not working on this, but we should prevent duplicate work, so I'm just mention it here for now.

Hi @kropp, I updated the sample project to kotlin multiplatform and changed it so it depends on the gtk3 project. `PlacesSidebar.onOpenLocation` is missing and commented out in `fileManager.kt`. I moved...