-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
all: rename @maximum
to @max
and @minimum
to @min
#13055
Conversation
Please rebase against master branch. Let's get those CI tests passing. |
This needs a new Windows CI tarball as does master due to my mistake in #13067
I'd build one but |
Seems a minimally useful change, but if it is going ahead, |
I suggest that we focus first on replacing stage1 via the C backend before making more breaking changes like this. This will save a lot of time and annoyance of constantly updating the Windows CI tarball, plus it will allow us to start using the new language features in the standard library and compiler codebase, such as inline switch cases. This will require a few components:
I am focusing on getting 0.10.0 out the door (Nov 1) before doing any of this work. |
It would be nice to get this into 0.10.0 since |
Making new tarballs now. (These will also include LLVM 15.0.3 which was released today) |
|
Closes #12994