Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't specify period ('.') in extension list #62

Closed
wants to merge 1 commit into from

Conversation

MisterDA
Copy link
Contributor

@MisterDA MisterDA commented Aug 5, 2022

Filename.extension returns the leading period. The former
get_extension function did not. Fixes a regression in 3.3.0.

Fix #61.

(it's august, my time off, too lazy to add a regression test now)

Filename.extension returns the leading period. The former
get_extension function did not. Fixes a regression in 3.3.0.
@hannesm
Copy link
Member

hannesm commented Aug 5, 2022

thanks, merged manually with dune fmt and a regression test.

@hannesm hannesm closed this Aug 5, 2022
hannesm added a commit to hannesm/opam-repository that referenced this pull request Aug 5, 2022
CHANGES:

* Fixed a regression in v3.3.0 where periods ('.') had to be specified
  in the extention list. (mirage/ocaml-crunch#62, @MisterDA, fixes mirage/ocaml-crunch#61 reported by @cemerick)
@MisterDA MisterDA deleted the fix-entension-cli-regression branch August 5, 2022 10:18
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.

file extension inclusion breakage, 3.2.0 -> 3.3.0
2 participants