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

not working with latest dmd (v2.069.2) #25

Closed
SingingBush opened this issue Dec 10, 2015 · 4 comments
Closed

not working with latest dmd (v2.069.2) #25

SingingBush opened this issue Dec 10, 2015 · 4 comments
Assignees
Labels

Comments

@SingingBush
Copy link
Collaborator

I had to updatd my version of dmd due to min requirements of another dependency in my project but unfortunately updating dmd has caused hibernated to stop working. Is there any work on this at the moment?

@dueksam
Copy link

dueksam commented Dec 15, 2015

You can try to add this to your dub.json file:

"buildRequirements" : ["allowWarnings"]

Worked for me.

@SingingBush
Copy link
Collaborator Author

@dueksam thanks for that. Got the build working again. It's a shame that the compiler output didn't make it more obvious that the warnings were the reason for failure.

Do you know if it's possible for me to silence the warnings for hibernated whilst still getting the warnings for my code?

@buggins
Copy link
Owner

buggins commented Dec 17, 2015

Not sure how to fix warnings properly.

@buggins buggins added the bug label Dec 18, 2015
@buggins buggins self-assigned this Dec 18, 2015
buggins added a commit that referenced this issue Sep 16, 2016
@buggins
Copy link
Owner

buggins commented Sep 16, 2016

Fixed.

@buggins buggins closed this as completed Sep 16, 2016
buggins added a commit that referenced this issue Sep 22, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants