-
-
Notifications
You must be signed in to change notification settings - Fork 672
Move DiagnosticReporter to errors.d
#9484
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
Move DiagnosticReporter to errors.d
#9484
Conversation
|
Thanks for your pull request and interest in making D better, @jacob-carlborg! 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 referencesYour 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 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 "master + dmd#9484" |
9a761cd to
203bdf3
Compare
|
Semaphore fails with |
203bdf3 to
88f6aee
Compare
|
Fixed, hopefully. It's quite annoying that there seems to be no easy way to run all the test. I'm guessing it's because different tests are run on different CI platforms. |
|
I don't see why Semaphore is failing. |
88f6aee to
bdd4a5f
Compare
It's more suitable located in `errors.d` since it's part of the error handling. It can also be used in other places then the lexer in the future.
bdd4a5f to
e02dd04
Compare
|
|
|
Apparently it was added by #9350 |
It's more suitable located in
errors.dsince it's part of the error handling. It can also be used in other places then the lexer in the future.Part of #9480.