Fix 383 - Formatting AST including @trusted delegate produces inval…#399
Fix 383 - Formatting AST including @trusted delegate produces inval…#399dlang-bot merged 2 commits intodlang-community:masterfrom
@trusted delegate produces inval…#399Conversation
Codecov Report
@@ Coverage Diff @@
## master #399 +/- ##
==========================================
+ Coverage 76.26% 78.02% +1.75%
==========================================
Files 9 9
Lines 7168 7181 +13
==========================================
+ Hits 5467 5603 +136
+ Misses 1701 1578 -123
Continue to review full report at Codecov.
|
…id output `do`was written unconditionally even though `hasDo` was false.
|
The second commit ensures proper newlines/indentation for Also added a bunch of tests. |
|
Thanks! Looks like Travis had a spurious failure tho. |
|
Could you have a look @WebFreak001 ? |
|
Can we have a merge & release then ? 👼 |
|
(stable) release will take a little because we have the token trivia changes in right now, which changed how ddoc of tokens was handled, which still needs a little more testing for backwards compatibility |
…id output
dowas written unconditionally even thoughhasDowas false.