broadinstitute / wdl4s

Scala bindings for WDL
3 stars 5 forks source link

Split out CWL JSON parsing into its own subproject #220

Closed danbills closed 7 years ago

danbills commented 7 years ago

Circe automatic derivation takes dozens of seconds to compile code. This makes rapid development untenable.

Workaround: we could use is to move everything JSON-related into a subproject that depends on the object model. This would allow rapid development and testing of CWL -> WOM.

danbills commented 7 years ago

closing in favor of commenting on #156