You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using graphmod on several packages that define multiple executables, each module implicitly named Main. graphmod does a fine job when each executable has an explicit (unique) module declaration, or when there is only one Main. With multiple Mains, I'm not getting edges drawn for any of them.
Would you add a feature to better handle multiple Main modules?
I have a few ideas of what this might look like:
when encountering multiple Mains, automatically substitute file name
same as above, but only with a command line option
same as above, but prepend file name, like filename:Main
same as above, only for files without explicit module declaration
Any of these would meet my needs.
The text was updated successfully, but these errors were encountered:
yav
added a commit
that referenced
this issue
Sep 1, 2020
I'm using graphmod on several packages that define multiple executables, each module implicitly named Main. graphmod does a fine job when each executable has an explicit (unique)
module
declaration, or when there is only oneMain
. With multipleMain
s, I'm not getting edges drawn for any of them.Would you add a feature to better handle multiple
Main
modules?I have a few ideas of what this might look like:
filename:Main
Any of these would meet my needs.
The text was updated successfully, but these errors were encountered: