ukris / typhoonae

Automatically exported from code.google.com/p/typhoonae
0 stars 0 forks source link

The fcgiserver.py (appserver) takes a command line option --debug which has no effect #64

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Originally, the command line option --debug was meant to disable module cache 
(sys.modules) and set an appropriate log level, but it actually has no effect.

Original issue reported on code.google.com by tobias.r...@gmail.com on 13 Jul 2010 at 12:16

GoogleCodeExporter commented 9 years ago
weird, without it I had to reload every time I did any change to my code, and 
with --debug it was picking changes automatically. Maybe I got somehow confused.

Original comment by e98cu...@gmail.com on 13 Jul 2010 at 5:09

GoogleCodeExporter commented 9 years ago
This worked perfectly in version 0.1.4. In 0.1.5, we modified our fcgiserver to 
run/load application modules in the same fashion dev_appserver.py does. 
Unfortunately, we totally forgot to re-implement the above feature (which means 
we have a missing unit test).

Original comment by tobias.r...@gmail.com on 13 Jul 2010 at 5:18

GoogleCodeExporter commented 9 years ago
Fixed in our trunk. Added missing unit test.

Original comment by tobias.r...@gmail.com on 14 Jul 2010 at 9:24

GoogleCodeExporter commented 9 years ago
Fixed in the 0.2.0 release.

Original comment by tobias.r...@gmail.com on 12 Dec 2010 at 11:30