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 'replace', 'splice', and/or 'insert' operations #129

Open
khaeru opened this issue Feb 9, 2024 · 0 comments
Open

Add 'replace', 'splice', and/or 'insert' operations #129

khaeru opened this issue Feb 9, 2024 · 0 comments
Labels
enh New feature or request

Comments

@khaeru
Copy link
Owner

khaeru commented Feb 9, 2024

These would:

  • Duplicate an existing computation identified by a key k using a new key, k_new.
  • Replace k with a new computation that receives k_new as input.

This basic feature would support operations like:

  • Insert a pass-through step that logs a particular Quantity, makes an assertion, etc.
@khaeru khaeru added the enh New feature or request label Feb 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enh New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant