-
Notifications
You must be signed in to change notification settings - Fork 476
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
Add absolute_path
function
#1121
Conversation
remove `canonicalize` note from README.
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.
Some comments, also this needs tests. New tests should be written using the Test
struct, and not the test!
macro. There are some examples in tests/functions.rs
, where tests for this function could also go.
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.
Getting there!
Co-authored-by: Casey Rodarmor <[email protected]>
For some reason the CI job didn't start, so I pushed an empty commit. This should merge soon. If this is functionality that you need, I'm happy to cut a release, just let me know. |
I'm in no desperate need :) This has been my first contribution to a FOSS project, so thanks for giving me the opportunity and helping me through it! |
Nice! Very glad to hear it! |
I asked on the discord and was told there was no function to get the absolute path from a relative path, so here one is!
I haven't written tests for this, please let me know what form the should take.