piprate / json-gold

A JSON-LD processor for Go
Apache License 2.0
259 stars 30 forks source link

Fix #27: recursive context inclusion error #28

Closed kazarena closed 4 years ago

kazarena commented 4 years ago

The code wasn't making a copy of the list of remote contexts it already processed. As a result, if the same context was included twice, it was breaking with recursive context inclusion error.