Skip to content
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

fix Issue 19201 - func called with argument types (ulong) matches both: __c_long and __c_ulong #8632

Merged
merged 1 commit into from Aug 28, 2018

Conversation

ibuclaw
Copy link
Member

@ibuclaw ibuclaw commented Aug 28, 2018

I don't see any valid reason for the limitation, and gdc builds are broken.

@ibuclaw ibuclaw added the GDC Gnu D Compiler label Aug 28, 2018
@dlang-bot
Copy link
Contributor

Thanks for your pull request, @ibuclaw!

Bugzilla references

Auto-close Bugzilla Severity Description
19201 blocker Error: func called with argument types (ulong) matches both: __c_long and __c_ulong

⚠️⚠️⚠️ Warnings ⚠️⚠️⚠️

To target stable perform these two steps:

  1. Rebase your branch to upstream/stable:
git rebase --onto upstream/stable upstream/master
  1. Change the base branch of your PR to stable

Testing this PR locally

If you don't have a local development environment setup, you can use Digger to test this PR:

dub fetch digger
dub run digger -- build "master + dmd#8632"

Copy link
Member

@UplinkCoder UplinkCoder left a comment

Choose a reason for hiding this comment

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

LGTM 👍

@dlang-bot dlang-bot merged commit 4b2c885 into dlang:master Aug 28, 2018
@ibuclaw
Copy link
Member Author

ibuclaw commented Aug 28, 2018

@jacob-carlborg - I was going to wait for the original author to explain himself.

@jacob-carlborg
Copy link
Contributor

I was going to wait for the original author to explain himself.

Please mention that the next time. Feel free to revert if you want to.

tob = to.toBasetype().isTypeBasic();
if (tob)
return implicitConvTo(tob);
Copy link
Member

Choose a reason for hiding this comment

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

@ibuclaw These two lines caused regression https://issues.dlang.org/show_bug.cgi?id=19499

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
5 participants