[ 
https://issues.apache.org/jira/browse/TINKERPOP-2953?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17742533#comment-17742533
 ] 

ASF GitHub Bot commented on TINKERPOP-2953:
-------------------------------------------

codecov-commenter commented on PR #2133:
URL: https://github.com/apache/tinkerpop/pull/2133#issuecomment-1633091832

   ## 
[Codecov](https://app.codecov.io/gh/apache/tinkerpop/pull/2133?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
 Report
   > Merging 
[#2133](https://app.codecov.io/gh/apache/tinkerpop/pull/2133?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
 (d80d02e) into 
[3.5-dev](https://app.codecov.io/gh/apache/tinkerpop/commit/1eb6fc249432c8946c6542a41df45c449b5f0819?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
 (1eb6fc2) will **decrease** coverage by `0.02%`.
   > The diff coverage is `100.00%`.
   
   ```diff
   @@              Coverage Diff              @@
   ##             3.5-dev    #2133      +/-   ##
   =============================================
   - Coverage      69.85%   69.84%   -0.02%     
   + Complexity      8978     8975       -3     
   =============================================
     Files            865      865              
     Lines          40975    40975              
     Branches        5455     5455              
   =============================================
   - Hits           28625    28620       -5     
   - Misses         10443    10446       +3     
   - Partials        1907     1909       +2     
   ```
   
   
   | [Impacted 
Files](https://app.codecov.io/gh/apache/tinkerpop/pull/2133?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
 | Coverage Δ | |
   |---|---|---|
   | 
[.../gremlin/groovy/jsr223/ImportGroovyCustomizer.java](https://app.codecov.io/gh/apache/tinkerpop/pull/2133?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-Z3JlbWxpbi1ncm9vdnkvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL3RpbmtlcnBvcC9ncmVtbGluL2dyb292eS9qc3IyMjMvSW1wb3J0R3Jvb3Z5Q3VzdG9taXplci5qYXZh)
 | `77.77% <100.00%> (ø)` | |
   
   ... and [4 files with indirect coverage 
changes](https://app.codecov.io/gh/apache/tinkerpop/pull/2133/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
   
   :mega: We’re building smart automated test selection to slash your CI/CD 
build times. [Learn 
more](https://about.codecov.io/iterative-testing/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
   




> Static import for __.values() overriden by Column.values()
> ----------------------------------------------------------
>
>                 Key: TINKERPOP-2953
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-2953
>             Project: TinkerPop
>          Issue Type: Bug
>          Components: groovy
>    Affects Versions: 3.6.4
>            Reporter: Stephen Mallette
>            Assignee: Ken Hu
>            Priority: Blocker
>
> this has always been a problem:
> {code}
> gremlin> :> values()
> ==>keys
> ==>values
> {code}
> but now after latest groovy upgrade in 3.6.3 we also get:
> {code}
> gremlin> :> values("a")
> No signature of method: 
> org.apache.tinkerpop.gremlin.structure.Column$2.call() is applicable for 
> argument types: (String) values: [a]
> Possible solutions: wait(), name(), any(), wait(long), 
> tap(groovy.lang.Closure), each(groovy.lang.Closure)
> Type ':help' or ':h' for help.
> Display stack trace? [yN]
> {code}
> Recommended workaround would be to prefer use of the explicit {{__}} or 
> {{Column}} when there is potential for naming conflicts when using Groovy.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to