fort_depend.py icon indicating copy to clipboard operation
fort_depend.py copied to clipboard

Adding -i (--ignore) option to list modules which are found in depend…

Open tsigarid opened this issue 8 years ago • 1 comments

…encies

but should be ignored. This is useful when the code is linked to external libraries.

tsigarid avatar Mar 18 '17 19:03 tsigarid

Hi @tsigarid, thanks for the PR! I've actually done a substantial rewrite of fort_depend (on the rewrite branch), and I've included a feature to specify modules to ignore in that.

Your second commit looks interesting too. Unfortunately, due to the changes I've made, it probably won't merge very easily. I'll have a look at including that feature too. Feel free to submit a PR against the rewrite branch.

ZedThree avatar May 28 '17 09:05 ZedThree