Anton Sviridov
Anton Sviridov
> currently **when upgrading** to CE 3.4.1 Don't misquote me :P
Agree with Seth and Arman. Given that people have taken to backpublishing their libraries under same versions but for Scala 3, it's not a good world where you suddenly compile...
We have `--cwd` parameter which supports that, just need to be documented (I believe it's provided by Moped implicitly?)
YES YES YES PLEASE This would be so much better than the [several formats](https://gist.github.com/keynmol/bc685df15b015feef01c07f213e585fb) currently enabled by 3 different flags
While I was trying to nerdsnipe @mpilquist into doing this, following links were thrown around: 1. Basic intro JMX: I'm just going to keep adding - here's an example of...
To summarise the chat we're having on Discord: I can't produce the log message with sbt-revolver, which is the only reasonable usecase where people would want to see this message....
I was sent here by @valencik for similar reasons: ```scala import munit.* class Tst extends FunSuite { test("hello") { assume(false, "oh noes") fail("") } } ``` ``` > scli test...
I don't see it as blocking - semantically it does what you'd expect - ignores the tests. Just a matter of rendering. Can always be adjusted later.
> I think the idea has legs But you also like custom classloaders and various other dangerous things :P I've come to tentatively accept ServiceLoader approach because it's used in...
Just to bump it - there's a CLI based on Scaladex APIs: https://github.com/neandertech/dexsearch A natural language search over descriptions AND a search over just library names would be ace.