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

Pull 2.098 changelog fixes from master #13113

Merged
merged 1 commit into from
Sep 30, 2021
Merged

Conversation

dkorpel
Copy link
Contributor

@dkorpel dkorpel commented Sep 30, 2021

These changelog updates for 2.098 were pushed to master after 2.098 had become stable and 2.099 master.

@dlang-bot
Copy link
Contributor

Thanks for your pull request and interest in making D better, @dkorpel! We are looking forward to reviewing it, and you should be hearing from a maintainer soon.
Please verify that your PR follows this checklist:

  • My PR is fully covered with tests (you can see the coverage diff by visiting the details link of the codecov check)
  • My PR is as minimal as possible (smaller, focused PRs are easier to review than big ones)
  • I have provided a detailed rationale explaining my changes
  • New or modified functions have Ddoc comments (with Params: and Returns:)

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

Your PR doesn't reference any Bugzilla issue.

If your PR contains non-trivial changes, please reference a Bugzilla issue or create a manual changelog.

Testing this PR locally

If you don't have a local development environment setup, you can use Digger to test this PR:

dub run digger -- build "stable + dmd#13113"

@PetarKirov
Copy link
Member

PetarKirov commented Sep 30, 2021

AFAICS this PR broke vibe.d on BuildKite: vibe-d/vibe.d#2611

I will merge manually as this the failure is unrelated.

@PetarKirov PetarKirov merged commit 1f0793e into dlang:stable Sep 30, 2021
@dkorpel dkorpel deleted the fix-changelog branch September 30, 2021 14:42
@MartinNowak MartinNowak mentioned this pull request Oct 7, 2021
RazvanN7 pushed a commit that referenced this pull request Oct 8, 2021
* fix Issue 22321 - ImportC: non-static arrays can.t be initialized by an initializer list (#13101)

* Fix Issue 22292 - REG[2.084.1] Recursive class literal segfaults compiler

* ImportC: move int to ptr conversion code to typeMerge()

* issue22262: Move fail_compilation test to compilable

* Pull 2.098 changelog fixes from master (#13113)

* add/improve function Ddoc comments (#13065)

* Fix Issue 13009 - [REG2.064] inout overload conflicts with non-inout when used via alias this (#13118)

* ImportC: add support for __builtin_va_list (#13107)

* Fix Issue 22226 - [REG 2.095.1] __ctfe + function call in conditional expression used to initialize struct member in constructor causes ICE (#12995)

* ImportC: implement #pragma pack (#13112)

* Fix Issue 22329 - DMD and LDC2 Segumentation Faults due to alias this on private field + special names (#13119)

* Additional tests for bug 22292

* bump VERSION to v2.098.0-rc.1

Co-authored-by: Walter Bright <WalterBright@users.noreply.github.com>
Co-authored-by: Boris Carvajal <boris2.9@gmail.com>
Co-authored-by: Walter Bright <walter@walterbright.com>
Co-authored-by: Iain Buclaw <ibuclaw@gdcproject.org>
Co-authored-by: Dennis <dkorpel@users.noreply.github.com>
@MartinNowak MartinNowak mentioned this pull request Oct 10, 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.

3 participants