-
-
Notifications
You must be signed in to change notification settings - Fork 700
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
Fix Bugzilla Issue 24637 -- [REG 2.104] Cannot insert const/immutable elements into DList #9042
Conversation
Thanks for your pull request and interest in making D better, @RubyTheRoobster! 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 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 "stable + phobos#9042" |
BuildKite is failing with:
This seems to be a bug. |
AFAIK, this depends on @ibuclaw re-creating his Buildkite agents using the latest docker image definition: dlang/ci#489 (comment) |
@RubyTheRoobster maybe a rebase will fix the failing buildkite test. |
…g#9019) * Move `std.math.exponential.pow` implementation outside template * Fix compilation on Mac
Caught with grep -Er '\(\$[A-Za-z]'
for link in $(grep -Eor 'https?://[^\\)", ]+' | grep -v dlang.org \ | grep -Eo 'https?://.+'); do (printf "%s: " "$link"; curl -Is "$link" \ | head -n1) | grep -E '4..$'; done for link in $(grep -Eor '\\$\\(HTTP .+, ' | grep -v dlang.org \ | cut -d' ' -f2- | sed 's/, .*$//'); do out="$(curl -Is "$link")"; \ (! [ $? = 0 ] || printf '%s' "$out" | head -n1 | grep -Eq '4..') \ && printf '%s\\n' "$link"; done
It's implemented in Windows but it's not part of standard C. https://learn.microsoft.com/en-us/cpp/c-runtime-library/reference/fdopen
Co-authored-by: Dennis Korpel <[email protected]>
Note: www.canonware.com/download/jemalloc/jemalloc-latest/doc/jemalloc.html jemalloc link isn't responding, and it now lives at jemalloc.net (see also https://github.com/jemalloc/jemalloc?tab=readme-ov-file#readme). Fixes Bugzilla Issue 24667 - goo.gl is going away.
…rs from files in @safe code (dlang#9030)
The second opCast overload is necessary to allow built-in implicit conversions (e.g., mutable to const) to be performed explicitly via a cast expression. Nullable.opEquals depends on this behavior.
I have never had to perform a rebase before, so I have no idea if all of the extra commits are acceptable or not. |
Unfortunately no, they are an indication that something went wrong with the rebase. |
This is being closed because of the incorrect rebase. Please reopen with just the initial commits. @thewilsonator if you're feeling like a project... |
No description provided.