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

Tilde does not expand to home dir #226

Closed
amkhlv opened this issue Jan 2, 2022 · 2 comments
Closed

Tilde does not expand to home dir #226

amkhlv opened this issue Jan 2, 2022 · 2 comments

Comments

@amkhlv
Copy link

amkhlv commented Jan 2, 2022

It seems that ~ does not expand to home directory, when doing import.
Say, a dhall file has:
[] : ~/myschema.dhall
Calling serde_dhall::from_file of it does not find ~/myschema.dhall. It says No such file or directory (os error 2)

@basile-henry
Copy link
Collaborator

This looks like a duplicate of #223 which was fixed in #224
Have you tried to upgrade to the latest version (0.11.0)? The fix should be included in there. 😄

@amkhlv
Copy link
Author

amkhlv commented Jan 3, 2022

Yes, it works fine after upgrade ! Thank you !

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

No branches or pull requests

2 participants