Alexandre Archambault

Results 511 comments of Alexandre Archambault

https://github.com/coursier/coursier/pull/2541 made that easier, but its changes need to be documented.

Includes https://github.com/com-lihaoyi/mill/pull/3608 and https://github.com/com-lihaoyi/mill/pull/3643 for now

On hold because: - this breaks binary compatibility (although this could be overcome with some refactoring) - IntelliJ doesn't use the extra data we add in BSP responses yet, so...

So it seems this breaks when using Scala 2.12, but not when using 2.13: ```text $ ./mill 'tests.jvm[2.12.20].test' "coursier.tests.CentralTests" # fails $ ./mill 'tests.jvm[2.13.15].test' "coursier.tests.CentralTests" # succeeds ``` Might involve...

Don't know if you rely locally on the more detailed versions. They're really a loss of time for me.

I tend to create small commits and rebase a lot during development (to make sense of the changes, even though I only push incremental "fixup" commits now 😅), so `{stable-tag}-{commit-count-since}-{commit-hash}-SNAPSHOT`...