Hi! Andy Wingo <wi...@pobox.com> writes:
> Currently when you define a SMOB type or set a name on a vtable, a > corresponding class is automatically exported from (oop goops). This > breaks modularity, and I think we should stop doing it in 2.2. I agree that they should not be exported from (oop goops). However, how should GOOPS users access these classes then? There needs to be a way to get the class object associated with a SMOB type, for instance. Thanks, Ludo’.