compiler-research / xeus-cpp

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

Attempt to process cell without semicolon #152

Open anutosh491 opened 2 months ago

anutosh491 commented 2 months ago

Description

Through this PR I am trying to facilitate returning output while the semicolon is being omitted.

Type of change

Please tick all options which are relevant.

codecov-commenter commented 2 months ago

Codecov Report

Attention: Patch coverage is 55.26316% with 34 lines in your changes missing coverage. Please review.

Please upload report for BASE (main@4745f72). Learn more about missing BASE report.

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/compiler-research/xeus-cpp/pull/152/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/152?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 #152 +/- ## ======================================= Coverage ? 79.82% ======================================= Files ? 18 Lines ? 684 Branches ? 70 ======================================= Hits ? 546 Misses ? 138 Partials ? 0 ``` | [Files](https://app.codecov.io/gh/compiler-research/xeus-cpp/pull/152?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=compiler-research) | Coverage Δ | | |---|---|---| | [src/xparser.cpp](https://app.codecov.io/gh/compiler-research/xeus-cpp/pull/152?src=pr&el=tree&filepath=src%2Fxparser.cpp&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=compiler-research#diff-c3JjL3hwYXJzZXIuY3Bw) | `88.67% <82.35%> (ø)` | | | [src/xinterpreter.cpp](https://app.codecov.io/gh/compiler-research/xeus-cpp/pull/152?src=pr&el=tree&filepath=src%2Fxinterpreter.cpp&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=compiler-research#diff-c3JjL3hpbnRlcnByZXRlci5jcHA=) | `87.87% <60.86%> (ø)` | | | [src/xmime\_internal.hpp](https://app.codecov.io/gh/compiler-research/xeus-cpp/pull/152?src=pr&el=tree&filepath=src%2Fxmime_internal.hpp&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=compiler-research#diff-c3JjL3htaW1lX2ludGVybmFsLmhwcA==) | `0.00% <0.00%> (ø)` | | | [Files](https://app.codecov.io/gh/compiler-research/xeus-cpp/pull/152?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=compiler-research) | Coverage Δ | | |---|---|---| | [src/xparser.cpp](https://app.codecov.io/gh/compiler-research/xeus-cpp/pull/152?src=pr&el=tree&filepath=src%2Fxparser.cpp&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=compiler-research#diff-c3JjL3hwYXJzZXIuY3Bw) | `88.67% <82.35%> (ø)` | | | [src/xinterpreter.cpp](https://app.codecov.io/gh/compiler-research/xeus-cpp/pull/152?src=pr&el=tree&filepath=src%2Fxinterpreter.cpp&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=compiler-research#diff-c3JjL3hpbnRlcnByZXRlci5jcHA=) | `87.87% <60.86%> (ø)` | | | [src/xmime\_internal.hpp](https://app.codecov.io/gh/compiler-research/xeus-cpp/pull/152?src=pr&el=tree&filepath=src%2Fxmime_internal.hpp&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=compiler-research#diff-c3JjL3htaW1lX2ludGVybmFsLmhwcA==) | `0.00% <0.00%> (ø)` | |