]> git.lizzy.rs Git - metalua.git/commit
fixed a bug in match statements with multiple cases and var bindings shared among...
authorFabien Fleutot <fabien@MacFabien.home>
Thu, 25 Dec 2008 14:32:45 +0000 (15:32 +0100)
committerFabien Fleutot <fabien@MacFabien.home>
Thu, 25 Dec 2008 14:32:45 +0000 (15:32 +0100)
commitc9b3ddb4ec5816116ed3ccfb06f711967b294594
treef55c6ebccba978a64845632a4f8b02c91195d8a8
parent15e2c21255b3ffcdffcb4a81f932957c1b130c4d
fixed a bug in match statements with multiple cases and var bindings shared among multiple cases. For instance, "match `X 1 with `Y{a} | `X{a} -> assert true end" would break due to instances of "a" in both alternatives
src/lib/metalua/extension/match.mlua