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: Implement AMF Vector serialization/deserialization #12240

Merged
merged 1 commit into from
Jul 25, 2023

Conversation

Aaron1011
Copy link
Member

Some of the tests are currently disabled because (separate from this PR) we can't actually run toString() on a Vector., due to our broken vector handling.

@n0samu
Copy link
Member

n0samu commented Jul 24, 2023

Fixes #9688 and #10154!

@@ -8,6 +9,8 @@ use enumset::EnumSet;
use flash_lso::types::{AMFVersion, Element, Lso};
use flash_lso::types::{Attribute, ClassDefinition, Value as AmfValue};

use super::object::VectorObject;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can't we merge it into use crate::avm2::object on line 2?

Some of the tests are currently disabled because (separate from this PR)
we can't actually run `toString()` on a Vector.<Object>, due to our
broken vector handling.
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.

4 participants