Makefiles: Enable -checkaction-context for unittest builds#2836
Makefiles: Enable -checkaction-context for unittest builds#2836wilzbach merged 1 commit intodlang:masterfrom
Conversation
|
Yeah, I am not sure |
|
BTW @MoonlightSentinel please feel free to send me a ping if you want to be part of the DLang Slack. It's often more efficient to talk there ;-) |
Agreed, but testing this feature on a large codebase (druntime/phobos) seems useful to flush out any remaining bugs (hence the draft PRs)
@wilzbach Like this? (Sorry, first 'real' GitHub project) |
👍
Well, I was more asking for a quick email (sorry for not being clearer). Anyhow, I was just asking for your consent because I didn't want to send things to your email address without asking. |
Thanks!
Seems reasonable |
478b89f to
34a1a55
Compare
|
Verbose output lists
Any suggestions? |
e13cb0c to
caddcef
Compare
caddcef to
805b4e5
Compare
|
Unittest builds using |
wilzbach
left a comment
There was a problem hiding this comment.
Awesome work! Thank you very much!
|
Keep up this awesome work! Making |
Build unittests with informative assert messages to improve the CI logs and ease bug hunting (inspired by dlang/phobos#7222).
Draft PR as this revealed some bugs in the implementation of
-checkaction=context:CC @burner