diff options
author | David Robillard <d@drobilla.net> | 2012-12-17 03:35:53 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-12-17 03:35:53 +0000 |
commit | 0375a20786f1e6eba9d128889f700b22d447021c (patch) | |
tree | 257649c81d9e8c9779d412ffa12ef68738d40831 /wscript | |
parent | d3708205163f784343733661d9fa01ff14f8b751 (diff) | |
download | resp-0375a20786f1e6eba9d128889f700b22d447021c.tar.gz resp-0375a20786f1e6eba9d128889f700b22d447021c.tar.bz2 resp-0375a20786f1e6eba9d128889f700b22d447021c.zip |
Fix calling functions that lexically enclose the current function.
In particular this makes it possible to walk lists with match,
since match clauses expand to fns.
git-svn-id: http://svn.drobilla.net/resp/trunk@441 ad02d1e2-f140-0410-9f75-f8b11f17cedd
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -118,4 +118,4 @@ def test(ctx): run_test('./test/match.resp', '12.0000 : Float') # Quoting - run_test('./test/quote.resp', '2 : Int') + run_test('./test/quote.resp', '4 : Int') |