Chris Hodapp

Results 8 issues of Chris Hodapp

First, please read the commit message: Note: Scala reflection in Scala 2.10 is NOT threadsafe. As a result, we need to be very careful about how we do things. This...

This is the 2.11-requiring version of https://github.com/wg/jacks/pull/23. It has JacksMapper use TypeTags instead of Manifests and does not require jacks-managed locking for reflection. Due to the fact that it adds...

This contains fixes and tests to address two issues with case class serialization in jacks. First, case classes in the root package cannot be serialized. This is because their scalap...

Right now, conscript searches for launchconfig files using the pattern "^src/main/conscript/([^/]+)/launchconfig$". The problem with this is that it's too inflexible. I personally think that launchconfig files are not part of...

Enhancement

First, a REPL transcript: ``` Welcome to Scala 2.12.1 (OpenJDK 64-Bit Server VM, Java 1.8.0_121). Type in expressions for evaluation. Or try :help. scala> import com.softwaremill.macwire.wire import com.softwaremill.macwire.wire scala> class...

See this comment: https://news.ycombinator.com/item?id=34495922

Not a _huge_ deal but it would be very helpful because constraint-solving with macro-paradise means that unless a 2.12.8 is released, users of both are stuck on 2.12.2. Ref https://github.com/typelevel/scala/issues/180

The algorithm for checking for cycles in build-internal dependencies calculates dependencies at the project level, but in fact the dependencies are per-configuration. Here's a tiny build that shows what I...