Naftoli Gugenheim

Results 591 comments of Naftoli Gugenheim

It's not metadata. They are different artifacts. They are parallel paths of development.

This is the same way that cross publishing for Scala versions and Scala.js versions works.

Regarding alternatives, doesn't JavaScript allow you to write case 1, 2? On Aug 22, 2013 12:14 PM, "Alexander Nemish" [email protected] wrote: > - Don't generate block for single statement >...

Alternatively, jscala might push all annotated definitions to a queue, and then the application could just output all the definitions in bulk, without having to request them by name. Another...

Personally I'd prefer, rather than (or before) a jsfiddle-like site, a "sandbox" on the main site, like many languages have on their website. But I don't see it as a...

Cf. http://www.scala-js-fiddle.com/

Was that a complement on my other bugs? :) Thanks! On Fri, Oct 25, 2013 at 5:39 AM, Alexander Nemish [email protected]: > Oh, it's so boring :) I'll fix it...

Is it supposed to work if I nest the case classes inside the sealed trait's companion? ```scala @JsonCodec sealed trait A object A { case class A1(x: String) extends A...

I only started getting this now on scala 2.13.5. Did something change?

I need something in between or different: an upgrade guide, or an SQL grammar diff. I'm maintaining a library that generates SQL in different dialects, and tests are failing with...