Francesco Zanini

Results 24 comments of Francesco Zanini

Understood. What's the policy for Pkl on supporting older Java versions? Is it "last two LTS versions"?

I guess we should move this to a discussion as we're already diverging from the original issue. I personally find value in embedding the interpreter in apps, to be able...

Thanks @afh, all suggestions applied.

Which version of `sbt` are you targeting? Or which branch of nixpkgs? It could be that the Scala tooling is writing non-reproducible files (this project for example removes some timestamps...

Have a look at the source of this project: https://github.com/zaninime/sbt-derivation/blob/master/lib/dependencies.nix#L66 - fundamentally `sbt-derivation` is nothing more than a fancy wrapper around a few bash scripts that: 1. run sbt to...

Great to hear. Feel free to reopen this otherwise!

Have a look at https://github.com/zaninime/sbt-derivation/issues/24, too. Let's see if that's the same issue.

Hello! Thanks for the kind words! First of all, I'm mostly using this project in combination with https://www.scala-sbt.org/sbt-native-packager/. Alternatively I make uber jars, which simply end up being in the...

Right, the previous suggestion didn't work because sbt-derivation overrides the ivy folder location to one that is then zipped (to store the dependencies). Your example looks good! I'm open to...

Thanks for your contribution! I'm wondering if there's more (thinking) to be done before getting this merged. I have a couple questions on top of my mind: - How should...