Stefan Zeiger
Stefan Zeiger
I don't understand why the benchmarks are failing in CI. I added the new class to the existing benchmark project so it should be found. I was not able to...
Oh, it's the "benchmark against develop branch" step that fails. This seems to be the usual undercompilation bug of sbt-jmh. It usually needs an explicit clean when you remove a...
Should this be fixed in https://github.com/sbt/sbt/blob/78f9b318e2d13e9bdffb8661c2dc4bd451db521e/internal/util-logging/src/main/scala/sbt/internal/util/ConsoleAppender.scala#L600 instead? sbt's loggers do not support formatting and ConsoleAppender always appends an empty argument list so it would make sense to make this explicit...
Assigning to backlog to reconsider for 2.14
After hitting this in our codebase we've also run into a similar case where a static method of a class was imported via `import static` and subsequently used in the...
Assigning to backlog to reconsider for 2.14
A simple implementation I hacked together on the train just now : https://github.com/scala/scala/compare/2.13.x...szeiger:wip/sourcecode
Sorry, I must have missed this. Yes, we should use this (in fact, I'd like to add better support for connection pooling to the core, but an example would be...
It would be great if you could publish this example as an Activator (http://typesafe.com/activator) template instead. We're trying to get rid of slick-examples for 2.1 and replace it by individual...
Agreed. Assigning Chris to this.