-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Replace Nullable{T} with Union{Some{T}, Void} #23642
Merged
Commits on Dec 15, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 0b0bc91 - Browse repository at this point
Copy the full SHA 0b0bc91View commit details -
Configuration menu - View commit details
-
Copy full SHA for 605f01a - Browse repository at this point
Copy the full SHA 605f01aView commit details -
Remove all uses of Some, except for Union{Some{Any}, Void}.
Configuration menu - View commit details
-
Copy full SHA for 5c04391 - Browse repository at this point
Copy the full SHA 5c04391View commit details -
Configuration menu - View commit details
-
Copy full SHA for b7cb560 - Browse repository at this point
Copy the full SHA b7cb560View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5db20e3 - Browse repository at this point
Copy the full SHA 5db20e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for a2f1799 - Browse repository at this point
Copy the full SHA a2f1799View commit details -
Add notnothing(x) to assert that x !== nothing
Use it everywhere get() was called and nothing would not trigger an error immediately.
Configuration menu - View commit details
-
Copy full SHA for c0053f0 - Browse repository at this point
Copy the full SHA c0053f0View commit details -
Fix ProductIterator regression by using custom MaybeValue wrapper
MaybeValue is just a simplified version of Nullable reserved for internal use which wraps a value or no value in a type-stable way. Information about whether a value is present or not is carried separately.
Configuration menu - View commit details
-
Copy full SHA for ec91f63 - Browse repository at this point
Copy the full SHA ec91f63View commit details -
Configuration menu - View commit details
-
Copy full SHA for c8b6193 - Browse repository at this point
Copy the full SHA c8b6193View commit details -
Configuration menu - View commit details
-
Copy full SHA for bfb40cf - Browse repository at this point
Copy the full SHA bfb40cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 833c9ea - Browse repository at this point
Copy the full SHA 833c9eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for c8ba97a - Browse repository at this point
Copy the full SHA c8ba97aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e44a7df - Browse repository at this point
Copy the full SHA e44a7dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1605c9d - Browse repository at this point
Copy the full SHA 1605c9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e0770e5 - Browse repository at this point
Copy the full SHA e0770e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 55b03b1 - Browse repository at this point
Copy the full SHA 55b03b1View commit details
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.