GitHub user twilmes opened a pull request:

    https://github.com/apache/tinkerpop/pull/676

    TINKERPOP-1727: Bytecode object shallow copied when traversals are cloned

    Added an explicit deep copy of `bytecode` in `DefaultTraversal.clone()`
    
    VOTE: +1
    
    ```
    [INFO] Apache TinkerPop ................................... SUCCESS [  
7.372 s]
    [INFO] Apache TinkerPop :: Gremlin Shaded ................. SUCCESS [  
3.981 s]
    [INFO] Apache TinkerPop :: Gremlin Core ................... SUCCESS [01:56 
min]
    [INFO] Apache TinkerPop :: Gremlin Test ................... SUCCESS [ 
18.989 s]
    [INFO] Apache TinkerPop :: Gremlin Groovy ................. SUCCESS [04:20 
min]
    [INFO] Apache TinkerPop :: Gremlin Groovy Test ............ SUCCESS [ 
10.580 s]
    [INFO] Apache TinkerPop :: TinkerGraph Gremlin ............ SUCCESS [03:51 
min]
    [INFO] Apache TinkerPop :: Gremlin Benchmark .............. SUCCESS [  
9.258 s]
    [INFO] Apache TinkerPop :: Gremlin Driver ................. SUCCESS [ 
17.654 s]
    [INFO] Apache TinkerPop :: Neo4j Gremlin .................. SUCCESS [  
4.002 s]
    [INFO] Apache TinkerPop :: Gremlin Server ................. SUCCESS [01:03 
min]
    [INFO] Apache TinkerPop :: Gremlin Python ................. SUCCESS [ 
11.328 s]
    [INFO] Apache TinkerPop :: Hadoop Gremlin ................. SUCCESS [04:17 
min]
    [INFO] Apache TinkerPop :: Spark Gremlin .................. SUCCESS [01:45 
min]
    [INFO] Apache TinkerPop :: Giraph Gremlin ................. SUCCESS [ 
11.786 s]
    [INFO] Apache TinkerPop :: Gremlin Console ................ SUCCESS [ 
30.369 s]
    [INFO] Apache TinkerPop :: Gremlin Archetype .............. SUCCESS [  
0.167 s]
    [INFO] Apache TinkerPop :: Archetype - TinkerGraph ........ SUCCESS [  
6.686 s]
    [INFO] Apache TinkerPop :: Archetype - Server ............. SUCCESS [ 
13.698 s]
    [INFO] Apache TinkerPop :: Archetype - DSL ................ SUCCESS [  
7.444 s]
    [INFO] 
------------------------------------------------------------------------
    [INFO] BUILD SUCCESS
    [INFO] 
------------------------------------------------------------------------
    ```

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/apache/tinkerpop TINKERPOP-1727

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/tinkerpop/pull/676.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #676
    
----
commit e59124e7e82352cca60a5dd8ef2ab7c9c75198ee
Author: Ted Wilmes <[email protected]>
Date:   2017-07-13T16:59:17Z

    Deep copy bytecode when cloning traversals.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to