~free.ekanayaka/storm/any-expr

  • Committer: James Henstridge
  • Date: 2009-10-21 10:11:50 UTC
  • mfrom: (329.2.2 storm.bug-242813)
  • Revision ID: james@jamesh.id.au-20091021101150-0jegr4v4r7oj7o1v
Nested set expressions are now flattened when safe.

Before hand, it was easy to hit Python's recursion limit when building 
large unions with ResultSet.union() (similar for intersect() and 
except()).  Now the set expression constructor will try to flatten such 
expressions, which leads to simpler expression compilation.
[r=jkakar,gabrielgrant] [f=242813]
Filename Latest Rev Last Changed Committer Comment Size
..
debian 177.2.1 17 years ago Jamu Kakar - Added Debian packaging files. Diff
storm 1 18 years ago Gustavo Niemeyer Adding initial infrastructure. Diff
tests 1 18 years ago Gustavo Niemeyer Adding initial infrastructure. Diff
.bzrignore 333 15 years ago Jamu Kakar - New 'make doc' target generates API documentatio 267 bytes Diff Download File
LICENSE 129 17 years ago Gustavo Niemeyer Added LGPL version 2.1 in the LICENSE file, and a 25.9 KB Diff Download File
Makefile 333 15 years ago Jamu Kakar - New 'make doc' target generates API documentatio 995 bytes Diff Download File
MANIFEST.in 213 16 years ago Gustavo Niemeyer Added *.zcml to MANIFEST.in. 145 bytes Diff Download File
NEWS 331 15 years ago Thomas Hervé Add a note in the NEWS file about r330 change. 12.8 KB Diff Download File
README 332 15 years ago Jamu Kakar - The README file now includes information about S 6.3 KB Diff Download File
setup.cfg 180 17 years ago Gustavo Niemeyer Added MANIFEST.in and setup.cfg files, and also ch 24 bytes Diff Download File
File setup.py 235.3.2 16 years ago James Henstridge Build extension in setup.py. 1.6 KB Diff Download File
File test 302.1.3 15 years ago Gavin Panella Move definition of the has_* globals into the test 6.1 KB Diff Download File
TODO 274 15 years ago Gustavo Niemeyer Updated TODO file with Gavin Panella's suggestion 2.4 KB Diff Download File