Graham Lea

Results 13 comments of Graham Lea

I achieved this by adding a COMMENT token at the top of my Grammar instance that is ignored: `val COMMENT by token("//.*".toPattern(Pattern.MULTILINE), ignore = true)`

Sorry, but that code is over 3 years old now, though, in theory, it should “just work” because the man dependencies are versioned. Try doing it on the command line...

Committed tests to CoercionSpec but can't figure out how to implement it just yet. See: http://stackoverflow.com/questions/8370970/is-it-possible-to-find-the-source-of-a-scala-enumeration-subtype-based-on-a-decl

The Coercion component currently doesn't work correctly with Scala 2.9 due to a bug in the Scala 2.9.1 compiler, so building against 2.9 will have to wait for that to...

Here's some logs. What you'll be looking for will be near the end, but I've included a couple of successful iterations (where a delete didn't cause the error to occur...

`containsAll(*listOf(...))` doesn't event work for me. Need to put `.toTypedArray()` on the end too. Deal-breaker. :(

I think it would make sense to make all Props classes `data` classes, especially due to the `copy()` function it would make available. I can see a use for making...

I just stumbled upon this while looking for something else, and I can't believe this is how it works. There also seems to be no indication of this behaviour [in...

Hey, thanks for picking this up, Kiran. It's been a while, but I've had another look at the telemetry (coming from a client's system, not mine). I can't find exactly...