ZedThree / fort_depend.py

A python script to generate dependencies for Fortran projects
MIT License
41 stars 21 forks source link

Eliminate circular dependencies in targets. #8

Closed gkenway closed 2 years ago

gkenway commented 8 years ago

Check if a file depends on itself and not include it in the depends list. Also slight modification to use regex to not detect variables starting with use

ZedThree commented 7 years ago

Hi @gkenway, I've included both of these changes in the rewrite branch, with attribution to you. I've also started adding tests to that branch to catch things like this.