Skip to content
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

Update PrepareError allocations (*) #611

Merged
merged 1 commit into from
Oct 9, 2024

Conversation

cjpatton
Copy link
Collaborator

@cjpatton cjpatton commented Oct 9, 2024

Wherever we have extension points in the protocol, we should reserve a 0 for testing purposes. We've done this for upload extensions and batch modes, but failed to do so for prepare errors. This is relevant because future DAP extensions might need to register prepare errors.

Reserve 0 and shift all remaining codepoints by 1, except for those following 6, which was allocated in a previous draft but earmarked for deletion in a future draft.

Wherever we have extension points in the protocol, we should reserve a
`0` for testing purposes. We've done this for upload extensions and
batch modes, but failed to do so for prepare errors. This is relevant
because future DAP extensions might need to register prepare errors.

Reserve `0` and shift all remaining codepoints by `1`, except for those
following `6`, which was allocated in a previous draft but earmarked for
deletion in a future draft.
@cjpatton cjpatton merged commit c784807 into main Oct 9, 2024
2 checks passed
branlwyd added a commit that referenced this pull request Oct 10, 2024
branlwyd added a commit that referenced this pull request Oct 10, 2024
@branlwyd branlwyd mentioned this pull request Oct 11, 2024
20 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants