Skip to content

chore: removed deprecated match of range - #71

Open
seeplusplus wants to merge 1 commit into
beam-telemetry:mainfrom
seeplusplus:main
Open

chore: removed deprecated match of range#71
seeplusplus wants to merge 1 commit into
beam-telemetry:mainfrom
seeplusplus:main

Conversation

@seeplusplus

@seeplusplus seeplusplus commented Aug 13, 2024

Copy link
Copy Markdown

fixes a build warning on modern versions of elixir where matching without step is deprecated

warning: first..last inside match is deprecated, you must always match on the step: first..last//var or first..last//_ if you want to ignore it

@ausimian

ausimian commented Oct 2, 2025

Copy link
Copy Markdown

Is there an ETA for getting this merged? The deprecation warning prevents a clean build on any project that has this in its set of dependencies. Thx.

@Ebtoulson

Copy link
Copy Markdown

Looks like this was addressed in #74 but a new tag has not been created yet.

@dl-alexandre

Copy link
Copy Markdown

This PR appears to be superseded by #74 which was merged on Aug 11, 2025. The fix for the Elixir 1.18+ deprecation warning is already in main, but there's no new Hex release yet (latest is still 1.2.1). Closing this PR would help clean up the backlog.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

4 participants