From 61b859193db23b81860b7d4bcc219db3aa56ddec Mon Sep 17 00:00:00 2001 From: Todd Gamblin Date: Wed, 5 Dec 2018 10:34:46 -0600 Subject: multimethod uses Spec() instead of parse_anonymous_spec() - simplify logic in multimethod - remove the requirement of multimethod invocations to walk up the stack. --- var/spack/repos/builtin.mock/packages/multimethod/package.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'var') diff --git a/var/spack/repos/builtin.mock/packages/multimethod/package.py b/var/spack/repos/builtin.mock/packages/multimethod/package.py index 3224d73fe9..a8e3d4995a 100644 --- a/var/spack/repos/builtin.mock/packages/multimethod/package.py +++ b/var/spack/repos/builtin.mock/packages/multimethod/package.py @@ -21,7 +21,7 @@ class Multimethod(MultimethodBase): url = 'http://www.example.com/example-1.0.tar.gz' # - # These functions are only valid for versions 1, 2, and 3. + # These functions are only valid for versions 1, 3, and 4. # @when('@1.0') def no_version_2(self): -- cgit v1.2.3-60-g2f50