Diamond
Diamond
I think this issue is fine as it is.
> Is the generated code meant to be final, and fixing problems with it should be done by adjusting the generator, or is it meant to serve as a basis...
> `_arg1 = *(*C.gpointer)(unsafe.Pointer(coreglib.InternObject(target).Native()))` Er, I don't think the codegen did a correct job here. Why is it dereferencing a GObject pointer? The code generator is a mess right now,...
> Is there a branch/tag you'd recommend using? Other than the latest release, unfortunately not. The generator will just have to be fixed.
I'm not too sure myself, but the windows might only be freed after several GC cycles. It might be better to run the GC every second or so in a...
It seems like `*` excludes mice already.
Should this behavior be documented somewhere in the README?
Package `maphash` is only available in Go 1.14 and later [as of the documentation](https://golang.org/pkg/hash/maphash/).
Sorry for the lack of update on this PR. Can you rebase this with the latest changes and re-generate the PR?
Would a `[V 0..1 any]` and `[V 0.. any]` syntax look clearer? What about `[V 0:1 any]` and `[V 0: any]`?