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

avm2: Fix Object.prototype.toString applied to Vector #15562

Merged
merged 2 commits into from
Mar 13, 2024

Conversation

evilpie
Copy link
Collaborator

@evilpie evilpie commented Mar 13, 2024

Probably the second to last part of #15474.

@evilpie evilpie enabled auto-merge (rebase) March 13, 2024 19:10
@evilpie evilpie merged commit a3a83ab into ruffle-rs:master Mar 13, 2024
16 checks passed
evilpie added a commit to evilpie/ruffle that referenced this pull request Mar 13, 2024
Turns out the Vector to_string function that I added (ruffle-rs#15562) was just duplicating what the
default implementation did.

Fixes ruffle-rs#15474
evilpie added a commit to evilpie/ruffle that referenced this pull request Mar 13, 2024
Turns out the Vector to_string function that I added (ruffle-rs#15562) was just duplicating what the
default implementation did. The Namespace one was just plain wrong.

Fixes ruffle-rs#15474
evilpie added a commit that referenced this pull request Mar 13, 2024
Turns out the Vector to_string function that I added (#15562) was just duplicating what the
default implementation did. The Namespace one was just plain wrong.

Fixes #15474
@evilpie evilpie deleted the vector-toString branch July 27, 2024 10:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

2 participants