Skip to content
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.

Handling Env modifications #1

Closed
jkarni opened this issue May 28, 2018 · 2 comments
Closed

Handling Env modifications #1

jkarni opened this issue May 28, 2018 · 2 comments
Labels
effects Effect-system issue enhancement New feature or request

Comments

@jkarni
Copy link
Contributor

jkarni commented May 28, 2018

Currently env state is not managed by the effects system.

A few things to consider:

  • On the one hand it would be nice to unify the env modifications with the rest of the effects system
  • On the other this means we need continuations to handle local gets and sets.
  • Persistence will probably eventually just be a subscriber
@jkarni
Copy link
Contributor Author

jkarni commented May 28, 2018

Arguably errors too are in a similar position, but I'm definitely punting on that problem until I see the benefits.

@jkarni jkarni added enhancement New feature or request effects Effect-system issue labels May 30, 2018
@jkarni
Copy link
Contributor Author

jkarni commented Oct 1, 2018

Done, albeit in a different way than originally conceived of in this issue, in #99.

@jkarni jkarni closed this as completed Oct 1, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
effects Effect-system issue enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant