
mflatt
2019-7-21 16:46:13
Yes, there is a class RacketMenuItem
in the implementation of racket/gui
.

xinhuang.abc
2019-7-21 20:59:18
Then is there an error or warning about such name collision? The program run without any error except the init return false. Or for objc classes there isn’t a name collision error?

mflatt
2019-7-21 21:15:41
It looks like the libobj function objc_allocateClassPair
returns NULL on collision, but define-objc-class
currently just gives up silently when that happens.

spdegabrielle
2019-7-21 22:05:37
on reducing barriers in the Racket community by Matthew Butterick
https://groups.google.com/d/msg/racket-users/TU5n-Z_odLY/f2KzHK7eCQAJ

marc162
2019-7-21 23:02:22
@marc162 has joined the channel