Re: unhandled keywords to goops "make" should signal errors

2002-04-24 Thread Marius Vollmer
"Neil W. Van Dyke" <[EMAIL PROTECTED]> writes: > Currently (latest Guile 1.5.4 from CVS), keyword arguments to the Goops > "make" method that are not handled do not generate errors. > > Unless I misunderstand the way that Goops is to be used, I think that > the default behavior should be to cons

Re: unhandled keywords to goops "make" should signal errors

2002-03-28 Thread Thien-Thi Nguyen
From: "Neil W. Van Dyke" <[EMAIL PROTECTED]> Date: Thu, 28 Mar 2002 02:00:06 -0500 If I understand Bug 11 correctly, then it appears to be a very different problem than the one I report. what you request for consideration must surely have been considered before. if we figure out pre

Re: unhandled keywords to goops "make" should signal errors

2002-03-27 Thread Thien-Thi Nguyen
From: "Neil W. Van Dyke" <[EMAIL PROTECTED]> Date: Sat, 9 Mar 2002 21:10:54 -0500 Thank you for considering this suggestion. could this be related to: http://www.glug.org/snap/bugs/guile-core/11.html ? thi ___ Bug-guile mailing list [EMAIL

unhandled keywords to goops "make" should signal errors

2002-03-09 Thread Neil W. Van Dyke
Currently (latest Guile 1.5.4 from CVS), keyword arguments to the Goops "make" method that are not handled do not generate errors. Unless I misunderstand the way that Goops is to be used, I think that the default behavior should be to consider unhandled keyword arguments invalid. Considering unh