Skip to content
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

ZeekPlugin: Make non-sufficient minimum version a FATAL_ERROR #96

Merged
merged 1 commit into from
Oct 9, 2023

Conversation

awelzel
Copy link
Contributor

@awelzel awelzel commented Oct 9, 2023

The warning is useful, but usually scrolls off the screen before users
run into errors that are less actionable. We now had 3 reports of users
that were stuck with less useful message around the IN_LIST operator
when all they had to do was but the cmake_minimum_required() line.

@awelzel awelzel force-pushed the topic/awelzel/minimum-version-fatal-error branch from 5367d93 to 586cb31 Compare October 9, 2023 14:07
The warning is useful, but usually scrolls off the screen before users
run into errors that are less actionable. We now had 3 reports of users
that were stuck with less useful message around the IN_LIST operator
when all they had to do was but the cmake_minimum_required() line.
Copy link
Member

@bbannier bbannier left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This finally makes the previous hard API break obvious and probably should be called out in NEWS again with a reference to the original break notice.

@awelzel awelzel force-pushed the topic/awelzel/minimum-version-fatal-error branch from 586cb31 to 7832341 Compare October 9, 2023 14:13
@awelzel awelzel merged commit cc92336 into master Oct 9, 2023
1 check passed
@awelzel awelzel deleted the topic/awelzel/minimum-version-fatal-error branch October 9, 2023 14:17
@ckreibich
Copy link
Member

Fully agree with the change. I've added this to the 6.1 board for visibility.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants