mirror of
https://github.com/apple/pkl.git
synced 2026-01-11 22:30:54 +01:00
[PR #688] [MERGED] Use case-insensitive comparison for module URI schemes #673
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/apple/pkl/pull/688
Author: @odenix
Created: 10/15/2024
Status: ✅ Merged
Merged: 10/15/2024
Merged by: @bioball
Base:
main← Head:uri-scheme-comparison📝 Commits (1)
36f31b6Use case-insensitive comparison for module URI schemes📊 Changes
1 file changed (+4 additions, -4 deletions)
View changed files
📝
pkl-core/src/main/java/org/pkl/core/module/ModuleKeyFactories.java(+4 -4)📄 Description
Previously, some factories used case-sensitive comparison, for no apparent reason.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.