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

Support custom meanings for stop/start in .repl #3

Open
SevereOverfl0w opened this issue Oct 31, 2019 · 2 comments
Open

Support custom meanings for stop/start in .repl #3

SevereOverfl0w opened this issue Oct 31, 2019 · 2 comments
Labels
enhancement New feature or request

Comments

@SevereOverfl0w
Copy link
Collaborator

Related to #2. It would be nice to allow users to re-define what it means to stop/start. e.g. which lifecycle methods to use. This would make it possible for user-space to add-in #1 without losing the managed state & exception handling that's bundled in (although it should be investigated whether that's still useful!)

@SevereOverfl0w SevereOverfl0w added the enhancement New feature or request label Oct 31, 2019
@SevereOverfl0w
Copy link
Collaborator Author

.repl refers to clip/start and clip/stop in 3 places total. The only real coupling between .repl and clip.core is the assumption that ::clip/system will be in any exceptions, and that clip/start and clip/stop would be used as the entrypoint.

There's a deeper question of whether .repl is the right place to tackle this, or if the SPI should be at a higher level, rather than pre/post being prescribed.

@SevereOverfl0w
Copy link
Collaborator Author

#2 may fix this by allowing specifying :start, etc.

SevereOverfl0w pushed a commit that referenced this issue Oct 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant