Message6070

Author kellyc2702
Recipients kellyc2702
Date 2010-09-16.18:54:00
SpamBayes Score 9.2456855e-07
Marked as misclassified No
Message-id <1284663241.85.0.43547106081.issue1654@psf.upfronthosting.co.za>
In-reply-to
Content
I'm editing .py files and the respective .class files aren't getting recompiled, even after completely restarting the JVM.

Sep 13 16:48 model_endpoint$py.class
Sep 16 13:04 model_endpoint.py

I think I've traced this down to core/imp.java:readCode. When called with testing=false, this won't check the mtime. It must be getting called via imp.java:loadFromCompiled because that's the only place I see that passed testing=false.

If checking the file timestamps every time is a performance concern, then I'd expect some kind of development mode where we can have a setting to enable checking and recompilation.
History
Date User Action Args
2010-09-16 18:54:01kellyc2702setrecipients: + kellyc2702
2010-09-16 18:54:01kellyc2702setmessageid: <1284663241.85.0.43547106081.issue1654@psf.upfronthosting.co.za>
2010-09-16 18:54:01kellyc2702linkissue1654 messages
2010-09-16 18:54:00kellyc2702create