Raynes / clojail

A control freak's best friend
Eclipse Public License 1.0
213 stars 27 forks source link

Fix issue with losing defs when calling evaluator #3

Closed pbostrom closed 11 years ago

pbostrom commented 11 years ago

A new symbol for the tester was being def'd every time the evaluator was called, which was causing user defs to be wiped once max-defs was reached.

Raynes commented 11 years ago

Pulled and released. Very good work tracking this down. Clojail isn't exactly an easy project to dig into.