gfredericks / vcr-clj

Generic IO playback for clojure
117 stars 20 forks source link

Support custom data-reader tags #11

Closed clyfe closed 6 years ago

clyfe commented 8 years ago

When doing generic io record/playback custom tags may be used when serializing, and deserialization might fail. Please allow option to provide custom tags to the edn reader.

gfredericks commented 8 years ago

This would just be adding something to the API that would end up customizing this line, is that correct?

clyfe commented 8 years ago

Yes, that's correct.

gfredericks commented 7 years ago

If I changed it so that clojure.core/*data-readers* was used, would that be sufficient?

gfredericks commented 7 years ago

I just created a branch at #20 that does this.

gfredericks commented 6 years ago

This feature was added by #26.