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

Replace ONCE_INIT with Once::new() #2108

Merged
merged 1 commit into from
Aug 6, 2019

Conversation

JohnTitor
Copy link
Member

ONCE_INIT will be deprecated in the future release (see rust-lang/rust#61757).
For the future, we can now use Once::new().

@JohnTitor JohnTitor requested a review from a team July 7, 2019 08:27
@JohnTitor
Copy link
Member Author

If we don't allow deprecated items in #2117, I think we should merge this to make CI green. What about? @sgrif

@JohnTitor
Copy link
Member Author

Uh, I cannot re-run pipelines but it should be green.

@sgrif
Copy link
Member

sgrif commented Jul 25, 2019

Rerun isn't doing anything for me either. Can you close/re-open?

@JohnTitor JohnTitor closed this Jul 25, 2019
@JohnTitor JohnTitor reopened this Jul 25, 2019
@JohnTitor
Copy link
Member Author

JohnTitor commented Jul 26, 2019

Hmm, the inner_join test is failed in macOS_mysql. This also appears in #2126.

@JohnTitor
Copy link
Member Author

It seems the reason is MySQL version. 8.0.16 passes but 8.0.17 fails.

@weiznich
Copy link
Member

weiznich commented Aug 6, 2019

Could you rebase this PR on top of #2131 to fix the CI?

@weiznich weiznich merged commit 74944c0 into diesel-rs:master Aug 6, 2019
@JohnTitor JohnTitor deleted the use-once-new branch August 6, 2019 19:56
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.

3 participants