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

Merged
merged 5 commits into from
May 29, 2021
Merged

merge stable #8112

merged 5 commits into from
May 29, 2021

Conversation

MartinNowak
Copy link
Member

  • Fix wording in changelog regarding formatting floats is @nogc.
  • std.format.internal.write: Replace brittle runtime check by compile-time check

berni44 and others added 5 commits May 13, 2021 17:45
Fix wording in changelog regarding formatting floats is @nogc.
…ime check

When checking whether `T.toString` for some class `T` is inherited from
base class `Object`.

The runtime check fails when using a druntime DLL on Windows, where
`Object.toString` in other DLLs/executables is a trampoline (in the
druntime import library) to the dllimported function, with its own
identity.
[stable] std.format.internal.write: Replace brittle runtime check by compile-time check
@dlang-bot dlang-bot merged commit 3dad916 into dlang:master May 29, 2021
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