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

Use greedy extension for -intf-suffix #189

Closed
wants to merge 1 commit into from

Conversation

rgrinberg
Copy link
Member

Since reason sources are named as .{re,rei}.{ml,mli}

Fix #184

@rgrinberg rgrinberg requested a review from a user July 14, 2017 19:27
src/import.ml Outdated
match split_extension fn with
| _, "" -> ""
| (f, e) when Filename.extension f = "" -> e
| (f, e) -> greedy_extension f ^ "." ^ e
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the original patch, but should I just use String.lsplit2 here?

Since reason sources are named as .{re,rei}.{ml,mli}
@ghost
Copy link

ghost commented Jul 18, 2017

Superseded by 0d1a3b7

@ghost ghost closed this Jul 18, 2017
@rgrinberg rgrinberg deleted the reason-ext-fix branch July 18, 2017 20:36
This pull request was closed.
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