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

spawn: function auto-loading other functions are not included in spawned code #39

Open
icasimpan opened this issue Apr 15, 2023 · 0 comments
Assignees
Labels

Comments

@icasimpan
Copy link
Collaborator

Example:

projects/hello/lib/greet.bash.inc

greet() {
   autoload_functions "banner"
}

Will include the `banner()" function within spawned code but not the caller, that is, greet is left out which is obviously wrong.
Investigate and put a fix as this is a common scenario.

@icasimpan icasimpan added the bug label Apr 15, 2023
@icasimpan icasimpan self-assigned this Apr 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant