Paul Draper

Results 263 comments of Paul Draper

> Promise .then() callback will be scoped to when .then() itself was called (similar to Node domains). I chose this mostly because I figured Node maintainers probably had a good...

> Just to be clear this is exactly what I'm proposing Sorry for the ambiguity. I was further justifying that. > Technically, for this specific imperative example I'd say the...

> Part of this is mentioned in #122 > Hopefully I can put some more love into #122 to solve this Meanwhile, more than a year later.... I think it...

@JonathanHenson the repo I linked has all the code. It's just a sub-100 line makefile (plus some configuration for Travis publishing to Bintray). Debian has a bunch of fancy packaging...

I am not working on this, but things to be done: 1. Compile Scala sources with [SemanticDB](https://scalameta.org/docs/semanticdb/guide.html#scalac-compiler-plugin) compiler plugin. This could be done as part of the normal compile (with...

That is usually up to the test framework. For example, the existing `//test-framework/classpath:bad` shows a truncated stack trace. ``` FAIL: //test-frameworks/classpath:bad (see /home/paul/.cache/bazel/_bazel_paul/f84776a0618f0e3dcf1c416f8fd69d56/execroot/__main__/bazel-out/k8-fastbuild/testlogs/test-frameworks/classpath/bad/test.log) INFO: From Testing //test-frameworks/classpath:bad: ==================== Test output...

bazelbuild/rules_scala is plagued by a number of compatibility and functionality issues that are not fixable without a large rewrite. The used to be a comparison to bazelbuild/rules_scala but it was...

Are there any example situations this solves?

@andyscott what's your current opinion on this approach?

Paths would be shorter without `src/main/scala` pasted everywhere :/