Skip to content

Remove non-determinism from extlog-derive#32

Merged
tofay merged 2 commits intoslog-rs:masterfrom
tofay:deterministic-derive
Jul 23, 2025
Merged

Remove non-determinism from extlog-derive#32
tofay merged 2 commits intoslog-rs:masterfrom
tofay:deterministic-derive

Conversation

@tofay
Copy link
Copy Markdown
Collaborator

@tofay tofay commented Jul 23, 2025

I was building a consumer of slog-extlog-derive with buck2 and I encountered rustc errors caused by non-determinism in the derive macro, caused by the use of HashMap/HashSe.

This PR replaces those usages with BTreeMap/BTreeSet to resolve this.

@tofay tofay force-pushed the deterministic-derive branch from a505173 to a7da41e Compare July 23, 2025 09:36
@tofay tofay merged commit ecc56ad into slog-rs:master Jul 23, 2025
1 check passed
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