Fix Issue 23846 - Respect the C standard when it comes to string to f…#15139
Merged
Conversation
…loat ERRNO and return value
Contributor
|
Thanks for your pull request, @maxhaton! Bugzilla references
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 + dmd#15139" |
Member
Author
|
Let's find out if it works |
kinke
reviewed
Apr 27, 2023
Contributor
|
And do you have a link handy wrt. the standard? As it seems like only Apple chose to break this recently. |
dkorpel
reviewed
Apr 27, 2023
Co-authored-by: Dennis <dkorpel@users.noreply.github.com>
Contributor
|
CircleCI failure is now because of #15141 |
Contributor
|
@maxhaton please address the reviews and let's get this in! MacOS finally green 🎉 |
Contributor
|
@kinke All ok with this PR? |
atilaneves
approved these changes
Apr 28, 2023
Contributor
|
Thanks Max! |
PetarKirov
added a commit
to PetarKirov/dlang.nix
that referenced
this pull request
Feb 18, 2024
PetarKirov
added a commit
to PetarKirov/dlang.nix
that referenced
this pull request
Feb 18, 2024
PetarKirov
added a commit
to PetarKirov/dlang.nix
that referenced
this pull request
Feb 18, 2024
PetarKirov
added a commit
to PetarKirov/dlang.nix
that referenced
this pull request
Feb 18, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…loat ERRNO and return value