commit | 8e27c3282ea37a756d4954ceea3a2af5be8d6917 | [log] [tgz] |
---|---|---|
author | Mike Bayer <[email protected]> | Fri Jan 05 18:41:04 2007 +0000 |
committer | Mike Bayer <[email protected]> | Fri Jan 05 18:41:04 2007 +0000 |
tree | 218e81a10360173ae8245870fd6b7bef774b2850 | |
parent | b71033f59ed3ed06e803312a839b52374501e88f [diff] |
- fix to code generation to correctly track multiple defs with the same name. this is implemented by changing the "topleveldefs" and "closuredefs" collections from a Set to a dictionary. a unit test was added with alternate set-ordering as the original issue only appeared on linux to start. - "backslash" -> "slash" in syntax doc