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

missing readable error message #6

Open
SupraSummus opened this issue Mar 10, 2019 · 0 comments
Open

missing readable error message #6

SupraSummus opened this issue Mar 10, 2019 · 0 comments
Labels
bug Something isn't working

Comments

@SupraSummus
Copy link
Owner

#!/usr/bin/env pgspawn
nodes:
  - command: [minos/minos, 0, 3, "-,1"]
    inputs:
      0: program
      3: program_inner
    outputs:
      #1: test
  - command: [cat, programs/cnew.c.bin]
    outputs: {1: program}
  - command: [cat, programs/hello.asm.bin]
    outputs: {1: program_inner}
  - command: [./stdin-eq, "parent\nhello world\n"]
    inputs:
      0: test

results in a stacktrace

@SupraSummus SupraSummus added the bug Something isn't working label Mar 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant