This is the mail archive of the guile@cygnus.com mailing list for the guile project.


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

eval-ing records



The interpreter segfaults on attempts to eval a record (and
presumably, by extension, any struct). Teh obvious answer is "don't do
that, then", but IMO this would be a good thing to fix - in the usual
case the Guile interpreter catches it, but in other contexts it would
be better to throw an error than segfault. Is this considered a bug?
Should I send a patch?

 - Maciej