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

"Local" variables #110

Open
tpluscode opened this issue May 2, 2023 · 0 comments
Open

"Local" variables #110

tpluscode opened this issue May 2, 2023 · 0 comments

Comments

@tpluscode
Copy link
Contributor

Having implemented zazuko/barnard59-core#62 I figured that it would be useful to have a functionality similar to res.local in express

Any step or pipeline might need to keep some local state. The differences from variables would be:

  1. Implement as simple JS object
  2. No check if value is defined
  3. Keep actually local to a pipeline or step. I think they could be shared with children and sub-pipelines but would not go "up"
@tpluscode tpluscode transferred this issue from zazuko/barnard59-core Jun 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant