-
-
Notifications
You must be signed in to change notification settings - Fork 227
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
enable GDC 12 in alpine CI #2548
base: master
Are you sure you want to change the base?
Conversation
ICE fix has been backported to 12 release branch, can't say when the next minor release will be. |
ICE can be worked around, the real blocker here is the linker error caused by float to!string from variant/sumtype |
Linker error has been fixed and backported to the 12 release. |
awesome! let's see when it will be adopted by alpine |
Having a look at previous release history, the RM for GCC typically does the 3rd point release around April. |
Should fix internal compiler error in GDC
It's only importing a file, so it's enough if it's inside the import paths. This makes that module be excluded from the unittests and hides the warning that comes with it being deprecated.
4f4aff4
to
405a268
Compare
see #1998