Skip to content

Fix issue 16667: dub test fails on std.conv after upgrade to dmd 2.072.0#4895

Closed
mihails-strasuns wants to merge 2 commits intodlang:stablefrom
mihails-strasuns:revert-regressions
Closed

Fix issue 16667: dub test fails on std.conv after upgrade to dmd 2.072.0#4895
mihails-strasuns wants to merge 2 commits intodlang:stablefrom
mihails-strasuns:revert-regressions

Conversation

@mihails-strasuns
Copy link

@mihails-strasuns mihails-strasuns commented Nov 10, 2016

@dlang-bot
Copy link
Contributor

dlang-bot commented Nov 10, 2016

Fix Bugzilla Description
16667 [REG] dub test fails on std.conv after upgrade to dmd 2.072.0

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.

Thanks a lot :)
We really should start to test a couple of external projects on EVERY PR/merge.

@mihails-strasuns
Copy link
Author

@wilzbach this is on priority list for me and Martin as soon as 2.072.1 is out (see http://forum.dlang.org/post/rsxfyebqlrryoblhylml@forum.dlang.org)

Copy link
Contributor

@JackStouffer JackStouffer left a comment

Choose a reason for hiding this comment

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

The right fix here is not to add back in the hacks in std.uni. The right fix is to use isConvertibleToString and StringTypeOf. I am working on a PR for this now.

@mihails-strasuns
Copy link
Author

@JackStouffer this is stable branch, we must not wait until someone works on proper fix, possibly making mistake again and making things even more complicated. PR breaks stuff - it gets reverted, it must be as simple as that.

And with release becoming usable again you can re-create same PR again towards master.

@mihails-strasuns
Copy link
Author

This reminds me that I should add regression test for reverted stuff though.

@mihails-strasuns
Copy link
Author

Added 6747380 as a regression test for future re-implementation of original PR

@JackStouffer
Copy link
Contributor

Probably want to add another test for toUpper

@WalterBright
Copy link
Member

Please edit PR title with a more informative one. The format for a bugzilla fix should be:

fix Issue NNNN: title of the bugzilla issue

@mihails-strasuns
Copy link
Author

@WalterBright this PR contains fixes for 2 bugzilla issues. Do you want each be separate PR?

Dicebot added 2 commits November 15, 2016 12:20
@mihails-strasuns mihails-strasuns changed the title Fix 2.072.0 regressions Fix issue 16667: dub test fails on std.conv after upgrade to dmd 2.072.0 Nov 15, 2016
@mihails-strasuns
Copy link
Author

Have split second fix into own PR: #4901

@mihails-strasuns
Copy link
Author

Closing in favor of #4905

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.

6 participants