Skip to content

fix: keep order of notes#21

Merged
barredterra merged 2 commits intoversion-15from
keep-notes-order
Dec 1, 2025
Merged

fix: keep order of notes#21
barredterra merged 2 commits intoversion-15from
keep-notes-order

Conversation

@barredterra
Copy link
Copy Markdown
Member

@barredterra barredterra commented Dec 1, 2025

By accumulating them in a set we lost the ordering, while the intention was just to avoid duplictes. Now we're accumulating in a list and check for duplicates explicitly.

By accumulating them in a set we lost the ordering, while the intention was just to avoid duplictes. Now we accumulating in a list and check for duplicates explicitly.

This comment was marked as resolved.

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@barredterra barredterra merged commit 3f0cfdf into version-15 Dec 1, 2025
3 checks passed
@barredterra barredterra deleted the keep-notes-order branch December 1, 2025 23:09
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.

2 participants