Alexandre Archambault

Results 462 comments of Alexandre Archambault

I kind of agree with that. I guess I used pascal case at first when case-app was partially resting on reflection, which made me stumble on the Java convention for...

About `@AppVersion`, it could be practical to be able to provide its value at runtime, to be able to use the values provided by sbt-buildinfo for example (although these could...

You mean https://github.com/sbt/sbt-assembly ? ;-)

Ah my bad, I though sbt-onejar was doing exactly the same thing as sbt-assembly. They actually seem to differ a very little bit (onejar doesn't really blend the dependencies together,...

And how does this project differ from https://github.com/pantsbuild/jarjar/?

I guess this must be fixed, as scalafix now depends on coursier-interface rather than coursier-small.

This would be interesting in the context of developments I work on right now. In particular, using a named socket to connect to the bloop CLI would make it easier...

> This means we would need to move Metals and Bloop on JDK 17, right? I would be ok with that, but I would do it as a first step....

Thinking about this, we could even go as far as removing the bloopgun modules. When moving bloop-rifle from Scala CLI to a repository of its own, it should be rather...

In the short term, we could also stop publishing a shaded bloopgun module. Not sure which projects require such a module. Bloopgun doesn't have that many dependencies, and these could...