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 URI equality checks #180

Merged
merged 1 commit into from
Apr 25, 2024
Merged

Conversation

mjbvz
Copy link
Contributor

@mjbvz mjbvz commented Apr 25, 2024

Using .toString was unsafe as it hide some typing errors. This PR adds a new isSameResource helper which catches these

Using `.toString` was unsafe as it hide some typing errors. This PR adds a new `isSameResource` helper which catches these
@mjbvz mjbvz self-assigned this Apr 25, 2024
@mjbvz mjbvz enabled auto-merge April 25, 2024 18:33
@vscodenpa vscodenpa added this to the April 2024 milestone Apr 25, 2024
@mjbvz mjbvz merged commit f1e44e4 into microsoft:main Apr 25, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants