-
-
Notifications
You must be signed in to change notification settings - Fork 872
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
Check for supported version of D compiler #545
Conversation
check against minimal needed version of ldc/dmd compilers only the first three numbers are compared as numbers, everything after that is string compared
* Update Travis CI to download minimum version of DMD for x32 build testing
@norbusan
Updating the Travis CI script to 2.083.1 |
@norbusan |
Strange ... very strange. I need to try to trick some old version ... please wait. |
Fixed ... forgot the
|
Please adjust wording if necessary @abraunegg |
LGTM |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
check against minimal needed version of ldc/dmd compilers
only the first three numbers are compared as numbers, everything after
that is string compared
The check can be disabled with --disable-version-check