-
Notifications
You must be signed in to change notification settings - Fork 341
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
Clear eval_libc
errors from unix shims
#3984
Conversation
Note that this does not trigger a notification, so it is easy to be missed. Please do this instead: |
@rustbot author |
6676a0c
to
53b4f85
Compare
Reverted that change in sync.rs and rebased a merge conflict, hence the force push. |
Thanks! Please squash this into a single commit. |
53b4f85
to
55fe3ab
Compare
Done - again thanks for your patience and willingness to help. I was definitely too excited about mindlessly changing every |
Each instance of
eval_libc("E
is scrubbed out. Currently, this has the idealistic function calls, but this won't compile yet. Marking as a draft and making comments with the representative compilation errors. Whether we want to hold off on making these erring changes or address the root problem now is up to the reviewers.See comments for the issues concretely, but it seems like everything stems from differences between the return types of
this.eval_libc
andLibcError
.