parse SUBS to separate directories from files #2
Labels
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Blocks
#4 merge #2 subs parsing to dom makefile
jaynuine/weegie
Reference
jaynuine/weegie#2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
the path part of a sub should be fed to the --directory argument whilst the file itself would be given to --file
this will allow each sub to operate in their own working directory as opposed to that of the topmost
couldn't get custom functions to work properly (both local variable support and return pass by value)
either accept my defeat and pass variable references, giving up on return values, or just avoid functions i guess