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

Simplify and fix UB in boot API #204

Merged
merged 4 commits into from
Sep 17, 2020
Merged

Simplify and fix UB in boot API #204

merged 4 commits into from
Sep 17, 2020

Conversation

Speedy37
Copy link
Contributor

  • remove UB boot_async method
  • rename boot to run method
  • add back the old but now unsafe boot method
  • add migration guide from 0.4 to 0.5

#202

- remove UB `boot_async` method
- rename `boot`  to `run` method
- add back the old but now unsafe `boot` method
- add migration guide from 0.4 to 0.5

#202
@codecov
Copy link

codecov bot commented Sep 17, 2020

Codecov Report

Merging #204 into master will decrease coverage by 0.04%.
The diff coverage is 92.59%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #204      +/-   ##
==========================================
- Coverage   76.96%   76.92%   -0.05%     
==========================================
  Files          16       16              
  Lines        3052     3059       +7     
==========================================
+ Hits         2349     2353       +4     
- Misses        703      706       +3     
Impacted Files Coverage Δ
foundationdb/src/api.rs 86.48% <87.50%> (+2.20%) ⬆️
foundationdb-bindingtester/src/main.rs 88.62% <100.00%> (-0.45%) ⬇️
foundationdb/src/lib.rs 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update cf5ceb6...4cee9d1. Read the comment docs.

Vincent Rouillé added 3 commits September 18, 2020 00:56
@Speedy37 Speedy37 merged commit 7530fe5 into master Sep 17, 2020
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