Closed damaestro closed 9 months ago
Thanks. Do you know why this issue does not show up in the Windows CI builds at https://github.com/stevenlovegrove/Pangolin/actions/runs/7820164725? The CI is using compiler "MSVC 19.37.32826.1" on "Microsoft Windows Server 2022".
Is there a way to test g++14 on Ubuntu 22.04 so we can reproduce this on the CI?
It looks like we'd need to use Ubuntu 23.04 or later for gcc13+.
Can it be that you have to rebase manually to resolve conflicts? GitHub is telling me "This branch cannot be rebased due to too many changes".
Huh, there is only one commit in this branch and it's up to date with the master branch otherwise.
Huh, there is only one commit in this branch and it's up to date with the master branch otherwise.
That appears to be a bug with GitHub. I fixed that with the workaround mentioned here: https://github.com/orgs/community/discussions/51612.