spmallette opened a new pull request, #3645:
URL: https://github.com/apache/tinkerpop/pull/3645

   Expand the Considerations for the difference() step in 
gremlin-semantics.asciidoc with language-agnostic behavioral detail. The result 
is a SET whose iteration order is unspecified and does not preserve the 
incoming list order, and A-B is directional rather than order-preserving. 
Membership compares members by both value and type, so numerically equal values 
of different types are distinct, and a null is a legal list element while a 
null or non-iterable whole traverser or argument raises an error. It also notes 
that a traversal supplied as the argument produces the comparison list as a 
single result.
   
   <!--
   Thanks for contributing! Reminders:
   + TARGET the earliest branch where you want the change
       3.7-dev -> 3.7.7 (non-breaking only)
       3.8-dev -> 3.8.2 (non-breaking only)
       master  -> 4.0.0
   + Committers will MERGE the PR forward to newer versions
   + ADD entry to the CHANGELOG.asciidoc for the targeted version
       Do not reference a JIRA number there
   + ADD JIRA number to title and link in description
   + PRs requires 3 +1s from committers OR
                  1 +1 and 7 day wait to merge.
   + MORE details: https://s.apache.org/rtnal
   -->


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to