Skip to content

Export party buffs in name order - #10340

Open
rasmuskl wants to merge 1 commit into
PathOfBuildingCommunity:devfrom
rasmuskl:ninja/stable-party-export-buffs-order
Open

Export party buffs in name order#10340
rasmuskl wants to merge 1 commit into
PathOfBuildingCommunity:devfrom
rasmuskl:ninja/stable-party-export-buffs-order

Conversation

@rasmuskl

@rasmuskl rasmuskl commented Sep 9, 2026

Copy link
Copy Markdown
Contributor

Description of the problem being solved:

PartyTab:exportBuffs walked the name-keyed buffExports maps, and the nested otherEffects map, with pairs(), so the text inside each element came out in string-hash order and differed between runs of the same build. Use pairsSortByKey for both walks.

Steps taken to verify a working solution:

Ran against my own test suite and has been running in poe.ninja for a few days.

PartyTab:exportBuffs walked the name-keyed buffExports maps, and the nested otherEffects map, with pairs(), so the text inside each <ExportedBuffs> element came out in string-hash order and differed between runs of the same build. Use pairsSortByKey for both walks.
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.

1 participant