-
Notifications
You must be signed in to change notification settings - Fork 44
More file path APIs #70
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
Signed-off-by: Louise Poubel <[email protected]>
Codecov Report
@@ Coverage Diff @@
## ign-common3 #70 +/- ##
===============================================
+ Coverage 73.71% 73.72% +0.01%
===============================================
Files 68 68
Lines 9283 9287 +4
===============================================
+ Hits 6843 6847 +4
Misses 2440 2440
Continue to review full report at Codecov.
|
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.
A few grammatical suggestions and a question.
Signed-off-by: Louise Poubel <[email protected]> Co-authored-by: Michael Carroll <[email protected]>
Signed-off-by: Louise Poubel <[email protected]>
Signed-off-by: Louise Poubel <[email protected]>
Signed-off-by: Louise Poubel <[email protected]> Signed-off-by: Michael Carroll <[email protected]>
Add a couple of functions that I'm using to tackle gazebosim/gz-sim#123 :
common::SystemPaths::FilePathEnv
- not to make assumptions about the current value, since we can't be surecommon::SystemPaths::SetFilePathEnv
hasn't been called.common::systemPaths
- we've been exposing function by function of the global instance ofSystemPaths
thoughUtils
. Instead, just expose the pointer so the functions can be called directly.