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

GitHub's API + UI don't return 0.9.20 anymore #1579

Merged
merged 2 commits into from
Oct 24, 2018

Conversation

wilzbach
Copy link
Member

The 0.9.20 tag is still there, see e.g.

git ls-remote --tags https://github.com/dlang/dub

But not on the web UI nor API, e.g.

https://github.com/dlang/dub/tags?after=v0.9.22-beta.2

This is the pragmatic solution to fixing the test suite.

@dlang-bot
Copy link
Collaborator

Thanks for your pull request, @wilzbach!

echo 1 | $DUB remove dub | tr -d '\n' | grep --ignore-case 'select.*0\.9\.20.*0\.9\.21.*'
if [ -d $HOME/.dub/packages/dub-0.9.20/dub ]; then
die $LINENO 'Failed to remove dub-0.9.20'
echo 1 | $DUB remove dub | tr -d '\n' | grep --ignore-case 'select.*1\.9\.0.*1\.10\.0.*'
Copy link
Member Author

Choose a reason for hiding this comment

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

Hmm this doesn't seem to work with DMD 2.077:

Select version of 'dub' to remove from location 'user':1) 1.1.02) 1.9.03) 1.10.04) all versions> Removing dub in /home/travis/.dub/packages/dub-1.1.0/dub/Removed package: 'dub'Removed dub, version 1.1.0.
[ERROR] /home/travis/build/dlang/dub/test/interactive-remove.sh:12 Failed to remove dub-1.9.0

Copy link
Member Author

Choose a reason for hiding this comment

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

Ouch this is probably due to COVERAGE mode and dub's testsuite being rerun multiple times.

@wilzbach
Copy link
Member Author

Ok so this is passing Travis now
Though hard-cleaning the package cache feels like an ugly hack, but I don't really have time to look into which test scripts don't clean themselves up at the moment.

@wilzbach wilzbach mentioned this pull request Oct 24, 2018
@wilzbach
Copy link
Member Author

As no one seems to be having an opinion and the testsuite is broken, I will merge this tomorrow baring no objections until then.

@PetarKirov PetarKirov merged commit 5bbca18 into dlang:master Oct 24, 2018
@MartinNowak
Copy link
Member

Well it's there now, was this just a temporary github issue?
https://github.com/dlang/dub/releases/tag/v0.9.20

@MartinNowak
Copy link
Member

Maybe it was removed from the dub registry due to having an invalid package recipe. It's definitely no longer in the db. Or the registry got confused by the github hickup.

It's a bit confusing that https://buildkite.com/dlang/ci/builds/511#4c02ce8c-f1a7-4899-bc6d-bcf91ba4d9ee passed and https://buildkite.com/dlang/phobos/builds/582#3ddd20c7-ec9f-4455-838e-061bb4d3a14b/106-716 subsequently failed.

The culprit seems to be that no distinction is made between building dub (as in dub the tool) where we want to use the dev version, and dub (as in dub the project with testsuite) where we want to use the latest stable release.
There is no point in rerunning dub's test-suite with the dub development version, that task is the duty of dlang/dub itself.
https://github.com/dlang/ci/blob/73ebbe8a6ff8caf919b4de8516b471dac2bdd363/buildkite/build_project.sh#L52

@wilzbach wilzbach deleted the fix-gh-api-bug branch November 28, 2018 13:26
wilzbach pushed a commit to wilzbach/dub that referenced this pull request Nov 28, 2018
GitHub's API + UI don't return 0.9.20 anymore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants