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

improvement: Use dependencyModule for resolving sources #6213

Merged
merged 1 commit into from Mar 18, 2024

Commits on Mar 18, 2024

  1. improvement: Use dependencyModule for resolving sources

    Previously, we would assume that the source jar is in the same directory as the normal jar. Now we use dependencyModules for that and only fallback to the previous logic if we can't find the jar in dependency modules.
    
    This extracts part of the lazy classpath PR
    
    Fixes scalameta#6182
    tgodzik committed Mar 18, 2024
    Copy the full SHA
    d578eba View commit details
    Browse the repository at this point in the history