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

Improved Windows support #197

Merged
merged 2 commits into from
Apr 12, 2021
Merged

Conversation

ahcorde
Copy link
Contributor

@ahcorde ahcorde commented Apr 9, 2021

Signed-off-by: ahcorde [email protected]

๐Ÿง‘โ€๐Ÿญ Improvement

Summary

Improved Windows support. This PR is required here gazebosim/gz-fuel-tools#178

Checklist

  • Signed all commits for DCO
  • Added tests
  • Updated documentation (as needed)
  • Updated migration guide (as needed)
  • codecheck passed (See contributing)
  • All tests passed (See test coverage)
  • While waiting for a review on your PR, please help review another open pull request to support the maintainers

Note to maintainers: Remember to use Squash-Merge

@ahcorde ahcorde added the Windows Windows support label Apr 9, 2021
@ahcorde ahcorde requested a review from mjcarroll April 9, 2021 08:42
@ahcorde ahcorde self-assigned this Apr 9, 2021
@github-actions github-actions bot added ๐Ÿฐ citadel Ignition Citadel ๐Ÿ“œ blueprint Ignition Blueprint ๐Ÿ”ฎ dome Ignition Dome labels Apr 9, 2021
@codecov
Copy link

codecov bot commented Apr 9, 2021

Codecov Report

Merging #197 (98173df) into ign-common3 (2582754) will decrease coverage by 0.09%.
The diff coverage is 34.78%.

โ— Current head 98173df differs from pull request most recent head c5caa4d. Consider uploading reports for the commit c5caa4d to get more accurate results
Impacted file tree graph

@@               Coverage Diff               @@
##           ign-common3     #197      +/-   ##
===============================================
- Coverage        75.16%   75.07%   -0.10%     
===============================================
  Files               72       72              
  Lines            10237    10260      +23     
===============================================
+ Hits              7695     7703       +8     
- Misses            2542     2557      +15     
Impacted Files Coverage ฮ”
include/ignition/common/Util.hh 100.00% <รธ> (รธ)
src/Filesystem.cc 73.29% <0.00%> (-6.99%) โฌ‡๏ธ
src/URI.cc 98.48% <75.00%> (-0.29%) โฌ‡๏ธ
src/SystemPaths.cc 88.03% <100.00%> (+0.26%) โฌ†๏ธ

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 2582754...c5caa4d. Read the comment docs.

@ahcorde
Copy link
Contributor Author

ahcorde commented Apr 9, 2021

There is an issue removing a TMP_*.mp4 file in one of tests. This is not making the test to fail but I think we can open an issue. Probably this is because the file is not closed.

Copy link
Contributor

@mjcarroll mjcarroll left a comment

Choose a reason for hiding this comment

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

Can we add a test for the new functionality?

Signed-off-by: Michael Carroll <[email protected]>
@ahcorde
Copy link
Contributor Author

ahcorde commented Apr 12, 2021

Can we add a test for the new functionality?

@mjcarroll, should we make this function a method (public or private)?

@mjcarroll
Copy link
Contributor

@mjcarroll, should we make this function a method (public or private)?

We talked offline, this doesn't need to be a public method as it is just fixing tests. Codecov drop is because of Linux vs Windows execution paths.

@ahcorde ahcorde merged commit 4a9f2ff into ign-common3 Apr 12, 2021
@ahcorde ahcorde deleted the ahcorde/improve/windows_support branch April 12, 2021 20:50
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 Windows Windows support
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants