Edoardo Luppi
Edoardo Luppi
This is a mix of IntelliJ and Tycho not cooperating. You can try to delete the m2 and p2 directory under your user home directory, and reimport the project. But...
Alexander, you can try out my fork of IntelliJ if you want. As I explained in the Tycho issue you also contributed to, IntelliJ is not capable of importing Tycho...
Tho, why are you importing Maven projects? If you're using this plugin you should not work with Maven.
@kriegaex you'll have to use this plugin to configure PDE projects inside of IntelliJ, without importing Maven projects. You'll use Maven from the command line to build as usual.
That testing code is a bit convoluted. It's been done like that to support multiple targets obviously, but if we can find a better and more integrated way of performing...
That's also why I'd like to use something that works out of the box. Probably a mix of Gradle tasks to read descriptors and KotlinPoet to generate the test files/functions...
I've seen @mike-lischke published a new utility called [antlr-tgen](https://github.com/mike-lischke/antlr-tgen). It looks look we could use it to run the runtime tests on this repo.
@mike-lischke thanks for the clarification. I thought that because you allow using arbitrary template files to generate the test cases, it could work with custom Kotlin ones. > The generation...
> It will still generate parsers (because that's not optimal, maybe I should allow to skip this step?), but you can ignore the generated files and generate them again with...
Vouch for this. We'd like to add `wasmJs` and `wasmWasi` as test targets.