When loading a project file and walking source directories, if encountering a path such as:
parent/child/parent, where the nested parent is a symlink to the top level parent, the program gets caught in a recursive loop and crashes.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
When loading a project file and walking source directories, if encountering a path such as:
parent/child/parent, where the nested parent is a symlink to the top level parent, the program gets caught in a recursive loop and crashes.
Thanks for reporting this issue. Do you see it in the GUI or command line tool?
I saw it in the GUI.