Redo tuple mapping to be explicit and not generic
authorMatt Corallo <git@bluematt.me>
Mon, 27 Sep 2021 00:05:18 +0000 (00:05 +0000)
committerMatt Corallo <git@bluematt.me>
Mon, 27 Sep 2021 05:22:38 +0000 (05:22 +0000)
commitf92e8f580983b5842a12198355eb778c1ac9e241
tree89b7bc6bb6fe38cd7a230700de6baaa06d1a0144
parent5fa9d3629264036cedc44283cf5fd5eb78bb73f2
Redo tuple mapping to be explicit and not generic

This was suggested by Galder as more Java-y, but also fixes
a number of memory leaks by avoiding the complexity of
always holding references and letting the common code do
more work.
gen_type_mapping.py
genbindings.py
java_strings.py
typescript_strings.py