liberator icon indicating copy to clipboard operation
liberator copied to clipboard

Drop dependency on compojure for liberator.dev

Open bagl opened this issue 10 years ago • 3 comments

When I try to use liberator.dev and start repl I get the following error

#<FileNotFoundException java.io.FileNotFoundException: Could not locate compojure/core__init.class or compojure/core.clj on classpath: >

It goes away when I include explicitly compojure in my project.clj file. I think that compojure should be included in dependencies of the liberator project then...

bagl avatar Mar 01 '14 21:03 bagl

Thanks for the report. This is for sure an annoyance. I would like to rather drop the dependency on compojure than including it by default.

ordnungswidrig avatar Mar 03 '14 12:03 ordnungswidrig

This is certainly a better idea!

bagl avatar Mar 03 '14 12:03 bagl

Is there any automated way to test the dev.clj? I've put together routing with regex url segments in 20 LOC, but I am afraid to poke the code without tests...

bagl avatar Mar 08 '14 18:03 bagl