eproxus / meck

A mocking library for Erlang
http://eproxus.github.io/meck
Apache License 2.0
813 stars 231 forks source link

Treat references as opaque in meck:contains_opaque/1 #66

Closed legoscia closed 12 years ago

legoscia commented 12 years ago

erl_parse:abstract/1 chokes on references. Make sure we don't feed it any by making contains_opaque/1 return true for anything that contains a reference.

eproxus commented 12 years ago

Nice find! Merged into develop: 5ef1670b6a2ef7dedde404ec18afc3eae8965be6