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

fix(core/xref) : preserve the filename in URL #4788

Merged
merged 2 commits into from
Sep 7, 2024

Commits on Sep 7, 2024

  1. Preserve the filename in the URL of an external term

    See speced#4787 for context. The URL of the spec may end with a filename but the code
    assumed that it would always be a path, and thus that resolving `./` against
    the URL of the spec would be a no-op. The code now makes sure resolve the URL
    of the spec against an empty string when the xref search does not return a more
    specific path.
    tidoust committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    c52a42a View commit details
    Browse the repository at this point in the history
  2. Lint code

    tidoust committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    0a5aa9b View commit details
    Browse the repository at this point in the history