Skip to content
This repository was archived by the owner on Jul 8, 2025. It is now read-only.
This repository was archived by the owner on Jul 8, 2025. It is now read-only.

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

@icasimpan

Description

@icasimpan

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.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions