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

fix: event-handler leakage #788

Merged
merged 7 commits into from
Jan 26, 2024
Merged

fix: event-handler leakage #788

merged 7 commits into from
Jan 26, 2024

Commits on Jan 25, 2024

  1. fix: event-handler leakage

    Fixes an issue where event handlers could be leaked if the same handler reference was added twice to different events
    
    Signed-off-by: Todd Baert <[email protected]>
    toddbaert committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    5756747 View commit details
    Browse the repository at this point in the history
  2. fixup: lint

    Signed-off-by: Todd Baert <[email protected]>
    toddbaert committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    6412810 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2873123 View commit details
    Browse the repository at this point in the history
  4. fixup: make inline comment

    Signed-off-by: Todd Baert <[email protected]>
    toddbaert committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    966fba0 View commit details
    Browse the repository at this point in the history
  5. fixup: remove duped assertion

    Signed-off-by: Todd Baert <[email protected]>
    toddbaert committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    93dcb20 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. fixup: allow duplicate event handlers

    Signed-off-by: Todd Baert <[email protected]>
    toddbaert committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    bef621e View commit details
    Browse the repository at this point in the history
  2. fixup: improve test name

    Signed-off-by: Todd Baert <[email protected]>
    toddbaert committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    a7fa041 View commit details
    Browse the repository at this point in the history