CoNarrative / precept

A declarative programming framework
MIT License
657 stars 33 forks source link

Issue 88: Add examples as own projects in examples folder #89

Closed alex-dixon closed 7 years ago

alex-dixon commented 7 years ago

Problematically, #79 showed an error that only surfaced at runtime in the todomvc example. As a result of the changes here, it seems like we won't be able to find these errors as easily, because the examples depend upon a version of Precept on Clojars. We could potentially lein pom and uberjar, but fundamentally we shouldn't have to use an example project to detect runtime errors in cljs. Hopefully we can have a test setup that would give us the same result. Any input on this would be appreciated. We have #61 open for CLJS tests in general.