gfredericks / vcr-clj

Generic IO playback for clojure
117 stars 20 forks source link

`with-cassette` can only be supplied options via a map literal #19

Closed gfredericks closed 7 years ago

gfredericks commented 7 years ago

this is actually impossible to fix with the current API, since you can't know whether the first arg is a map without evaluating it, but you can't legally evaluate something that might be part of the body without setting up recording.