Skip to content

Conversation

@drteeth
Copy link

@drteeth drteeth commented Jul 8, 2025

The current minimum version of Elixir is 1.13, but includes depends on URI.append_path/1 which isn't available until 1.15. This PR checks the Elixir version at runtime and either uses the new API, or uses a version of that implementation copied directly in the source here.

The idea is for this to be used temporarily until the minimum version of Elixir is raised to at least 1.15.

The doc tests were not running for us, so we also fixed those while driving by.

drteeth added 2 commits July 8, 2025 10:35
* Temporary, to be removed when the project raises the minimum Elixir
  version
@drteeth drteeth marked this pull request as draft July 8, 2025 17:49
@drteeth drteeth marked this pull request as ready for review July 8, 2025 18:00
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