[dmd-cxx] Backport std.math fixes and a few other port bugs.#6838
Merged
ibuclaw merged 8 commits intodlang:dmd-cxxfrom Jan 23, 2019
Merged
[dmd-cxx] Backport std.math fixes and a few other port bugs.#6838ibuclaw merged 8 commits intodlang:dmd-cxxfrom
ibuclaw merged 8 commits intodlang:dmd-cxxfrom
Conversation
Contributor
|
Thanks for your pull request, @ibuclaw! Bugzilla references
Testing this PR locallyIf you don't have a local development environment setup, you can use Digger to test this PR: dub fetch digger
dub run digger -- build "dmd-cxx + phobos#6838" |
As seen when libcurl cannot be loaded (missing library), the lack of checking causes a new exception to be thrown while another is inflight.
stop the TestServer waiting in accept() before thread_joinall
This fixes a thread deadlock that occurs in the test runner if libcurl is missing.
… out Disable the std.net.curl tests in the makefile, not the module.
Member
Author
|
All pass -> hitting merge. |
kraj
pushed a commit
to kraj/gcc
that referenced
this pull request
Feb 12, 2019
Adds missing HPPA support in std.experimental.allocator. Reviewed-on: dlang/phobos#6838 git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@268810 138bc75d-0d04-0410-961f-82ee72b054a4
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.
No description provided.