spmallette commented on code in PR #3458:
URL: https://github.com/apache/tinkerpop/pull/3458#discussion_r3459368866


##########
docs/src/upgrade/release-4.x.x.asciidoc:
##########
@@ -101,6 +70,51 @@ partial work is discarded if the user forgets to call 
`commit()`. In Java (both
 can still be overridden via `tx.onClose(Transaction.CLOSE_BEHAVIOR.COMMIT)`. 
The non-Java GLVs do not support
 configuring close behavior and always rollback.
 
+==== Expanding Dynamic Arguments to Additional Steps
+
+Prior to 4.0, comparing a traverser's value against a dynamically computed 
reference required verbose workarounds with
+`where()`, `select()`, and labeled steps. For example, finding all people 
older than "marko" previously required:
+
+[source,groovy]

Review Comment:
   yes, i'm referring to executed in the console with static results. i don't 
think we've ever used "interesting" or any other reason as criteria for 
including console output. it's just mostly what we do. we might truncate long 
results or opt to not display results for GLV related examples (because 
javascript for example wouldn't make sense in this context), but we generally 
demonstrate by way of the console. 



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