-
-
Notifications
You must be signed in to change notification settings - Fork 747
[trivial] Fix bracing style in std.traits #5449
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
Conversation
|
@quickfur looks like a transient error on the doc builder, please force push |
|
Force push isn't doing anything, because my branch is already up-to-date. Any other way to kick the autotester to re-run the test? |
Do something like this (On the go, otherwise I can repush myself later). |
03e3ff7 to
09e5a3c
Compare
|
Ah, thanks for the tip! All done now. |
|
Hrm. It's still failing. :-( |
|
Ping @CyberShadow, build log says |
|
Yeah, DAutoTest is currently all red. It greenlit a bad PR which should've been red due to a cached dependency. Sorry about that. Currently bisecting to find the bad PR. |
|
@CyberShadow thx! Also @CyberShadow and @MartinNowak why is jenkins unhappy with this? Error msg seems unrelated: source/unit_threaded/io.d(334,26): Error: expected 0 arguments, not 2 for non-variadic function type nothrow @nogc ref @system File()
source/unit_threaded/io.d(335,26): Error: expected 0 arguments, not 2 for non-variadic function type nothrow @nogc ref @system File()
source/unit_threaded/io.d(285,27): Error: template instance unit_threaded.io.threadWriter!(makeGlobal, makeGlobal) error instantiating
Warning: testIssue31 passes the criteria for a value-parameterized test function but doesn't have the appropriate value UDAs.
Consider changing its name or annotating it with @DontTest |
I think Jenkins has been unhappy about everything since #5421. |
|
Fixed, should be green soon: dlang/dlang.org#1682 |
No description provided.