gazpachoking / jsonref

Automatically dereferences JSON references within a JSON document.
http://jsonref.readthedocs.org
MIT License
122 stars 28 forks source link

Switch to using wrapt proxy? #27

Closed gazpachoking closed 5 years ago

gazpachoking commented 6 years ago

Getting the transparent proxies right is a bit complicated, and there have been some testing inconsistencies (especially pypy.) I'm wondering if using the wrapt version (https://wrapt.readthedocs.io/en/latest/wrappers.html) would be more stable/tested/well maintained rather than staying with my custom one. If anyone using this has any feelings one way or the other, let me know.

gazpachoking commented 5 years ago

I looked in to this a bit, and transitioning didn't seem quite as simple as expected. Closing this for now unless someone has some inspiration.