Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add deterministic range over map helper #1340

Merged
merged 2 commits into from
Jan 9, 2024

Conversation

Quinn-With-Two-Ns
Copy link
Contributor

Add deterministic range over map helpers for ordered and unordered maps.

Ideally this would be implemented with range over func, but it is only experimental in golang 1.22 so we would have to wait over a year to use it assuming it is stabilized in 1.23.

Closes #359

@Quinn-With-Two-Ns Quinn-With-Two-Ns requested a review from a team as a code owner January 8, 2024 21:36
workflow/workflow.go Show resolved Hide resolved
internal/workflow.go Show resolved Hide resolved
@Quinn-With-Two-Ns Quinn-With-Two-Ns merged commit 5ca9a4d into temporalio:master Jan 9, 2024
12 checks 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.

Add deterministic range over map helper
3 participants