Run pipeline code lens: Include only statements in the backward slice of statements with side effects · Issue #1354 · Safe-DS/DSL · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The "Run pipeline" code lens is meant to run a pipeline for its side effects. Currently, however, all statements are executed (unless they have no effect whatsoever).
Desired solution
Compute the backward slice for any statement in the pipeline with side effects and combine them. Run only those statements.
Possible alternatives (optional)
No response
Screenshots (optional)
No response
Additional Context (optional)
No response
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem?
The "Run pipeline" code lens is meant to run a pipeline for its side effects. Currently, however, all statements are executed (unless they have no effect whatsoever).
Desired solution
Compute the backward slice for any statement in the pipeline with side effects and combine them. Run only those statements.
Possible alternatives (optional)
No response
Screenshots (optional)
No response
Additional Context (optional)
No response
The text was updated successfully, but these errors were encountered: