compiler-research / xeus-cpp

Jupyter kernel for the C++ programming language
BSD 3-Clause "New" or "Revised" License
17 stars 24 forks source link

fix jupyter kernel test on Windows #97

Closed mcbarton closed 4 months ago

mcbarton commented 4 months ago

This PR is a copy of https://github.com/compiler-research/xeus-cpp/pull/92 , but as one commit, as I was unable to squash the commits on the other PR. It makes changes such that the kernels can be parsed on Windows for jupyter_kernel_test , so they can now run. I have stopped the failing tests from running on Windows. @vgvassilev @alexander-penev @JohanMabille can one of you review this PR?

codecov-commenter commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 53.66%. Comparing base (aa77879) to head (32876bb).

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/compiler-research/xeus-cpp/pull/97/graphs/tree.svg?width=650&height=150&src=pr&token=9KM610P5A4&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=compiler-research)](https://app.codecov.io/gh/compiler-research/xeus-cpp/pull/97?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=compiler-research) ```diff @@ Coverage Diff @@ ## main #97 +/- ## ======================================= Coverage 53.66% 53.66% ======================================= Files 15 15 Lines 600 600 ======================================= Hits 322 322 Misses 278 278 ```