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

✨ Produce "//" in web paths #4935

Merged
merged 5 commits into from
Apr 26, 2024
Merged

✨ Produce "//" in web paths #4935

merged 5 commits into from
Apr 26, 2024

Commits on Apr 26, 2024

  1. ✨ Produce "//" in web paths

    Even if it used to be already the case, users had to specify a larger than default size to be able to see paths containing a "//" into them. As "//" is crucial in paths and totally part of the spec, they need to be generated with our default size too.
    
    The current PR makes sure we have a better balance between number of segments in a path and length of the segments. Our previous version (with default size) used to sacrify the number of segments and to prefer longer one. We now mix both.
    
    Related to #4896
    dubzzz authored Apr 26, 2024
    Configuration menu
    Copy the full SHA
    21c69d6 View commit details
    Browse the repository at this point in the history
  2. version

    dubzzz authored Apr 26, 2024
    Configuration menu
    Copy the full SHA
    a0f5074 View commit details
    Browse the repository at this point in the history
  3. update doc

    dubzzz authored Apr 26, 2024
    Configuration menu
    Copy the full SHA
    1613f16 View commit details
    Browse the repository at this point in the history
  4. update snaps

    dubzzz authored Apr 26, 2024
    Configuration menu
    Copy the full SHA
    b2c605b View commit details
    Browse the repository at this point in the history
  5. snaps again

    dubzzz authored Apr 26, 2024
    Configuration menu
    Copy the full SHA
    494f5a6 View commit details
    Browse the repository at this point in the history