hjsonschema icon indicating copy to clipboard operation
hjsonschema copied to clipboard

Canonical dereferencing test failure

Open seagreen opened this issue 7 years ago • 2 comments

The latest version of the language agnostic test suite gives a failure due to this issue: https://github.com/json-schema-org/JSON-Schema-Test-Suite/issues/175

seagreen avatar Jan 16 '18 02:01 seagreen

Should version the latest test suite anyway, and add the failing cases to skipTest in test/Shared.hs.

seagreen avatar Jan 16 '18 02:01 seagreen

Also the $ref handling code is shaky in general, using type aliases and appending strings together instead of using actual URL and URL relative path data types.

seagreen avatar Mar 17 '18 21:03 seagreen