Replacing fail keyword part 2 of 3#4744
Merged
brson merged 2 commits intorust-lang:incomingfrom Feb 1, 2013
nickdesaulniers:issue4524
Merged
Replacing fail keyword part 2 of 3#4744brson merged 2 commits intorust-lang:incomingfrom nickdesaulniers:issue4524
brson merged 2 commits intorust-lang:incomingfrom
nickdesaulniers:issue4524
Conversation
added 2 commits
January 31, 2013 22:25
fail Fix merge conflicts - Issue 4524
Author
|
Should I close this as per: #4524 (comment)? |
Contributor
|
Merged! Thanks. |
This was referenced Feb 1, 2013
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue # 4524. Part 2 of removing fail: remove fail from lexer & parser, all remaining invocations of fail, and redefine die! as fail! for the snapshot compiler.
review? @brson