Jean-Baptiste G.
Jean-Baptiste G.
In case you would find it useful, here is the gist of the api I'm using to control snapshot creation : ```scala /** Control how the a snapshot is stored,...
This PR is probably unnecessary: I did not realized that the flake `hydraJobs` attribute can be a function and receive the same `inputs` attribute set as `release.nix`. The only issue...
This issue was the cause for merging a build regression in https://github.com/input-output-hk/plutus/pull/4871#issuecomment-1266613546
You may be interested in https://github.com/derive4j/derive4j that does exactly that.
Can you try `master` on this repo on https://github.com/jbgi/cyclops-react and do a ` ./gradlew compileJmhJava compileTestJava` then a "Refresh all gradle projects" in Idea then finally "Rebuild Project". It kind-of...
@johnmcclean-aol after that I also did a `./gradlew clean` and a "Rebuild Project" via intellij and it worked. Strange this is not working for you.
but after a "./gradlew clean" there should be no "class files generated by javac called via Gradle" left, no? will check in more details tonight though.
Right, in fact I think the uniformity could be enforced without configuration, by taking the first encoding found as the norm for all subsequent classes to be processed. But the...
> How's that ? I don't understand. I mean: users may want to enforce uniformity across multiple projects.
Replication a comment that was in the wrong issue: I think the hkt processor should generate one Narrow class per package, and an annotation in the package-info class could be...