schemasafe / troy

Type-safe and Schema-safe Scala wrapper for Cassandra driver
Apache License 2.0
151 stars 14 forks source link

Switch to FastParse #121

Open tabdulradi opened 7 years ago

tabdulradi commented 7 years ago

Although the speed of scala-parser-combinators is not a challenge for Troy (since typically queries are small, one or few lines), Troy still would benifit from Fast parse's tracing feature. This should allow us to implement a user friendly error if malformed CQL has been written by users.

tabdulradi commented 7 years ago

Before we can pick this task, we need to ensure 100% coverage under cql-ast and cql-parses sub-projects.

tabdulradi commented 6 years ago

This task is on hold now. Please don't pick it up.