Editorial: fix some minor editorial convention violations#3805
Open
michaelficarra wants to merge 3 commits intomainfrom
Open
Editorial: fix some minor editorial convention violations#3805michaelficarra wants to merge 3 commits intomainfrom
michaelficarra wants to merge 3 commits intomainfrom
Conversation
michaelficarra
commented
Apr 8, 2026
| 1. If _E_ and _D_ are not the same Shared Data Block event, then | ||
| 1. If it is not the case that both _E_ happens-before _D_ in _execution_ and _D_ happens-before _E_ in _execution_, then | ||
| 1. If _E_ and _D_ are both WriteSharedMemory or ReadModifyWriteSharedMemory events and _E_ and _D_ do not have disjoint memory ranges, then | ||
| 1. If _E_ is either a WriteSharedMemory or ReadModifyWriteSharedMemory event, _D_ is either a WriteSharedMemory or ReadModifyWriteSharedMemory event, and _E_ and _D_ do not have disjoint memory ranges, then |
Member
Author
There was a problem hiding this comment.
I think this one actually read ambiguously and I'm really happy to be getting rid of it!
|
The rendered spec preview for this PR is available as a single page at https://tc39.es/ecma262/pr/3805 and as multiple pages at https://tc39.es/ecma262/pr/3805/multipage . |
linusg
approved these changes
Apr 8, 2026
jmdyck
reviewed
Apr 9, 2026
nicolo-ribaudo
approved these changes
Apr 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Found these using some in-development ecmarkup lint rules.
edit: tc39/ecmarkup#693