Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Heuristics for path trimming #42

Open
gavinleroy opened this issue Oct 2, 2024 · 0 comments
Open

Heuristics for path trimming #42

gavinleroy opened this issue Oct 2, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@gavinleroy
Copy link
Collaborator

Argus trims all paths by default, to see the full path users need to hover over the symbol.

rustc uses a heuristic to make all visible symbols unique, this implies that if two bare symbols trim to the same thing (e.g., table and table), module prefixes are included to disambiguate (e.g., posts::table and users::table)

@gavinleroy gavinleroy added the enhancement New feature or request label Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant