Skip to content

Fix native failure and improve licenseck #11313

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

Closed

Conversation

alexcrichton
Copy link
Member

No description provided.

@adrientetar
Copy link
Contributor

I see what you did there, I didn't go as far as checking that the date is in a plausible range; this does enforce an exact number of characters though.

@huonw
Copy link
Member

huonw commented Jan 5, 2014

Needs a rebase.

If the main closure failed, then the `exit_code` variable would still be `None`,
and the `unwrap()` was failing (triggering a process abort). This changes the
`unwrap()` to an `unwrap_or()` in order to prevent process abort and detect when
the native task failed.
@bors bors closed this Jan 5, 2014
@alexcrichton alexcrichton deleted the fix-native-failure branch January 6, 2014 07:53
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.

4 participants