Make idl_parser deterministic (#6976)
authorDanila Kutenin <kutdanila@yandex.ru>
Thu, 9 Dec 2021 21:07:29 +0000 (21:07 +0000)
committerGitHub <noreply@github.com>
Thu, 9 Dec 2021 21:07:29 +0000 (13:07 -0800)
commit11749095a1e9a9e5296676fbc4b174faeb04765e
tree56c291e6437f3505ca6d8d2bd35356f55db21085
parentd0cede9c90c5257537c293517a21376408b549fa
Make idl_parser deterministic (#6976)

* Make idl_parser deterministic

Some golden tests even exercise this [logic](https://github.com/google/flatbuffers/blob/df2df21ec1be2468106fed10c1533eacc1cf0d2e/tests/prototest/test.golden#L8). Let's make the parser fully stable not depending on the implementation of std::sort

* Retry the ci
src/idl_parser.cpp