hugopl / gi-crystal

Tool to generate Crystal bindings for gobject-based libraries (i.e. GTK)
BSD 3-Clause "New" or "Revised" License
45 stars 3 forks source link

Fix setter of GObject properties when using nulable types. #138

Closed hugopl closed 9 months ago

hugopl commented 9 months ago

Current tests were passing because Crystal compiler was smart enough to see that the types used would never be nil.