Conversation
|
Thanks for your pull request and interest in making D better, @kinke! We are looking forward to reviewing it, and you should be hearing from a maintainer soon.
Please see CONTRIBUTING.md for more information. If you have addressed all reviews or aren't sure how to proceed, don't hesitate to ping us with a simple comment. Bugzilla referencesYour PR doesn't reference any Bugzilla issue. If your PR contains non-trivial changes, please reference a Bugzilla issue or create a manual changelog. Testing this PR locallyIf you don't have a local development environment setup, you can use Digger to test this PR: dub run digger -- build "master + phobos#7662" |
| install_host_compiler_script: cd ../dmd && ./ci.sh install_host_compiler | ||
| setup_repos_script: | | ||
| set -uexo pipefail | ||
| ln -s $CIRRUS_WORKING_DIR ../phobos |
There was a problem hiding this comment.
Unblocked & ready. This file is a copy of dlang/druntime#3235, the only change being the ../phobos symlink in the line above (instead of ../druntime).
Requires dlang/dmd#11868.