[
https://issues.apache.org/jira/browse/TINKERPOP-2978?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17777543#comment-17777543
] ASF GitHub Bot commented on TINKERPOP-2978: ------------------------------------------- codecov-commenter commented on PR #2302: URL: https://github.com/apache/tinkerpop/pull/2302#issuecomment-1771985774 ## [Codecov](https://app.codecov.io/gh/apache/tinkerpop/pull/2302?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) Report > Merging [#2302](https://app.codecov.io/gh/apache/tinkerpop/pull/2302?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) (b67b364) into [master](https://app.codecov.io/gh/apache/tinkerpop/commit/9ac7ee8b1b88d1ed4d41a1e4bc4f9c5d9899cfba?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) (9ac7ee8) will **decrease** coverage by `4.79%`. > The diff coverage is `61.11%`. ```diff @@ Coverage Diff @@ ## master #2302 +/- ## ============================================ - Coverage 75.81% 71.02% -4.79% ============================================ Files 1062 25 -1037 Lines 64412 3931 -60481 Branches 7118 0 -7118 ============================================ - Hits 48834 2792 -46042 + Misses 12929 948 -11981 + Partials 2649 191 -2458 ``` | [Files](https://app.codecov.io/gh/apache/tinkerpop/pull/2302?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | Coverage Δ | | |---|---|---| | [gremlin-go/driver/graphTraversal.go](https://app.codecov.io/gh/apache/tinkerpop/pull/2302?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-Z3JlbWxpbi1nby9kcml2ZXIvZ3JhcGhUcmF2ZXJzYWwuZ28=) | `89.53% <100.00%> (+0.46%)` | :arrow_up: | | [gremlin-go/driver/anonymousTraversal.go](https://app.codecov.io/gh/apache/tinkerpop/pull/2302?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-Z3JlbWxpbi1nby9kcml2ZXIvYW5vbnltb3VzVHJhdmVyc2FsLmdv) | `41.09% <0.00%> (-2.21%)` | :arrow_down: | ... and [1037 files with indirect coverage changes](https://app.codecov.io/gh/apache/tinkerpop/pull/2302/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) > Add List Manipulation Steps to Gremlin > -------------------------------------- > > Key: TINKERPOP-2978 > URL: https://issues.apache.org/jira/browse/TINKERPOP-2978 > Project: TinkerPop > Issue Type: Improvement > Components: language > Reporter: Cole Greer > Priority: Major > > Today Gremlin requires that users fall back to closures to handle many common > list manipulation options that users want to do on data in the graph. This > is a problem for many users as many of the providers prevent the use of > closures due to the security risks so for these users there is no way to > manipulate lists directly. > A full list of proposed functions and semantics is detailed here: > https://github.com/apache/tinkerpop/blob/3.7.0/docs/src/dev/future/proposal-3-remove-closures.asciidoc -- This message was sent by Atlassian Jira (v8.20.10#820010)
