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 mutex.rs to mc-sgx-sync crate #40

Merged
merged 3 commits into from
Jan 30, 2023
Merged

Add mutex.rs to mc-sgx-sync crate #40

merged 3 commits into from
Jan 30, 2023

Conversation

nick-mobilecoin
Copy link
Collaborator

Add mutex.rs implementation which more or less copies from
rust source at
606c3907

@codecov-commenter
Copy link

codecov-commenter commented Jan 18, 2023

Codecov Report

❗ No coverage uploaded for pull request base (nick/sys-mutex@0947923). Click here to learn what that means.
The diff coverage is n/a.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@                Coverage Diff                @@
##             nick/sys-mutex      #40   +/-   ##
=================================================
  Coverage                  ?   91.91%           
=================================================
  Files                     ?        7           
  Lines                     ?      235           
  Branches                  ?        0           
=================================================
  Hits                      ?      216           
  Misses                    ?       19           
  Partials                  ?        0           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

sync/src/mutex.rs Show resolved Hide resolved
sync/src/mutex.rs Outdated Show resolved Hide resolved
sync/src/mutex.rs Outdated Show resolved Hide resolved
sync/src/mutex.rs Show resolved Hide resolved
sync/src/mutex.rs Outdated Show resolved Hide resolved
Add `mutex.rs` implementation which more or less copies from
[rust source](https://github.com/rust-lang/rust.git) at
[606c3907](rust-lang/rust@606c390)
Also fix some typos
Update the root module for `sync/src/sys/locks` to match newer rust file
naming convention,
https://doc.rust-lang.org/reference/items/modules.html#module-source-filenames
@nick-mobilecoin
Copy link
Collaborator Author

@varsha888 bumping for re-review due to restack

@nick-mobilecoin
Copy link
Collaborator Author

nick-mobilecoin commented Jan 30, 2023

✅ This pull request merged successfully as part of a Graphite job
Stack job ID: rnb0zcLhVk2UL31G5ihD.
See details on graphite.dev

Base automatically changed from nick/sys-mutex to main January 30, 2023 23:47
@nick-mobilecoin nick-mobilecoin merged commit 15e491b into main Jan 30, 2023
@nick-mobilecoin nick-mobilecoin deleted the nick/mutex branch January 30, 2023 23:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size/L Large PRs
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

4 participants