Skip to content

Comments

Fix Issue 16593 - Building "tools" produces deprecation warnings#201

Merged
wilzbach merged 1 commit intodlang:masterfrom
CyberShadow:pull-20161004-212702
Oct 10, 2016
Merged

Fix Issue 16593 - Building "tools" produces deprecation warnings#201
wilzbach merged 1 commit intodlang:masterfrom
CyberShadow:pull-20161004-212702

Conversation

@CyberShadow
Copy link
Member

@CyberShadow CyberShadow commented Oct 4, 2016

@dlang-bot
Copy link
Contributor

Fix Bugzilla Description
16593 Building "tools" produces deprecation warnings

Copy link
Contributor

@wilzbach wilzbach left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Holy cow a comma operator in the wild, and it's in our repo. 😆

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd never doubt you would push the language to your advantage. :)

@AndrejMitrovic
Copy link
Contributor

What's up with Travis lately? Is master broken or is it something else?

@wilzbach wilzbach force-pushed the pull-20161004-212702 branch from bdcf028 to 6a25720 Compare October 10, 2016 13:49
@wilzbach
Copy link
Contributor

What's up with Travis lately? Is master broken or is it something else?

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants