caleb-allen / VimBindings.jl

Vim bindings for the Julia REPL
https://caleb-allen.github.io/VimBindings.jl/
MIT License
111 stars 3 forks source link

CompatHelper: bump compat for Match to 2, (keep existing compat) #83

Closed github-actions[bot] closed 1 year ago

github-actions[bot] commented 1 year ago

This pull request changes the compat entry for the Match package from ~1.2.0 to ~1.2.0, 2. This keeps the compat entries for earlier versions.

Note: I have not tested your package with this new compat entry. It is your responsibility to make sure that your package tests pass before you merge this pull request.

caleb-allen commented 1 year ago

It looks like we will need to catch a MatchFailure when matching, rather than expecting a nothing return value, in order to be compatible with Match.jl 2.0+.

[compat] doing exactly what it was designed for!