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

   The fail() Step section in the reference docs contains a static 
`[source,text]` output block for the 'stephen' example that omits the string 
message argument passed to `fail()`. The `Traversal>` and `Parent>` lines 
showed bare `fail()` / `__.fail()` instead of the actual rendered output which 
includes the error-message text.
   
   This was empirically confirmed stale on both 3.7.3 and 3.8.0 — the real 
`Failure.format()` output (driven by `GroovyTranslator`) includes the message 
argument in both lines.
   
   **Changes:**
   - `Traversal> fail()` → `Traversal> fail("stephen should exist")`
   - `__.fail()` → `__.fail("stephen should exist")` in the Parent line
   - Separator `===` lines extended from 123 to 145 characters to match the 
updated longest line
   
   No other content altered. Docs dry-run build passes cleanly.


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