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 #11985

Merged
merged 7 commits into from
Nov 22, 2020
Merged

merge stable #11985

merged 7 commits into from
Nov 22, 2020

Conversation

MartinNowak
Copy link
Member

  • Add vfork prototype to link
  • Fix issue 21372: remove premature deprecation check. Keep the check only for variable declarations.
  • Fix Issue 21398 - Name clash between import and method triggers a segfault
  • GH Action: Check out the correct branch after merge
  • bump VERSION to v2.094.2

Geod24 and others added 7 commits November 11, 2020 10:30
DMD currently does not compile on Alpine Linux
because there is no vfork prototype in druntime for Musl.
Keep the check only for variable declarations.
…premature-deprecation-check

Fix issue 21372: remove premature deprecation check.
Unfortunately, the documentation states that `github.base_ref` and `github.head_ref`
are only available in pull requests, so instead we're using `github.ref` when
`github.base_ref` is empty.
@dlang-bot
Copy link
Contributor

Thanks for your pull request, @MartinNowak!

Bugzilla references

Auto-close Bugzilla Severity Description
21372 regression False deprecation raised for templated overloaded struct method
21398 normal Name clash between import and method triggers a segfault

Testing this PR locally

If you don't have a local development environment setup, you can use Digger to test this PR:

dub run digger -- build "master + dmd#11985"

@dlang-bot dlang-bot merged commit 8fa3dad into dlang:master Nov 22, 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.

6 participants