Gary Fredericks

Results 21 issues of Gary Fredericks

When I tried to use this for the first time, I got the error: ``` Method code too large!, compiling:(/tmp/form-init8994061610506342078.clj:1:982) ``` and glancing around the code I noticed that the...

I'm not sure under what circumstances this occurs, and couldn't get an easy-to-reproduce case, but I was decompiling something produced by the clojure compiler (one of the init classes for...

I don't have much personal stake in this, but it occurred to me that it might be possible to allow calling eval safely by redeffing eval to defer to clojail....

I haven't looked into this too much, but I was following the README example for defining environments in the project.clj, and it would not work until I changed the env...

Compare `(do (break!) 42)` with `(do (break!) (break!) 42)`.

`(schema->gen BigDecimal)` returns a generator of floats, when I'd prefer that it would crash because it doesn't know how to generate `BigDecimal`. The reason it does this is because the...

I think `lein ancient upgrade` should have non-zero exit code when the tests fail. Currently what happens is that the test-failing code goes through `leiningen.core.main/exit` with the flag set causing...

Is it technically feasible for ancient-clj to provide date metadata for releases? This would allow me to implement something like: > only report a dependency as old if there are...