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 2019/06/06 12:30:06 UTC

[GitHub] [tinkerpop] spmallette edited a comment on issue #1118: TINKERPOP-2224 Detect and fix iterator leaks

spmallette edited a comment on issue #1118: TINKERPOP-2224 Detect and fix iterator leaks
URL: https://github.com/apache/tinkerpop/pull/1118#issuecomment-499473423
 
 
   Looks like there might be a problem somewhere - travis is complaining of:
   
   ```text
   [INFO] -------------------------------------------------------------
   [ERROR] COMPILATION ERROR : 
   [INFO] -------------------------------------------------------------
   [ERROR] /home/travis/build/apache/tinkerpop/gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/step/filter/WhereTest.java:[276,146] method convertToVertex in class org.apache.tinkerpop.gremlin.AbstractGremlinTest cannot be applied to given types;
     required: org.apache.tinkerpop.gremlin.structure.Graph,java.lang.String
     found: java.lang.String
     reason: actual and formal argument lists differ in length
   ```
   
   The Provider docs look good by the way...thanks

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services