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

Add NonEmptyHotswap #4267

Open
wants to merge 12 commits into
base: series/3.6.x
Choose a base branch
from

Conversation

morgen-peschke
Copy link

@morgen-peschke morgen-peschke commented Feb 6, 2025

Also corrects the site docs for Hotswap so it conforms to the Hotswap API

Addresses #4268

Copy link
Member

@armanbilge armanbilge left a comment

Choose a reason for hiding this comment

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

Thanks for the PR!

Honestly, I wonder if we should deprecate the old HotSwap.

  1. Hotswap[F, A] is just NonEmptyHotswap[F, Option[A]]. We don't need both.
  2. The current Hotswap API is broken anyway, e.g. see Make HotSwap safe to concurrent access #3480 (comment).

@djspiewak I know you hate it, but there are so many things we could fix if we just embrace the ugly Hotswap2, Queue2, 😅

Oh, also you should retarget to series/3.6.x if you want it to make the next release (@djspiewak are we still merging new APIs into this branch?)

@morgen-peschke morgen-peschke changed the base branch from series/3.x to series/3.6.x February 7, 2025 17:14
@morgen-peschke morgen-peschke force-pushed the add-nonempty-version-of-hotswap branch from 11ca512 to e9965a3 Compare February 7, 2025 17:23
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.

2 participants