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

2 kinds of errors (or warnings) that would assist workflow debugging #157

Open
nschneid opened this issue Aug 28, 2013 · 0 comments
Open

Comments

@nschneid
Copy link
Contributor

It would be nice if workflow analysis reported two kinds of issues:

  1. When a plan specifies an invalid branch for a branch point: I had (BranchPoint: 1) in a plan even though BranchPoint had no branch called 1; ducttape merely said no vertices were found in the plan.
  2. When a branch graft specifies branches on irrelevant branch points: I had an input like x=$y@z[BP1:0,BP2:0] where the z task was associated with BP1 but not BP2. This caused the desired realization (with [BP1:0]) to be filtered out silently.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant