Sean McLaughlin
Sean McLaughlin
groovy-mode solves this completely. This can probably be closed.
I hit this as well. It makes acyclic unusable because it occurs on every compilation after the first one after an `sbt clean`.
I signed it!
Will do. I haven't dug into the java_library rule at all, so I'm not sure that step is sufficient for all cases, but being able to add native libraries in...
I'm puzzled. If I use a precompiled 'foo.dylib' file (OSX) than the java_library rule sets the path correctly. However, if I compile a C file using cc_library, the resulting file...
Submitted: #140
+1. I ran into this reusing a connection as well. v3.1
We're using Bazel, with https://github.com/johnynek/bazel-deps for our maven dependencies. There's some bug with that project that doesn't handle multiple resolvers. I'm working on a fix for that, but in the...
When I run scalac with -Xlog-implicits I see lots of these: ``` Information:(492, 32) $conforms is not a valid implicit value for com.monsanto.arch.cloudformation.model.Fn::Sub => com.monsanto.arch.cloudformation.model.Token[String] because: hasMatchingSymbol reported error: type...
I can't think of a way to do this (removing an argument from case classes) without a major version bump. Are people at Monsanto interested in this? It will require...