Closed GoogleCodeExporter closed 9 years ago
Ok, it appears it's not just the intent - there's some state mishandling
somewhere.
Original comment by rdama...@google.com
on 6 Jul 2011 at 2:25
And here's a more detailed trace (I added stack traces for the points that are
starting the state machine).
This one clearly shows the state machine running the same state many times when
it shouldn't.
Original comment by rdama...@google.com
on 12 Jul 2011 at 8:09
Attachments:
Agh, I feel silly - it was a missing break statement which made it fall thru to
another case that also executed the state machine. Will clean up and send for
review soon.
Original comment by rdama...@google.com
on 12 Jul 2011 at 8:24
Please review...in my clean-up I ended up refactoring a bit further :p
http://code.google.com/r/rdamazio-mytracks-staging2/source/detail?r=ab60d06eb5d6
57af23c86930984059988804bc5e
http://code.google.com/r/rdamazio-mytracks-staging2/source/detail?r=6636ea9c5c7d
aa0e6f16758cae1390ceae2ae32e
http://code.google.com/r/rdamazio-mytracks-staging2/source/detail?r=9a5e492e5057
bfb65c80fd835376175ec98506d5
Btw, in the first revision I had been careful to use hg record to separate the
changes, but then I used ammend to add the second file, and this screwed up the
record, so a little bit of the auth dance change is in the first one, hope
that's ok.
Original comment by rdama...@google.com
on 12 Jul 2011 at 11:48
Ping? This is a fix for a release blocker, btw
Original comment by rdama...@google.com
on 15 Jul 2011 at 3:08
Original comment by rdama...@google.com
on 20 Jul 2011 at 4:39
Original issue reported on code.google.com by
rdama...@google.com
on 6 Jul 2011 at 1:46