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

Make Result<T> type builtin #498

Merged
merged 3 commits into from Mar 17, 2024
Merged

Conversation

marcauberer
Copy link
Member

Transform the existing std type Result<T> type into a builtin type, which is part of the runtime.
This means, that it don't has to be imported before usage.

@marcauberer marcauberer added the enhancement New feature or request label Mar 17, 2024
@marcauberer marcauberer added this to the 0.20.0 milestone Mar 17, 2024
@marcauberer marcauberer self-assigned this Mar 17, 2024
@marcauberer marcauberer requested review from a team as code owners March 17, 2024 23:09
@github-actions github-actions bot added documentation Improvements or additions to documentation std Prs / issues regarding the standard lib bootstrap Change regarding the bootstrap compiler labels Mar 17, 2024
@marcauberer marcauberer enabled auto-merge (squash) March 17, 2024 23:18
@marcauberer marcauberer merged commit 2ae1c28 into main Mar 17, 2024
5 checks passed
@marcauberer marcauberer deleted the feature/make-result-type-builtin branch March 17, 2024 23:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bootstrap Change regarding the bootstrap compiler documentation Improvements or additions to documentation enhancement New feature or request size/XL std Prs / issues regarding the standard lib
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant