This is an automated email from the ASF dual-hosted git repository.
xiazcy pushed a change to branch type-enum-poc
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
was c9935f465c Add mechanism for extending data type enums
This change permanently discards the following revisions:
discard c9935f465c Add mechanism for extending data type enums
discard b59199b8f8 Merge branch '3.8-dev' into TINKERPOP-3166_asNumber
discard 13a51e9dfb handled overflow edge cases in bigint conversion and
refactored coerceTo and castTo to use the same conversion logic in
NumberHelper. Removed `n` from N enum value in Grammar, and used `_` suffix for
keyword collisions in Java/Groovy/JS.
discard 0ae19cdac0 Apply suggestions from code review
discard c3d5762841 nit docs update
discard edd6f8161a feature test & docs update
discard 66294ec8dd update to throw when casting infinity and nan to whole
numbers
discard 7ef100a563 added comprehensive unit tests & updated asNumber()
implementation
discard 20827f80c3 Merge branch '3.8-dev' into TINKERPOP-3166_asNumber
discard 01c2d78ec1 Minor tweak for string parsing and updated relevant docs
discard 8bee410b63 minor adjustments to implementation and error messages, fix
issues in GLVs
discard e4ec14140c asNumber implementations