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

[ign-common3] Miscellaneous Cleanups #107

Merged
merged 4 commits into from
Oct 21, 2020
Merged

[ign-common3] Miscellaneous Cleanups #107

merged 4 commits into from
Oct 21, 2020

Conversation

mjcarroll
Copy link
Contributor

A few things that I found when doing the forward port

  1. Use variables in the examples CMakeLists.txt file to keep things from breaking across ports
  2. Add a string "Join" function for convenience.
  3. Replace all getenv, setenv, putenv, unsetenv with Ignition functionality.

@github-actions github-actions bot added 🏢 edifice Ignition Edifice 🏰 citadel Ignition Citadel 📜 blueprint Ignition Blueprint 🔮 dome Ignition Dome labels Oct 19, 2020
@codecov
Copy link

codecov bot commented Oct 19, 2020

Codecov Report

Merging #107 into ign-common3 will increase coverage by 0.03%.
The diff coverage is 100.00%.

Impacted file tree graph

@@               Coverage Diff               @@
##           ign-common3     #107      +/-   ##
===============================================
+ Coverage        73.97%   74.00%   +0.03%     
===============================================
  Files               69       69              
  Lines             9421     9432      +11     
===============================================
+ Hits              6969     6980      +11     
  Misses            2452     2452              
Impacted Files Coverage Δ
src/StringUtils.cc 96.96% <100.00%> (+1.51%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 154f9de...ff4d641. Read the comment docs.

Copy link
Contributor

@chapulina chapulina left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM with happy CI once Jenkins is back

@mjcarroll mjcarroll merged commit 4b4da98 into ign-common3 Oct 21, 2020
@mjcarroll mjcarroll deleted the misc_cleanups branch October 21, 2020 18:17
mjcarroll added a commit that referenced this pull request Oct 26, 2020
* Use variable substitution to prevent forward port issues
* Add string Join functionality
* Replace all uses of env with Ignition functions

Signed-off-by: Michael Carroll <[email protected]>
mjcarroll added a commit that referenced this pull request Oct 27, 2020
* Use variable substitution to prevent forward port issues
* Add string Join functionality
* Replace all uses of env with Ignition functions

Signed-off-by: Michael Carroll <[email protected]>
mjcarroll added a commit that referenced this pull request Oct 29, 2020
* Use variable substitution to prevent forward port issues
* Add string Join functionality
* Replace all uses of env with Ignition functions

Signed-off-by: Michael Carroll <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📜 blueprint Ignition Blueprint 🏰 citadel Ignition Citadel 🔮 dome Ignition Dome 🏢 edifice Ignition Edifice
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants