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

Fix commonPrefix and stripPrefix #435

Merged
merged 2 commits into from
Jun 17, 2022
Merged

Fix commonPrefix and stripPrefix #435

merged 2 commits into from
Jun 17, 2022

Conversation

Gabriella439
Copy link
Owner

They were both handling paths with extensions incorrectly. For
example:

>>> stripPrefix "./" "./foo.bar"
Just "foo/.bar"

They were both handling paths with extensions incorrectly.  For
example:

```haskell
>>> stripPrefix "./" "./foo.bar"
Just "foo/.bar"
```
@Gabriella439 Gabriella439 merged commit af8c16e into main Jun 17, 2022
@Gabriella439 Gabriella439 deleted the gabriella/fix_prefix branch June 17, 2022 20:13
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