-
Notifications
You must be signed in to change notification settings - Fork 643
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
Fixed breadcrumb links for packages with build metadata #8157
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the contribution @rocklan 🏆!
Let's ensure the null behavior doesn't cause problems.
Would it be possible to get a unit test to cover this case? |
I've added a unit test to cover this in the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome, thanks so much! The unit test is 💯
Hey, it looks like this test is failing on your branch (per CI):
|
I've committed a fix for this, it was previously checking that the version number on the end of a link was |
Awesome, thanks for this contribution @rocklan! 🥇 |
Fixes breadcrumb links for packages with build metadata:
The only question now is if we want to continue to display the build metadata in the link (the +6...) part. I think it's ok, but that's me.
Addresses #8136