-
-
Notifications
You must be signed in to change notification settings - Fork 32
Add automem to the list of tested projects #165
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
Conversation
|
Thanks for your pull request, @wilzbach! |
|
The failure seems to be trying to build an old version of automem for some reason. I just pushed a new one just in case. |
|
@atilaneves the project tester will always use the latest, stable git tag. I have force-pushed here to see restart the CI. Maybe that helps ;-) |
|
Ah, I got confused by the error message - it's failing in I just pushed another version to master, if you could somehow force the jenkins CI it should be green now. |
You know where to send a PR to ;-)
force-pushed. |
|
@wilzbach Doesn't seem to have updated. |
|
I see the following: Fair enough, but that's valid according to your dependency file: I suggest bumping the |
|
There's a dub.selections.json checked in though - it should never pick up an older version. The Travis build is green, for instance. |
https://github.com/atilaneves/automem/blob/v0.0.10/dub.selections.json
You test with master, not the last git tag ;-) |
|
@wilzbach I must have been asleep when I read this thread because I thought it was master. I pushed a new tag. |
|
No worries. Force-pushed. |
|
The failures are real now. I had to install the nightly dmd to reproduce. dmd 2.078.2 works fine. It might be a good idea to merge anyway even if red - compiler changes broke previously working code. |
That's why we add it here ;-) FYI: the failures are expected and aren't a regression. They are do to changes in experimental, which is allowed to break. dlang/phobos#5921 tl;dr: use the |
|
Just pushed v0.1.0. Should be green. |
|
Thanks! Force-pushed again. Let's see ;-) |
|
Thanks! |
|
Okay I'm going to merge this now as imho |

CC @atilaneves