Raynes / clojail

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

Can't evaluate ''#{(1)} #1

Closed amalloy closed 12 years ago

amalloy commented 13 years ago

If the code passed to sandbox contains a quoted set which contains a list, there are errors about read-eval. Moving the quote inside the set so that it's in front of the list, ie '#{'(1)}, resolves the issue. Needs more investigation to find out what's going wrong.

Raynes commented 12 years ago

I can't reproduce this anymore (assuming I ever did?). Closing.

amalloy commented 12 years ago

We did repro at some point, but I can't remember exactly what the test-case was. It's in a 4clojure Issue somewhere; i'll take a look.

dbyrne commented 12 years ago

Link to the 4clojure issue: https://github.com/4clojure/4clojure/issues/67

Raynes commented 12 years ago

I've been unable to reproduce this myself. If anybody can come up with a repro case that doesn't involve 4Clojure, please reply.