Skip to content

[wasm] Bump chrome for testing - linux: 116.0.5845.179, windows: 116.0.5845.180 - #3

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
update-chrome-version-6134071762
Open

[wasm] Bump chrome for testing - linux: 116.0.5845.179, windows: 116.0.5845.180#3
github-actions[bot] wants to merge 1 commit into
mainfrom
update-chrome-version-6134071762

Conversation

@github-actions

Copy link
Copy Markdown

No description provided.

Maximys pushed a commit that referenced this pull request Sep 16, 2024
* bug #1: don't allow for values out of the SerializationRecordType enum range
* bug #2: throw SerializationException rather than KeyNotFoundException when the referenced record is missing or it points to a record of different type
* bug #3: throw SerializationException rather than FormatException when it's being thrown by BinaryReader (or sth else that we use)
* bug #4: document the fact that IOException can be thrown
* bug #5: throw SerializationException rather than OverflowException when parsing the decimal fails
* bug #6: 0 and 17 are illegal values for PrimitiveType enum
* bug #7: throw SerializationException when a surrogate character is read (so far an ArgumentException was thrown)
Maximys pushed a commit that referenced this pull request Sep 18, 2025
Currently, offsets are incorrectly treated as indices which is
leading to incorrect code being emitted.
e.g., `ScatterWithByteOffsets<long>` emits
`ST1D Zdata.D, Pg, [Xbase, Zoffsets.D, lsl #3]`
instead of,
`ST1D Zdata.D, Pg, [Xbase, Zoffsets.D]`
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants