shaunxcode / edn-tests

common set of edn tests/large files for testing performance
4 stars 5 forks source link

Cannot Run Clojure Test #7

Open jashugan opened 10 years ago

jashugan commented 10 years ago

Seems like the valid-tests and the clj files in the platform directory are out-of-sync. I could also be doing something wrong.

nithin@tiegel ~/projects/edn-tests/platforms/clojure/runner $ lein run
Exception in thread "main" java.io.FileNotFoundException: /Users/nithin/projects/edn-tests/platforms/clojure/runner/../hash-keyword.clj (No such file or directory)
shaunxcode commented 10 years ago

aww this is because there were new valid edn forms added which had not been added to the clojure forms. Should be fixed now - I should also make it more careful about slurping and instead indicate that there is a missing file so I am leaving this open.