Rob Norris

Results 66 issues of Rob Norris

Hi, The change in #1175 doesn't actually change the working directory when you run from a sub-project. Relative paths are still relative to the project root; it's only when they're...

bug
integrations
task / run
task / test
sbt

The SBT setup page should include a note somewhere about disabling doc generation for Scala 3 because it doesn't quite work and it will hit 100% of library authors trying...

It would be nice if users could specify a program that will be used to configure connections allocated by a transactor, as well as configuring statements allocated by `Query/Update`.

There are probably some remaining `throws` left over from prehistory. Get rid of them because they don't work well with zio.

I saw this on Travis, compiling doobie at commit b2f02078d0162827b93a1d3408c2a9950ce477d4 under ++2.11.8. I restarted the build and it worked fine, so it's nondeterministic. I'm offering this on the chance that...

bug

In 2.13 comments evidently work differently so something like ```tut // foo 1 + 1 ``` Will report an error and then continue just fine, but it will fail the...

@milessabin asked if types could be rewritten ... perhaps by removing prefixes like `shapeless.` or `scalaz.` and then rewriting selected type constructors like (`::` and `\/`) in infix form. Would...

Would it make sense to actually parse and rewrite the AST using something like [this](https://github.com/vsch/flexmark-java)? It would enable things like inline blocks that people have been asking for.

Investigate supporting Bazel … probably similar to cbt support. /cc @johnynek

This is busywork; adjust expectations for formatting changes in 2.12 REPL. Discussed a bit in #127