Upgrade frontend & libs to v2.103.1#4345
Merged
kinke merged 207 commits intoldc-developers:masterfrom May 12, 2023
Merged
Conversation
bump VERSION to v2.102.0-beta.1 Signed-off-by: Petar Kirov <PetarKirov@users.noreply.github.com> Merged-on-behalf-of: Petar Kirov <PetarKirov@users.noreply.github.com>
* druntime/test: Force makefile to x86 on Apple ARM cpu (dmd does not support ARM) * ci: Update cirrus macOS image to M1-based runners * compiler/test/Makefile: Workaround issue 23517
* Tweak punctuation for 3 error messages Fix Issue 13656 - clarify error when trying to declare a variable of type ref. Tweak 2 inout errors. * Use hyphen & fix `auto Type` error too
* [dsymbolsem] Fix error punctuation (part 4) Also move fail233.d test into diag12312.d. * 3 pragma(mangle) errors * Fix line no
…s unsafe (dlang/dmd!14771)
…t should skip codegen (dlang/dmd!14789)
…t recognized (dlang/dmd!14799)
…f variable declaration doesn.t shadow global definition (dlang/dmd!14806)
… that doesn't need this
… in an array literal take the sign of the previous nan (same for float and real)
Merge Stable into master Signed-off-by: Nicholas Wilson <thewilsonator@users.noreply.github.com> Merged-on-behalf-of: Dennis <dkorpel@users.noreply.github.com>
Merge stable Signed-off-by: Nicholas Wilson <thewilsonator@users.noreply.github.com> Merged-on-behalf-of: Dennis <dkorpel@users.noreply.github.com>
…es memory corruption (dlang/dmd!15127) avoid writing beyond the end of the trace buffer
Contributor
|
Does the gc2stack thing actually get used to much effect? I've never really found it particularly useful |
As we don't codegen it either yet.
… cmdline length limit The effective cmdline length limit seems to be around 8K, and we now exceed it for GH Actions when compiling druntime all-at-once - the length of all module paths (relative to runtime/druntime/src) is > 7,900.
de87a9b to
0056825
Compare
kinke
commented
May 7, 2023
| this.inTokenStringConstant = 0; | ||
| this.lastDocLine = 0; | ||
| this.eSink = errorSink; | ||
| assert(errorSink); |
Member
Author
There was a problem hiding this comment.
For 32-bit Windows, this assert is hit when compiling the default libs - if building LDC with LTO. Both when using itself as host compiler, and latest v1.32.1. An LTO miscompile, wow.
Member
Author
|
Green now. I'll open an issue about enabling & codegen'ing the |
reggae to latest master (using dub v1.32.1).
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.