You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by GitBox <gi...@apache.org> on 2022/07/06 22:26:29 UTC

[GitHub] [tinkerpop] xiazcy opened a new pull request, #1750: Gremlin-Python: added return in SingleByte and SingleChar & fixed if check bug

xiazcy opened a new pull request, #1750:
URL: https://github.com/apache/tinkerpop/pull/1750

   Added missing return statements in SingleByte and SingleChar classes (e.g. `SingleByte(2)` will return `None` without the `return`), and fixed bug in SingleChar `if` check.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@tinkerpop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tinkerpop] codecov-commenter commented on pull request #1750: Gremlin-Python: added return in SingleByte and SingleChar & fixed if check bug

Posted by GitBox <gi...@apache.org>.
codecov-commenter commented on PR #1750:
URL: https://github.com/apache/tinkerpop/pull/1750#issuecomment-1176826330

   # [Codecov](https://codecov.io/gh/apache/tinkerpop/pull/1750?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#1750](https://codecov.io/gh/apache/tinkerpop/pull/1750?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (9ea42b8) into [3.5-dev](https://codecov.io/gh/apache/tinkerpop/commit/40256fb391258b131041a058950991345a37ec09?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (40256fb) will **not change** coverage.
   > The diff coverage is `n/a`.
   
   ```diff
   @@           Coverage Diff            @@
   ##           3.5-dev    #1750   +/-   ##
   ========================================
     Coverage    63.51%   63.51%           
   ========================================
     Files           23       23           
     Lines         3601     3601           
   ========================================
     Hits          2287     2287           
     Misses        1136     1136           
     Partials       178      178           
   ```
   
   
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/tinkerpop/pull/1750?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/tinkerpop/pull/1750?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Last update [81b15d6...9ea42b8](https://codecov.io/gh/apache/tinkerpop/pull/1750?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@tinkerpop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tinkerpop] spmallette merged pull request #1750: Gremlin-Python: added return in SingleByte and SingleChar & fixed if check bug

Posted by GitBox <gi...@apache.org>.
spmallette merged PR #1750:
URL: https://github.com/apache/tinkerpop/pull/1750


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@tinkerpop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org