Jon Pretty

Results 123 comments of Jon Pretty

What JDK testing is required? Anyway, the point of having 30 JARs is so that you don't need to include all of them. E.g. eight of them are choices of...

Thanks for the report, @juanjovazquez! We've shifted development to a complete rewrite called [Xylophone](https://github.com/propensive/xylophone) which avoids several of the fundamental problems with Rapture XML, though we haven't yet got the...

Yeah, that's definitely a Rapture issue with the substitution. If I recall correctly, it serializes `res33` to a `String` then substitutes it into the expression. This means that the serialization...

Not really... the build file still has about ten lines for each module (of which there are about 40).

@dwijnand recommended this: https://github.com/sbt/sbt-javaversioncheck

As @sscarduzio mentions, the intention is to use the same API for both synchronous and asynchronous backends. The current implementation is based on `java.net`, so only allows synchronous operation, which...

I'm contemplating writing a Javascript module-selector for the website. which will produce a list of dependencies for you. I don't want to, but I think it might be necessary...

No, it doesn't. It's quite basic. I think what you've done with ScalaTest is fine for now. There might be an opportunity to improve the API later, but it's not...

This definitely used to work. I'll try to work out what's changed...

After discussion with @jvican, we worked out that the nature of the ZIP file format makes this a bit more complex to implement than we thought... We have an API...