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 href for aliased modules in search results #1108

Merged
merged 5 commits into from
May 3, 2024

Commits on May 2, 2024

  1. Add a test for search links in module aliases

    Signed-off-by: Paul-Elliot <[email protected]>
    panglesd committed May 2, 2024
    Configuration menu
    Copy the full SHA
    a0dbebf View commit details
    Browse the repository at this point in the history
  2. Search urls links to the definition point and not the expansion

    Otherwise, we can end up with 404 links. See ocaml#1106.
    
    Signed-off-by: Paul-Elliot <[email protected]>
    panglesd committed May 2, 2024
    Configuration menu
    Copy the full SHA
    b817d4f View commit details
    Browse the repository at this point in the history
  3. Add changelog for ocaml#1108

    Signed-off-by: Paul-Elliot <[email protected]>
    panglesd committed May 2, 2024
    Configuration menu
    Copy the full SHA
    63819e6 View commit details
    Browse the repository at this point in the history
  4. Change lower bound for search tests

    The "module alias" test uses syntax introduced after 4.06
    
    Signed-off-by: Paul-Elliot <[email protected]>
    panglesd committed May 2, 2024
    Configuration menu
    Copy the full SHA
    f5c61fa View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Add clarifying comment for search links

    Signed-off-by: Paul-Elliot <[email protected]>
    panglesd committed May 3, 2024
    Configuration menu
    Copy the full SHA
    6dc65a9 View commit details
    Browse the repository at this point in the history