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

Editorial: Quick fixes re PR #2418 #3102

Merged
merged 1 commit into from
Jul 7, 2023
Merged

Conversation

jmdyck
Copy link
Collaborator

@jmdyck jmdyck commented Jun 16, 2023

See commit messages.

@bakkot
Copy link
Contributor

bakkot commented Jun 16, 2023

Not sure why ecmarkup is complaining; I'll look into it.

@jmdyck
Copy link
Collaborator Author

jmdyck commented Jun 16, 2023

ecmarkup is failing because it says that the closure in CharacterSetMatcher captures _A_ but doesn't use it. But it clearly does use it.

ljharb pushed a commit that referenced this pull request Jul 4, 2023
@bakkot bakkot added the ready to merge Editors believe this PR needs no further reviews, and is ready to land. label Jul 4, 2023
@jmdyck
Copy link
Collaborator Author

jmdyck commented Jul 7, 2023

Note for history: this PR originally had 4 commits, the first of which got merged to main on its own, along with PR #3113.

(I've just squashed the remaining 3 commits down to one.)

- In CompileAtom, take the wording-changes under
  `Atom :: CharacterClass` that were prompted by
  tc39#2418 (comment)
  and copy them to `AtomEscape :: CharacterClassEscape`.

- In various operations, change more occurrences of
  'element' to 'CharSetElement'.

- In CompileAtom, change 2 occurrences of "which" to "that"
  because the usage is restrictive.
@ljharb ljharb merged commit 8c490cc into tc39:main Jul 7, 2023
@jmdyck jmdyck deleted the quick_fixes_6 branch July 8, 2023 02:41
zhangenming pushed a commit to zhangenming/ecma262 that referenced this pull request Dec 22, 2023
zhangenming pushed a commit to zhangenming/ecma262 that referenced this pull request Dec 22, 2023
- In CompileAtom, take the wording-changes under
  `Atom :: CharacterClass` that were prompted by
  tc39#2418 (comment)
  and copy them to `AtomEscape :: CharacterClassEscape`.

- In various operations, change more occurrences of
  'element' to 'CharSetElement'.

- In CompileAtom, change 2 occurrences of "which" to "that"
  because the usage is restrictive.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
editorial change ready to merge Editors believe this PR needs no further reviews, and is ready to land.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants