-
Notifications
You must be signed in to change notification settings - Fork 27
fix pl.path can't resolve the path started with ~ #94
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
Conversation
|
This is not a task for |
|
thanks @Tieske what's the solution you will suggest to?
my opinion is first one 🙇 |
|
first option seems fine to me |
604174c to
a96d087
Compare
a96d087 to
122be0b
Compare
|
@Tieske sorry for late reply, please take a look. thank you 🙇 |
Tieske
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
|
@AllenFang Could you sign the CLA and add a changelog entry in the README? |
|
okay, will do it soon |
|
ping @windmgc |
Base on lunarmodules/luafilesystem#172, seem
pl.isfileandpl.isdifwill return the wrong result if the path start with "~"currently I can confirm there's a bug when load cred file:
Above I got nil caused by here, however, I am sure my credentials file exist and format is definitely correct. So I raised the lunarmodules/luafilesystem#172 issue. Not sure how and when they fix it but we can safely fix this issue by an absolute path.