Seth Tisue
Seth Tisue
fixes scala/bug#12632 This might affect anyone who has scala-compiler in their dependencies. As discussed on the ticket, it is likeliest to affect the sbt 1.x plugin ecosystem. draft to see...
I got curious how painful this would be, and whether there would be false positives. I didn't see anything I would consider a false positive. (Except for `StringBuilder`, which Som...
``` #!/usr/bin/env sbt -Dsbt.version=1.5.0-M1 -Dsbt.main.class=sbt.ScriptMain -Dsbt.supershell=false -error /*** scalaVersion := "3.0.0-M3" */ println("hello, world!") ``` fails with ``` [warn] bad option '-Xscript' was ignored [error] -- [E080] Syntax Error: /Users/tisue/.sbt/boot/07c2862c258f638e2292/src_managed/Users/tisue/Dropbox/bin/so4nu.scala:1:0...
I would like to understand better how this compares to ScalaCheck. I suspect other prospective users would like that as well. Two possible models for such a doc section: https://github.com/travisbrown/circe#why,...
some WIP on this is at #51 if someone wants to finish it up. @jrudolph concluded "doesn't seem particularly useful on reasonably sized code bases, takes dot ages to generate...
I think this is the number-one feature that would make Sculpt more usable and adding it wouldn't be a huge or tricky project. the existing code that starts with the...
as @jvican observes, > this is quite old (2 years ago) and some changes have happened in Zinc regarding type dependencies that may be need to be duplicated here (i...
(this came up when I gave my Sculpt talk in Chicago. can't remember who suggested it) it would be really nice if when you aggregate at the class level or...
I have mixed feelings (leaning towards negative) about the extensive use of infix notation in the book for code like: circle(10) beside square(20) beside square(30) my impression is that the...
there are a lot of missing or glossed-over steps and choices to make. I've used IntelliJ and Scala before, but regardless, I found these instructions difficult to follow and I...