Project

General

Profile

« Previous | Next » 

Revision 8b4ee5d6

Added by nobu (Nobuyoshi Nakada) over 4 years ago

Raise NoMatchingPatternError when expr in pat doesn't match

  • expr in pattern should raise NoMatchingError when unmatched
  • expr in pattern should return nil. (this is unspecified, but
    this feature is experimental, at all)

[Feature #16355]