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

Replace realpath with newer and simpler library #890

Merged
merged 1 commit into from
Aug 2, 2023
Merged

Conversation

gandarez
Copy link
Member

@gandarez gandarez commented Aug 2, 2023

The realpath port was initially designed in 2010 and last modified in 2017 which misses some language features added to Golang since them. This PR replaces that library with one written by me and well tested.

https://github.com/gandarez/go-realpath

Fixes #888

@gandarez gandarez self-assigned this Aug 2, 2023
@gandarez gandarez merged commit 8959add into develop Aug 2, 2023
17 checks passed
@gandarez gandarez deleted the bugfix/realpath branch August 2, 2023 14:08
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.

panic: runtime error: index out of range [0] with length 0
2 participants