This is an automated email from the ASF dual-hosted git repository.
colegreer pushed a change to branch repeatLimit
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
was 40183f519c Replaced tests with ones against modern graph.
This change permanently discards the following revisions:
discard 40183f519c Replaced tests with ones against modern graph.
discard ac95eebb8b Moved tests to new file.
discard c7f5c06a25 Fixed standard algo.
discard 96882afcab Troubleshooting graph computer.
discard 98f9c7ac28 Set loop name for computer algorithm.
discard bc0c835bd2 Added feature tests.
discard 4af663175e Fixed getLoopNames logic.
discard 2fbda20828 Revert changes to StringFactory. Fixed bug with loop name.
discard e460f9b85c Fix typo.
discard 25ce55657d Added more tests.
discard 7553687eda Only throw FastNoSuchElementException when not using
iteration counts.
discard 969c9abab8 Handle scenario where repeat contains out.limit.
discard 2c4b4e6896 Added more tests.
discard 2fd547bb40 Account for traversals with varying path lengths.
discard a0e79cd9f3 Draft code for logging, different test case.
discard 83ba4d1fed Modify counter key to account for nested repeats. Added
temporary playground test for various traversals. Added information for logging.
discard c6df173625 Change to nested loop requirement.
discard cd5a485b6b Fixed RangeGlobalStep requirements.
discard 78b223f8cd Q's first attempt to change limit in repeat to
per-iteration counters.