On 12/21/06, Ed Leafe <[EMAIL PROTECTED]> wrote: > Did anyone actually test the changes to the stable branch of ide? > I'm trying to help work on the runtime pathing problems, and so I > need to work with the stable branch. I made my changes and ran some > tests, and always got errors. So I reverted everything back the the > current stable branch, and tried again. I created an app with the > AppWizard, and when I go to run it, this is what I get: > > [EMAIL PROTECTED] ~/projects/junk/zopelogs]$ pythonw zopelogs.py > '/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site- > packages/dabo' not versioned, and not exported > Dabo Info Log: Wed Dec 20 09:42:42 2006: 1 database connection > definition(s) loaded. > Dabo Info Log: Wed Dec 20 09:42:42 2006: User interface already set > to 'wx', so dApp didn't touch it. > Dabo Info Log: Wed Dec 20 09:42:42 2006: wxPython Version: 2.6.3.3 > wxMac (unicode) > Traceback (most recent call last): > File "zopelogs.py", line 47, in ? > app.startupForms() > AttributeError: 'App' object has no attribute 'startupForms' > > Looking at this, my guess is that this new startupForms() method got > added to dev but not to stable. I'm just wondering how these changes > made it into stable without being tested thoroughly. I mean, that's > the difference between dev and stable, isn't it?
Since we are adding so much stuff, I'd be willing to bet it got glossed over and overlooked. Especially if another problem/request comes up that grabs your attention. Then you forget about it. I have done that a number of times. Maybe after a certain point we need to move the trunk into a testing branch as a release candidate until it is tested. > > I'm going to revert the code in AppWizard back to what it was, and > then add back my changes. Please don't add new stuff to stable until > it has been *thoroughly* tested. > > -- Ed Leafe > -- http://leafe.com > -- http://dabodev.com > > > > _______________________________________________ > Post Messages to: [email protected] > Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev > _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
