Message203381
FWIW, asdl_c.py could use some "modernization", but I'll defer this to a later cleanup in order to do things gradually.
The same can be said for the Makefile rules - they can be simpler and more efficient (no need to invoke asdl_c / parse the ASDL twice, for example).
Incidentally, where would be a good place to put the ASDL tests? Can/should we reach into the Parser/ directory when running the Python regression tests (will this even work in an installed Python)? Or should I just plop asdl_test.py alongside asdl.py and mention that it should be run when asdl.py changes? |
|
Date |
User |
Action |
Args |
2013-11-19 14:30:52 | eli.bendersky | set | recipients:
+ eli.bendersky, brett.cannon, ncoghlan, eric.snow |
2013-11-19 14:30:52 | eli.bendersky | set | messageid: <1384871452.79.0.559077808512.issue19655@psf.upfronthosting.co.za> |
2013-11-19 14:30:52 | eli.bendersky | link | issue19655 messages |
2013-11-19 14:30:52 | eli.bendersky | create | |
|