-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
lang/funcs: add "abspath" function #21409
Conversation
Hi @AndiDog, thank you for submitting this! The test failure is due to the new Now that I look at this error in travis, I will see about making the message clearer and more actionable. |
The error is crystal clear, thanks. I simply didn't run a full |
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.
Thanks for working on this, @AndiDog!
I left one minor comment inline, motivated by consistency with how the path.
references behave in 0.12. If you don't have time to respond to that with a code change, please do let me know and we'll be happy to adjust it as part of merging, since it's a relatively small change and easy to test.
@apparentlymart Ready for your review |
Can we get this in? Still merges nicely to master and the change is very simple. |
Any update on this one? |
@AndiDog thanks for submitting this and addressing the feedback, I'll get this merged 🎉 🎉 🎉 |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Allows working around #21400, and covers a suggested function in #16697