Skip to content

gi: Correctly convert GJS values to 64-bit GValue integers

Evan Welsh requested to merge ewlsh/fix-int64-conversion into master

Previously we relied on g_value_type_transformable to transform JS numbers to uint64 and int64 values, this coerced the values into ints and broke setting values larger than GLib.MAXINT32 during construction.

(still needs a test to address this)

Fixes #92 (closed)

Merge request reports