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

Rebase stable #16962

Closed
wants to merge 300 commits into from
Closed

Rebase stable #16962

wants to merge 300 commits into from

Conversation

thewilsonator
Copy link
Contributor

No description provided.

dkorpel and others added 30 commits October 7, 2024 13:13
* add const for toString() method

* fix error
This has been deprecated for at least 7 years...
* use enum instead of immutable

* disable enum_array_literal_check for dmd.astbase
The previous definitions are left as the default. They could still
be wrong on some other platforms.
* Refactor -deps and -makedeps code into its own module

* Destructure Params more in dmd.deps
* remove redundant code

* remove redundant attributes
WalterBright and others added 22 commits October 7, 2024 13:27
all but one of its uses are there, the other is in `canthrow.d`
The goal is to remove all semantic imports from AST node files. This makes it obvious what still needs to be done.
LDC and GDC use the `enum class`.
To distinguish it from the `VarDeclaration` overload that does something quite different.
@dlang-bot
Copy link
Contributor

Thanks for your pull request and interest in making D better, @thewilsonator! 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

Auto-close Bugzilla Severity Description
24645 enhancement Hidden static assert error messages if more than 20 errors
24660 normal atomic_wchar_t has wrong size on Posix
24661 normal wctype_t and wctrans_t are platform-dependent
24663 normal dip1000 doesn't check slice expression implicitly converted to static array

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 "master + dmd#16962"

@thewilsonator
Copy link
Contributor Author

Hmm, maybe I did this the wrong way around...

@thewilsonator thewilsonator deleted the rebase-stable branch October 7, 2024 06:00
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.