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

refactor(hydroflow_lang)!: require lifetime on perist*() operators #1295

Merged
merged 3 commits into from
Jul 2, 2024

Conversation

MingweiSamuel
Copy link
Member

@MingweiSamuel MingweiSamuel commented Jun 12, 2024

BREAKING CHANGE: persist() is no longer valid, use persist::<'static>() instead

@MingweiSamuel MingweiSamuel changed the title refactor(hydroflow_lang): require lifetime on perist*() operators refactor(hydroflow_lang)!: require lifetime on perist*() operators Jun 12, 2024
@MingweiSamuel MingweiSamuel enabled auto-merge (squash) July 2, 2024 23:15
@MingweiSamuel MingweiSamuel merged commit 67c0e51 into hydro-project:main Jul 2, 2024
13 checks passed
@MingweiSamuel MingweiSamuel deleted the static-persist branch July 2, 2024 23:28
MingweiSamuel added a commit to MingweiSamuel/hydroflow that referenced this pull request Jul 3, 2024
…ydro-project#1295)

BREAKING CHANGE: `persist()` is no longer valid, use `persist::<'static>()` instead

Future PR will add `persist::<'tick>()`
jhellerstein pushed a commit that referenced this pull request Jul 29, 2024
…1295)

BREAKING CHANGE: `persist()` is no longer valid, use `persist::<'static>()` instead

Future PR will add `persist::<'tick>()`
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