This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH v2 2/9] Define and export Guile classes for all GDB object types


Doug Evans <xdje42@gmail.com> writes:

> Andy Wingo <wingo@igalia.com> writes:
>
>> gdb/ChangeLog:
>> 	* guile/scm-gsmob.c (gdbscm_make_smob_type): Define a binding
>> 	for a GOOPS class corresponding to the SMOB type.
>> 	(gdbscm_initialize_smobs): Load GOOPS.
>>
>> 	* guile/lib/gdb.scm: Export the GOOPS classes.
>
> No blank line between related changelog entries.
>
> Question: Is it possible to define the goops classes at some
> random future point [e.g., long after gdb has initialized]?
> Some might prefer not bringing goops into the picture unless
> explicitly requested.

I was thinking,
given that the guile 2.0 behaviour is deprecated in guile 2.2,
let's just punt on goops support for the gdb 7.8 release.
There's no rush, and we can revisit after 7.8 goes out.

To that end, I think the thing to do here is remove the scm-generics.exp
testcase, and make sure the manual mentions goops isn't currently
supported.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]