Alexandre Archambault

Results 139 issues of Alexandre Archambault

Right now, jvm-repr is published via jitpack. This requires not only direct users of the library to add jitpack to their repository list, but also _transitive_ users to add it...

In particular, with Scala.JS projects, it pulls JVM libraries… Maybe we should just leave `mimaPreviousArtifacts` empty for Scala.JS projects.

This PR allows to have `$` signs appear in class names inside patterns, like ```java Rule rule = new Rule(); rule.setPattern("org.something.Test$1"); rule.setResult("shaded.@0"); ``` (renames `org.something.Test$1` to `shaded.org.something.Test$1`). It cautiously escapes...

See https://github.com/alexarchambault/ammonite-runner/pull/154 for context. Leaving this as a draft for now, for a lack of proper way to deprecate apps.

Not sure it's used much at this point…

(Not sure I'll merge as is… Just checking if the CI runs fine.)

It seems `publishLocalSigned` fails on newly created projects, where `publishTo` is left to its default value (`None`). Whereas `publishLocal` is fine. `publishTo` shouldn't be used, nor required, to publish stuff...