-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix issue 622 #623
Fix issue 622 #623
Conversation
gkellogg marked as non substantive for IPR from ash-nazg. |
pchampin marked as substantive for IPR from ash-nazg. |
This was discussed during the #json-ld meeting on 15 January 2025. View the transcriptw3c/json-ld-api#623<gb> Pull Request 623 Fix issue 622 (by multimeric) bigbluehat: it looks like a white space reformat gkellogg: it should have a change class label. TallTed: it's more than just white space. <niklasl> It says to fix w3c/json-ld-api#622 which is labelled class-3 <gb> Issue 622 Issue with Step 6 of `9.4.1 LoadDocumentCallback` (by multimeric) [spec:bug] [ErratumRaised] [class-3] bigbluehat: good point niklasl. gkellogg: this is class-2, it is not substantive. TallTed: I disagree. The previous one said "X hold. reject", now it says "IF X holds, then reject". gkellogg: ok, yes, it is class-3 pchampin: I'm a bit concerned we say this is both non-substantive + normative gkellogg: we need to mark it back as substantive pchampin: I'll see what I can do. bigbluehat: ok, let's wait for their response. gkellogg: we need some tests for this. <gkellogg> w3c/json-ld-api#622 <gb> Issue 622 Issue with Step 6 of `9.4.1 LoadDocumentCallback` (by multimeric) [spec:bug] [ErratumRaised] [class-3] bigbluehat: anyone willing to write tests? [crickets] bigbluehat: ok, I'm marking it as "needs-test". |
thanks @multimeric for the IPR commitment. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added Candidate Correction markup and a log entry.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is a spurious change in the "changelog" section, which should be removed from this PR.
Otherwise, LGTM.
index.html
Outdated
<li>2025-01-25: Correct some corner cases in transforming RDF Number Literals | ||
to JSON numbers when <a data-link-for="JsonLdOptions">useNativeTypes</a> is `true`, | ||
as described in <a href="#change_5">Candidate Correction 5</a>.</li> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<li>2025-01-25: Correct some corner cases in transforming RDF Number Literals | |
to JSON numbers when <a data-link-for="JsonLdOptions">useNativeTypes</a> is `true`, | |
as described in <a href="#change_5">Candidate Correction 5</a>.</li> |
I suspect this has leaked from another PR, right?
It should probably be removed from that one.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was added in 3b0a95c which I didn't make. Do you want me to fix it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added it to simplify a future merge, otherwise, it will lead to a conflict. If we do the PRs in an appropriate order, these will mesh together.
Co-authored-by: Ted Thibodeau Jr <[email protected]>
Closes #622.
Preview | Diff