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
When a project has symlinks in the source tree, stacklit follows them and can end up scanning the same files twice or hitting circular references. Should detect symlinks and either skip them or resolve them to avoid duplicate entries in the output.
When a project has symlinks in the source tree, stacklit follows them and can end up scanning the same files twice or hitting circular references. Should detect symlinks and either skip them or resolve them to avoid duplicate entries in the output.