Skip to content

Fix jsonld parsing#153

Merged
Ostrzyciel merged 6 commits intomainfrom
GH-102/fix-jsonld-parsing
Jul 11, 2025
Merged

Fix jsonld parsing#153
Ostrzyciel merged 6 commits intomainfrom
GH-102/fix-jsonld-parsing

Conversation

@niegrzybkowski
Copy link
Contributor

@niegrzybkowski niegrzybkowski commented Jul 11, 2025

Closes #102

I believe the bug was caused by the fact that the stream wasn't flushed properly when reading jsonld. I don't know how it worked with all other formats however.

I make containsAll tests check their results in RdfToJellySpec, they would have caught the issue. I also add a small AOT test for reading jsonld specifically.

AOT builds were also affected by charset issues, in this PR I add charsets, we should trim them down sometime down the line.

@niegrzybkowski niegrzybkowski linked an issue Jul 11, 2025 that may be closed by this pull request
@niegrzybkowski niegrzybkowski marked this pull request as ready for review July 11, 2025 13:44
@niegrzybkowski niegrzybkowski self-assigned this Jul 11, 2025
Copy link
Member

@Ostrzyciel Ostrzyciel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice work! One comment.

@Ostrzyciel Ostrzyciel enabled auto-merge (squash) July 11, 2025 14:02
@Ostrzyciel Ostrzyciel merged commit 36cee73 into main Jul 11, 2025
7 checks passed
@Ostrzyciel Ostrzyciel deleted the GH-102/fix-jsonld-parsing branch July 11, 2025 14:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

JSON-LD parsing error

2 participants