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
Hi,
it seems the tool doesn't process all the import syntax correctly. Not sure which ones it skips but I recommend checking into it:
import Package [as newname]
from Package import sub [as newname]
from .. import relativething [as newname]
from Foo import *
I don't know if the cycle detection is buggy or that the tool misses some imports (or both), but it doesn't find any cycle at all in my Pyro4 project. But there sure are cycles! See irmen/Pyro4#148 (the graphs are generated by my own cycle analisys tool + graphviz btw)
The text was updated successfully, but these errors were encountered:
Hi,
it seems the tool doesn't process all the import syntax correctly. Not sure which ones it skips but I recommend checking into it:
import Package [as newname]
from Package import sub [as newname]
from .. import relativething [as newname]
from Foo import *
I don't know if the cycle detection is buggy or that the tool misses some imports (or both), but it doesn't find any cycle at all in my Pyro4 project. But there sure are cycles! See irmen/Pyro4#148 (the graphs are generated by my own cycle analisys tool + graphviz btw)
The text was updated successfully, but these errors were encountered: