-
-
Notifications
You must be signed in to change notification settings - Fork 229
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
Bump FRONTEND, move dmd to latest by default. #2104
Conversation
Thanks for your pull request, @maxhaton! |
@@ -61,7 +61,7 @@ jobs: | |||
env: | |||
COVERAGE: false | |||
# The value doesn't matter as long as it's > 2.087 | |||
FRONTEND: 2.093.0 | |||
FRONTEND: 2.095.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Those might get out of sync though
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
They did get out of sync - it seems to be an environment variable though, so I didn't see a simple way of doing it automatically at 5AM
@@ -29,7 +29,7 @@ jobs: | |||
matrix: | |||
# Latest stable version, update at will | |||
os: [ macOS-10.15, ubuntu-18.04, windows-2019 ] | |||
dc: [ dmd-2.093.1, ldc-1.23.0, dmd-master, ldc-master ] | |||
dc: [ dmd-latest, ldc-latest, dmd-master, ldc-master ] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Isn't it better to use a fixed release? #2105 is failing and I don't know if the problem is with my PR or because the test is now using a different compiler.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I suppose, but it fell several releases behind when it wasn't pegged to the latest release. Also dmd is tested upstream so hopefully the it should be on the PR not the compiler (in theory...)
No description provided.