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

Stop using FrozenArray in dictionaries #118

Merged
merged 1 commit into from
Jun 11, 2024
Merged

Stop using FrozenArray in dictionaries #118

merged 1 commit into from
Jun 11, 2024

Conversation

toji
Copy link
Member

@toji toji commented Jun 5, 2024

Fixes #116

Same reasoning as immersive-web/webxr#1369. Accepting FrozenArrays as inputs is confusing and non-sensical, and their presence here is likely copy-paster error. Replacing with sequence. Does not (yet) replace uses where FrozenArrays are returned. (See #117)


Preview | Diff

@toji toji requested a review from bialpio June 5, 2024 20:10
@toji toji merged commit c77ff88 into main Jun 11, 2024
2 checks passed
@toji toji deleted the no-frozen-arrays branch June 11, 2024 22:02
github-actions bot added a commit that referenced this pull request Jun 11, 2024
SHA: c77ff88
Reason: push, by toji

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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.

Use of FrozenArray<>s in dictionaries is unnecessary and bad
2 participants