-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix compilation error with GCC 14 due to missing header #413
Conversation
Apparently this now needs <algorithm>.
I don't get why clang-tidy is blowing up here. Did we miss the fact that it did so in the past? I've not gone near the things it's complaining about. @timwoj, @Neverlord, I'd be grateful, thx... |
Probably #365 |
The /edit: seems there's more. I'll look into it. |
fc14b03
to
6a702cb
Compare
@timwoj can I pull this into |
This PR is marked/labeled for So maybe open a new PR with just the clang-tidy fixes targeted for |
@Neverlord and me chatted - not 100% sure what the plan is/was but seems
So he'll force-push remove the clang-tidy fixes (and re-spin in a separate PR) and the rest of the fixes would be merged into |
6a702cb
to
3beedb5
Compare
As a heads up, we won't be doing any more 6.0/6.2 releases once 7.0 is released. |
It might be that for 6.0 there's nothing interesting right now? But there's minimally the following in Release Cadence:
This PR concerns only 6.2 though IIUC. |
Zeek 6.2 no longer compiles with GCC 14.1.1 (the default on Fedora 40):
I'm going to mark this down on the list of issues for upcoming Zeek patch releases. Zeek 6.0 is not affected.