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

Missed 'sysinfo' Procedure for Indirectly Called Procedures #10

Open
GoogleCodeExporter opened this issue Mar 23, 2015 · 1 comment
Open

Comments

@GoogleCodeExporter
Copy link

When declare two procedure files like this:

$ cat a.pipe
function a_sysinfo
{
   # something
}
function a_foo
{
   # something
}

$ cat b.pipe
function b_sysinfo
{
   # something
}
function b_foo
{
   SP_run a_foo
}

Now, run command 'seqpipe -m a.pipe -m b.pipe b_foo'. Only the procedure 
'b_sysinfo' is called, and 'a_sysinfo' is not called.

It is expected that both 'a_sysinfo' and 'b_sysinfo' should be called, since 
'a_foo' and 'b_foo' are called in the pipeline.

Original issue reported on code.google.com by [email protected] on 23 Dec 2012 at 6:07

@GoogleCodeExporter
Copy link
Author

Owner changes.

Original comment by yanlinlin82 on 19 Sep 2013 at 12:21

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