Skip to content

Preserve Android snapshot argument ordering - #424

Merged
jonathanmos merged 1 commit into
masterfrom
jmoskovich/reorder-slot-id
Aug 5, 2026
Merged

Preserve Android snapshot argument ordering#424
jonathanmos merged 1 commit into
masterfrom
jmoskovich/reorder-slot-id

Conversation

@jonathanmos

@jonathanmos jonathanmos commented Aug 5, 2026

Copy link
Copy Markdown
Member

Moves slotId to the end of the mobile full and incremental snapshot schemas, preserving the existing positional argument order in generated Android models.

The addition of slotId changed the positional constructor order of the generated Android full and incremental snapshot models from (timestamp, data) to (timestamp, slotId, data), breaking existing positional call sites. This change keeps slotId at the record level but declares it after data, preserving the existing argument order while adding slotId as the final optional parameter.

@jonathanmos
jonathanmos marked this pull request as ready for review August 5, 2026 07:59
@jonathanmos
jonathanmos requested review from a team as code owners August 5, 2026 07:59
@jonathanmos
jonathanmos merged commit c0011f9 into master Aug 5, 2026
15 checks passed
@jonathanmos
jonathanmos deleted the jmoskovich/reorder-slot-id branch August 5, 2026 09:24
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.

3 participants