Hi Marco, "Marco Maggi" <[EMAIL PROTECTED]> writes:
> On Guile 1.8.1 the following: [...] > segfaults inside METHOD-MORE-SPECIFIC? because, I think, the > empty list is not recognised as such. Yeah, maybe the empty > list is not what this function expects, but it should not > dump on me. I fixed this in both branches. The issue is that TARGS (a list of classes) should be as long as the smallest list of specializers between that of M1 and that of M2, and `%method-more-specific?' did not check for this. Thanks! Ludovic. _______________________________________________ Bug-guile mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-guile
