Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 31 million developers.
Sign up
Pinned
143 contributions in the last year
Contribution activity
March 2019
- ma-laforge/Gtk.jl Julia
Created a pull request in JuliaGraphics/Gtk.jl that received 1 comment
Make length() return Int instead of Int32.
pop!(::GtkListStoreLeaf) uses length(::GtkListStore) which currently returns an Int32 instead of an Int.
It then calls deleteat!(...) which expects…
+4
−2
•
1
comment

