mushtaq
mushtaq
Given that macros will need rework after Scala-3, our team has decided to not implement any in our projects. (But library macros are kosher :-) I thought this will be...
You are right about the blogpost, thanks. Our team will soon write it up.
On Mon, May 13, 2013 at 12:33 PM, Mikko Peltonen [email protected]: > transitiveClassifiers in Global := Seq() Thanks for the hint. Trying the above setting gives me error that classifiers...
Thanks for the suggestion, implemented on the existing projects. On Sat, Jun 8, 2013 at 8:31 PM, Ben Hutchison [email protected]: > The javadoc is typically much more bulky and less...
Maybe eventually, not right now.
I am experimenting with using snowpack with Scala.js. You can try this [example project](https://github.com/mushtaq/scalajs-snowpack-example). `sbtn` makes it really easy to emulate what `tsc` template does. The example allows to mix...
@retronym , if it becomes a phase of Scala3 compiler, will it be possible for a method (not value) to return a T instead of Future[T] by using a top...
Now that Scala 3 is out, is there any decision on porting this lib? @retronym
Good to know that @retronym! This will help a lot of projects to upgrade to Scala 3.
A gentle reminder that someone is eagerly awaiting the Scala 3 port :)