[google-appengine] Re: SDK 1.7.3 not detecting source file changes - ANNOYING!

2012-12-13 Thread vlad
Has anyone checked if 1.7.4 fixed this problem? -- You received this message because you are subscribed to the Google Groups Google App Engine group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/oEtxemVzCWMJ. To post to this group, send email to

[google-appengine] Re: SDK 1.7.3 not detecting source file changes - ANNOYING!

2012-12-01 Thread GAEfan
Very frustrating to have to restart the dev environment after changes! Wasting hours of developers' lives. Seems you're caching code. Impossible to troubleshoot in this environment. Sometimes, the logging quits working, too. +100 OSX 10.7.5, SDK 1.7.3 -- You received this message

Re: [google-appengine] Re: SDK 1.7.3 not detecting source file changes - ANNOYING!

2012-12-01 Thread alex
wtf. there's a tracker issue on this. what's the point in msg like this one? please, stop. On Sat, Dec 1, 2012 at 10:03 PM, GAEfan ken...@gmail.com wrote: Very frustrating to have to restart the dev environment after changes! Wasting hours of developers' lives. Seems you're caching code.

[google-appengine] Re: SDK 1.7.3 not detecting source file changes - ANNOYING!

2012-11-29 Thread jay
I am also seeing this issue on OSX On Thursday, 29 November 2012 15:09:43 UTC+10, vivpuri wrote: Our team is also facing this issue. Mac OS 10.8.2 with SDK 1.7.3 and also on Windows 7. -- You received this message because you are subscribed to the Google Groups Google App Engine group. To

[google-appengine] Re: SDK 1.7.3 not detecting source file changes - ANNOYING!

2012-11-28 Thread John Thantranon
Same issue here on Windows 8 On Tuesday, November 13, 2012 9:20:57 PM UTC-8, Ajit wrote: For me too the same issue occurs. Need to restart the server in order to get the changes in the source. On Tuesday, November 6, 2012 9:25:41 AM UTC+5:30, GregF wrote: I just updated to SDK 1.7.3

[google-appengine] Re: SDK 1.7.3 not detecting source file changes - ANNOYING!

2012-11-28 Thread vivpuri
Our team is also facing this issue. Mac OS 10.8.2 with SDK 1.7.3 and also on Windows 7. -- You received this message because you are subscribed to the Google Groups Google App Engine group. To view this discussion on the web visit

[google-appengine] Re: SDK 1.7.3 not detecting source file changes - ANNOYING!

2012-11-13 Thread plasticstraw
Same issue here. on MacOSX 10.8 -- You received this message because you are subscribed to the Google Groups Google App Engine group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/0lfbY4PTjX4J. To post to this group, send email to

[google-appengine] Re: SDK 1.7.3 not detecting source file changes - ANNOYING!

2012-11-13 Thread Ajit
For me too the same issue occurs. Need to restart the server in order to get the changes in the source. On Tuesday, November 6, 2012 9:25:41 AM UTC+5:30, GregF wrote: I just updated to SDK 1.7.3 running on Linux. At the same time I switched to the SQLite datastore stub, suggested by the

Re: [google-appengine] Re: SDK 1.7.3 not detecting source file changes - ANNOYING!

2012-11-10 Thread alex
Has anyone created an issue on the tracker? I'd star it too. (Mac OS) On Fri, Nov 9, 2012 at 2:11 PM, Nijin Narayanan niji...@gmail.com wrote: +1 On windows 7. Same issue here. Because of this issue we have downgrade to 1.7.2. :( -Nijin Narayanan HP: +91 96 56 56 41 91 On Fri, Nov 9,

Re: [google-appengine] Re: SDK 1.7.3 not detecting source file changes - ANNOYING!

2012-11-10 Thread Jon McMillan
Issue #8383: http://code.google.com/p/googleappengine/issues/detail?id=8383 Some suggestions of workarounds in there too. They didn't help me though. -- You received this message because you are subscribed to the Google Groups Google App Engine group. To view this discussion on the web visit

Re: [google-appengine] Re: SDK 1.7.3 not detecting source file changes - ANNOYING!

2012-11-09 Thread Nijin Narayanan
+1 On windows 7. Same issue here. Because of this issue we have downgrade to 1.7.2. :( -Nijin Narayanan HP: +91 96 56 56 41 91 On Fri, Nov 9, 2012 at 8:38 AM, Kaan Soral kaanso...@gmail.com wrote: +1 on Windows 7, on an old app, very annoying since it uses default datastore and a reset

[google-appengine] Re: SDK 1.7.3 not detecting source file changes - ANNOYING!

2012-11-08 Thread Kaan Soral
+1 on Windows 7, on an old app, very annoying since it uses default datastore and a reset takes more than a minute On Wednesday, November 7, 2012 10:02:28 PM UTC+2, Jason Collins wrote: I've been seeing this on Mac as well. Very misleading and annoying. On Tuesday, 6 November 2012 18:17:43

[google-appengine] Re: SDK 1.7.3 not detecting source file changes - ANNOYING!

2012-11-07 Thread Jason Collins
I've been seeing this on Mac as well. Very misleading and annoying. On Tuesday, 6 November 2012 18:17:43 UTC-6, Jakob Holmelund wrote: We have the same issue. 4 guys running on ubuntu. This is really annoying.. Den tirsdag den 6. november 2012 04.55.41 UTC+1 skrev GregF: I just updated to

[google-appengine] Re: SDK 1.7.3 not detecting source file changes - ANNOYING!

2012-11-06 Thread Bryce Cutt
Not sure if it is the same issue but my symptoms are similar. After updating to SDK 1.7.3 on Windows 7 I have noticed that the compiled Python files (.pyc files) are not always overwritten when I modify a source (.py) file and it is executed. I never noticed this before SDK 1.7.3 and I have

[google-appengine] Re: SDK 1.7.3 not detecting source file changes - ANNOYING!

2012-11-06 Thread Jakob Holmelund
We have the same issue. 4 guys running on ubuntu. This is really annoying.. Den tirsdag den 6. november 2012 04.55.41 UTC+1 skrev GregF: I just updated to SDK 1.7.3 running on Linux. At the same time I switched to the SQLite datastore stub, suggested by the depreciation message. After this,