Chris Mayo
Chris Mayo
GCC 14 issue was reported (and apparently fixed): https://github.com/AngusJohnson/Clipper2/issues/823 I got those specific test failures a few times, this last one is different. Haven't got a pass yet.
It is Manifold itself that is downloading Clipper2 1.3.0 specifically: manifoldDeps.cmake ```cmake FetchContent_Declare(Clipper2 GIT_REPOSITORY https://github.com/AngusJohnson/Clipper2.git GIT_TAG Clipper2_1.3.0 GIT_PROGRESS TRUE SOURCE_SUBDIR CPP ) ``` I've got gcovr to not error anyway:...
Let's call this one done. Everything usable now is merged or in its own PR.
Not sure a nice solution exists really. Adding an extra assignment to every request ... I think I'd rather just patch my own. But then a global assignment isn't great...
I've rebased on main, but I forgot to move the PR target branch until afterwards so the checks will need to be rerun. Looks like the `$ident->{plugin}` and `param ('plugin_instance')`...
Well, I've rebased and force pushed without any changes. I worked around one CI failure for another commit by basing on an earlier commit on main, now there is another...
Rebased on latest main and we now have a green tick.
> Hi @cjmayo , > can you please see #3471. I think it would be good to fix collection.cgi as well. Also, making the scalar references to CGI::param() explicit. Looks...
Is this a duplicate/expansion of #782? Please have a look at PR #788 - better still try it! - and see if it meets your needs.
I did some experiments with some simple HTML files and AnchorCheck was able to detect whether something like: `` existed or not. Looks like at the original time of posting...