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 EdgeHolder from incorrectly reporting an active connection #402

Merged
merged 4 commits into from
Sep 28, 2023

Commits on Sep 28, 2023

  1. Configuration menu
    Copy the full SHA
    39ba316 View commit details
    Browse the repository at this point in the history
  2. release_edge_connection should only reset the m_connected_edge, preve…

    …nts check_active_connection from mistakenly returning true for a holder where init_owned_edge has been called but neither the init_connected_edge method or the add_connector method have not been called
    dagardner-nv committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    790a50c View commit details
    Browse the repository at this point in the history
  3. IWYU fixes

    dagardner-nv committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    50b50e7 View commit details
    Browse the repository at this point in the history
  4. Fix type-o

    dagardner-nv committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    8e90892 View commit details
    Browse the repository at this point in the history