Re: GOOPS - specialized make method upon user defined class 'does not work'

2024-10-28 Thread David Pirotte
> GOOPS - specialized make method upon user defined class 'does > not work': those methods are properly defined and added to the > make (make-instance) generic function, but not eligible as > applicable methods ... Actually, as the protocol states (but i somehow forgot and

GOOPS - specialized make method upon user defined class 'does not work'

2024-10-28 Thread David Pirotte
Hello, GOOPS - specialized make method upon user defined class 'does not work': those methods are properly defined and added to the make (make-instance) generic function, but not eligible as applicable methods ... The bug is so easy to reproduce [1] and i did dig a

Declarative and Minimalistic Computing devroom CfP

2024-10-28 Thread Manolis Ragkousis
We are excited to announce the Call for Participation for the Declarative and Minimalistic Computing devroom at FOSDEM on February, 2025! The submission deadline for talk proposals is 1st of December, 2024. FOSDEM is one of the most important free software conferences and is hosted annually at

Re: [PATCH v2] Add peek-error, pke.

2024-10-28 Thread janneke
Janneke Nieuwenhuizen writes: With #71684 merged, this needs an update. New in this version: * document it! Greetings, Janneke >From c0a856ac60a672db53d3ab7df8098a323fbb999a Mon Sep 17 00:00:00 2001 From: Janneke Nieuwenhuizen Date: Fri, 3 Mar 2023 11:26:34 +0100 Subject: [PATCH v2] Add pe