Skip to content

Fix rebar_uri:parse compatibility with OTP 28#3018

Open
UGOtang wants to merge 1 commit into
erlang:mainfrom
UGOtang:fix-otp28-uri-parse
Open

Fix rebar_uri:parse compatibility with OTP 28#3018
UGOtang wants to merge 1 commit into
erlang:mainfrom
UGOtang:fix-otp28-uri-parse

Conversation

@UGOtang

@UGOtang UGOtang commented May 10, 2026

Copy link
Copy Markdown

In OTP 28, uri_string:parse/1 may omit the 'path' key from the returned map when the path is empty, causing pattern matching failures. This commit adds a fallback clause to handle missing path key.

In OTP 28, uri_string:parse/1 may omit the 'path' key from the
returned map when the path is empty, causing pattern matching
failures. This commit adds a fallback clause to handle missing
path key.
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.

1 participant