Giovanni Ciatto
Giovanni Ciatto
This is still there in version `2.2.12`. I noticed this happens when the last release on GitbHub is a draft.
I'm not that sure the focus is on iterators here. I posted the issue above after creating a minimal reproducing example. The original situation I've met concerns Kotlin's sequences: when...
Maybe I see your point. In the next days, I'll try to implement the second solution without affecting org.jpype (i.e. with some external jar). Maybe you could then integrate that...
That would be great for my projects as well!
Any news here? May 1st is close...
I'm getting the same problem here, with or without the daemon. I'm working on a multi-platform & multi-project project. Here's the branch I'm working on: https://gitlab.com/pika-lab/tuprolog/2p-in-kotlin/-/commits/feature/dokka-1.4
One may work around this issue by configuring the task as follows: ```kotlin task("runHelloWorld") { group = "run" classpath = sourceSets.getByName("main").runtimeClasspath main = "jason.infra.centralised.RunCentralisedMAS" standardInput = System.`in` args(file("$projectDir/helloworld.mas2j").path) } ```...
I confirm: the issue is still there with version `2.6.2`
I see. This is not actually a real Maven repository... is that a definitive solution? May I suggest to use Maven Central instead?
What's the issue there? Maybe I can help