Thilo Schuchort

Results 58 comments of Thilo Schuchort

Not really. I tested it on my own Windows 10 computer with various JDKs and it worked fine. If you have any ideas I would be grateful to hear them....

Superseded by release for 1.9.24

I'm glad to hear that you like it. In cases like this, I find it often helps to grep the Kotlin repository to look for any changes that suggest how...

I'm not sure I understand exactly what you want to do. Your KSP `SymbolProcessor` is loading a `KOMMPlugin` class via `ClassGraph`, similar to `ServiceLocator`. And now you want to pass...

It depends. If the type were `Opaque & Int`, then `val o2: Opaque = op` should compile, right? I encountered this problem mostly when writing transparent def macros and found...

Some ideas for implementing this feature: - The second parameter for EXCLUDED can be created as follows: ```scala def excluded[V[_[_]]](query: Returning.InsertBase[V[Column]])(using tableMeta: Table.Metadata[V], dialect: Dialect) = val excludedTableRef = new...

If I had to guess, it is probably related to internal changes in the compiler and/or KSP. At least I couldn't find any commit since 1.4.9 that would influence the...