Fix Issue 16593 - Building "tools" produces deprecation warnings#201
Fix Issue 16593 - Building "tools" produces deprecation warnings#201wilzbach merged 1 commit intodlang:masterfrom
Conversation
|
wilzbach
left a comment
There was a problem hiding this comment.
Good spot - maybe we should add the building of all tools here to Travis too?
|
|
||
| int main(string[] args) | ||
| { | ||
| if (args.length == 1) return usage(), 1; |
There was a problem hiding this comment.
Holy cow a comma operator in the wild, and it's in our repo. 😆
There was a problem hiding this comment.
I had a few in ae:
CyberShadow/ae@d8ef8eb
CyberShadow/ae@99585d4
CyberShadow/ae@1674d2b
There was a problem hiding this comment.
I'd never doubt you would push the language to your advantage. :)
|
What's up with Travis lately? Is master broken or is it something else? |
bdcf028 to
6a25720
Compare
Yep with 2.072 we had some issues, luckily they have been fixed with #202. @CyberShadow I just rebased your PR to the upstream/master, s.t. Travis passes & we can move forward (I like the new GitHub feature). |
https://issues.dlang.org/show_bug.cgi?id=16593