You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Concat arguments when enabling haddock
Arguments were unioned with <> which is left-biased, therefore -haddock
swallowed all other args as indeed described in #10782.
I think the bug was introduced by 80f0a65, which makes the expression
modified in this PR to be non-empty if documentation was enabled.
Fixes#10782
* Add test for #10783 (concatenate arguments when enabling haddock)
---------
Co-authored-by: Matthew Pickering <matthewtpickering@gmail.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
0 commit comments