GitHub user okram opened a pull request:
https://github.com/apache/tinkerpop/pull/460
TINKERPOP-1507: Pick.any and Pick.none are not in GraphSON or Gremlin-Python
https://issues.apache.org/jira/browse/TINKERPOP-1507
`Pick.any` and `Pick.none` were not in any of the registered serialization
systems -- Java or Python. Nor in the static imports. This has since been
rectified and two new test cases add to `BranchTest` and `ChooseTest` to
demonstrate that these tokens are now being processed correctly.
CHANGELOG
```
* Added `Pick.none` and `Pick.any` to the serializers and importers.
```
VOTE +1.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/apache/tinkerpop TINKERPOP-1507
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tinkerpop/pull/460.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 #460
----
commit 0fec46db21a3af0604a85b9b4bed4e47db8d1a70
Author: Marko A. Rodriguez <[email protected]>
Date: 2016-10-21T19:07:18Z
added Pick.none and Pick.any to the CoreImports. Added it to both
GraphSONModule and GryoMapper. Added two new test cases which use any and none
-- one in ChooseTest and one in BranchTest. Added none/any to GroovyTranslator
and PythonTranslator. All good in the hood.
----
---
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.
---