Skip to content
Snippets Groups Projects
Unverified Commit ef29ebb2 authored by Javier Sagredo's avatar Javier Sagredo Committed by GitHub
Browse files

Concat arguments when enabling haddock (#10783)


* 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 80f0a652, 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: default avatarMatthew Pickering <matthewtpickering@gmail.com>
Co-authored-by: default avatarmergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
parent 7e0acf7f
No related branches found
No related tags found
No related merge requests found
Pipeline #108525 failed
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment