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

Prevent event notifications from being suppressed if logging for the given event happens to be disabled #492

Merged
merged 1 commit into from
Feb 9, 2024

Conversation

rdw-software
Copy link
Member

The behavior as specified doesn't make any sense, as it conflates the event log with the actual event registry. Disabling logging should of course not disable notifications as that would completely break any code that expects to get notified.

Maybe this is a sign the intent needs to be made clearer, seeing how the "minimal" naming convention selected here (which is typically used in Lua and C) doesn't sufficiently express this nuance. Will have to consider this when streamlining the API...

The behavior as specified doesn't make any sense, as it conflates the event log with the actual event registry. Disabling logging should of course not disable notifications as that would completely break any code that expects to get notified.

Maybe this is a sign the intent needs to be made clearer, seeing how the "minimal" naming convention selected here (which is typically used in Lua and C) doesn't sufficiently express this nuance. Will have to consider this when streamlining the API...
@rdw-software rdw-software merged commit ba5c5db into main Feb 9, 2024
11 checks passed
@rdw-software rdw-software deleted the etrace-notify-fix branch February 9, 2024 18:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant