flatbuffers/scripts
Paulo Pinheiro 7b5fd2bd05
[Kotlin] Fix key lookup returning null clashing with default value (#7237)
* [Java] Fix key lookup returning null clashing with default value

A field with key attribute must always be written on the message so it
can be looked up by key. There is a edge case where inserting a key
field with same value as default would prevent it to be written on
the message and later cannot be found when searched by key.

* [Kotlin] Fix key lookup returning null clashing with default value

A field with key attribute must always be written on the message so it
can be looked up by key. There is a edge case where inserting a key
field with same value as default would prevent it to be written on
the message and later cannot be found when searched by key.

Co-authored-by: Derek Bailey <derekbailey@google.com>
2022-04-11 17:17:19 -07:00
..
check-grpc-generated-code.sh Add the file a symbol is declared in to Reflection (#6613) 2021-06-17 11:50:04 -04:00
check_generate_code.py Removed test/generate_code.{sh|bat} (#6873) 2021-11-30 23:13:24 -08:00
clang-format-all.sh Add the file a symbol is declared in to Reflection (#6613) 2021-06-17 11:50:04 -04:00
clang-format-git.sh Add the file a symbol is declared in to Reflection (#6613) 2021-06-17 11:50:04 -04:00
generate_code.py [Kotlin] Fix key lookup returning null clashing with default value (#7237) 2022-04-11 17:17:19 -07:00