This is the third attempt at introducing keyword aware methods in GOOPS.
What is new in v3 is that keyword arguments and default parameters to
keyword arguments are handled correctly when using (next-method). Now only
those keyword arguments actually present in a call get forwarded to the
next-met
I just pushed this to Savannah.
On Mon, Nov 25, 2024 at 11:28 AM Mikael Djurfeldt
wrote:
> This is the third attempt at introducing keyword aware methods in GOOPS.
>
> What is new in v3 is that keyword arguments and default parameters to
> keyword arguments are handled correctly when using (next
One more week to submit a FOSDEM talk on your interesting project. We
will have some great speakers already! You can talk about your
project, gain attention, put it on your record etc. After a talk
people know how to find you. Also funders, such as NLNet, appreciate
such initiatives for reaching ou
On Fri, Nov 22, 2024 at 1:20 PM wrote:
> ...which I think in your version, not having to use define-method*
> feels more elegant/GOOPSy to me, as it's all overloads/generics,
> but I have no strong opionion on this.
>
There's actually a secret to what I have committed:
define-method* *is* the d
Hi Mikael,
> I just pushed this to Savannah.
Excellent!
Thanks for having worked on this.
David
pgpjfmOrUqWia.pgp
Description: OpenPGP digital signature
Den tis 26 nov. 2024 00:51Mikael Djurfeldt skrev:
> On Fri, Nov 22, 2024 at 1:20 PM wrote:
>
>> ...which I think in your version, not having to use define-method*
>> feels more elegant/GOOPSy to me, as it's all overloads/generics,
>> but I have no strong opionion on this.
>>
>
> There's actually