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

Use MutableIntObjectMap once https://issuetracker.google.com/issues/378077858 is fixed.... #2439

Open
github-actions bot opened this issue Nov 8, 2024 · 1 comment
Labels

Comments

@github-actions
Copy link

github-actions bot commented Nov 8, 2024

// TODO Use MutableIntObjectMap once https://issuetracker.google.com/issues/378077858 is fixed.


    is GeneratedHostProtocol -> factory
  }

  // TODO Use MutableIntObjectMap once https://issuetracker.google.com/issues/378077858 is fixed.
  private val nodes =
    mutableMapOf<Int, ProtocolNode<W>>(Id.Root.value to RootProtocolNode(container))

  private val removeNodeById = IdVisitor { nodes.remove(it.value) }


@JakeWharton
Copy link
Collaborator

This is fixed in the 1.5 alphas, so once we get on 1.5 we can revert the change.

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

No branches or pull requests

1 participant