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

To be evaluated in 4.0 #3691

Open
9 tasks
mikearnaldi opened this issue Sep 26, 2024 · 0 comments
Open
9 tasks

To be evaluated in 4.0 #3691

mikearnaldi opened this issue Sep 26, 2024 · 0 comments
Labels
breaking Breaking change enhancement New feature or request

Comments

@mikearnaldi
Copy link
Member

mikearnaldi commented Sep 26, 2024

This comment will be updated with the ideas that we think we should evaluate for 4.0 (not currently planned)

  • Equal in 4.0 (Proposal) #2855
  • Kill CJS in 4.0 #2613
  • Can Effect be encoded via CPS? namely can Micro become Effect?
  • Can Cause<E> become Array<Fail<E> | Defect | Interrupt>?
  • Can we simplify FiberRef and FiberRefs to be simple maps? we'd lose some semantics that are almost never used
  • Can we have a global memoMap and auto-memoization of layers?
  • Rename Tag to Context and Context to ContextMap
  • Do we actually need Context, maybe Layer should be a constructor of Runtime
  • Prefer type conversion and "yieldability" instead of sub-typing to minimize surprises when auto-flattening
@mikearnaldi mikearnaldi added breaking Breaking change enhancement New feature or request labels Sep 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking Breaking change enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant