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

merge stable #2015

Merged
merged 6 commits into from
Sep 25, 2020
Merged

merge stable #2015

merged 6 commits into from
Sep 25, 2020

Conversation

MartinNowak
Copy link
Member

  • Fix bogus warning for non-path based dependencies.
  • update version to v1.23.0-rc.1
  • Improve output of toolchain requirements test, workaround heisenbug
  • update version to v1.23.0
  • purge changelog

s-ludwig and others added 6 commits September 10, 2020 12:48
There is currently an Heisenbug in Github CI where dub fails to run the program.
E.g. we see the following in the logs:
---
Performing "debug" build using ldc2 for x86_64.
dubtest1531 ~master: building configuration "application"...
Linking...
Running ../../../../../tmp/dubtest1531_2enU78/dubtest1531
Failed to execute program (No such file or directory)
[ERROR] -e:79 Did not pass with ldc="<=1.23.0"
[ERROR] Script failure.
---
This works around said bug by only building the package,
but not running it.
@dlang-bot
Copy link
Collaborator

Thanks for your pull request, @MartinNowak!

@wilzbach
Copy link
Member

Looks like we still haven't fully resolved the random failures with bash pipe weirdness:

[INFO]  Running /Users/runner/work/dub/dub/test/version-filters.sh...
Error:  pipefail:33 command failed
[INFO]  Running /Users/runner/work/dub/dub/test/version-spec.sh...
Error:  /Users/runner/work/dub/dub/test/version-spec.sh:12 command failed
Error:  /Users/runner/work/dub/dub/test/version-spec.sh:13 command failed
Error:  /Users/runner/work/dub/dub/test/version-spec.sh:14 command failed

@wilzbach wilzbach merged commit df1c769 into dlang:master Sep 25, 2020
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