Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • pmai's avatar
    e3fe1d2c
    Fixes a bug in short-method-combination handling reported on · e3fe1d2c
    pmai authored
    cmucl-help:  The optional order argument to method combinations
    defined by the short form of define-method-combination was being
    quietly ignored, resulting in the default :most-specific-first
    behaviour, even if :most-specific-last was specified.  This fix makes
    it respect the specified order.
    e3fe1d2c
    History
    Fixes a bug in short-method-combination handling reported on
    pmai authored
    cmucl-help:  The optional order argument to method combinations
    defined by the short form of define-method-combination was being
    quietly ignored, resulting in the default :most-specific-first
    behaviour, even if :most-specific-last was specified.  This fix makes
    it respect the specified order.