Futurescale, Inc. PureMVC Home

The PureMVC Framework Code at the Speed of Thought


Over 10 years of community discussion and knowledge are maintained here as a read-only archive.

New discussions should be taken up in issues on the appropriate projects at https://github.com/PureMVC

Pages: [1]
Print
Author Topic: was the compiled swc file for version 2.0.4 checked its code?  (Read 6112 times)
cortextual
Newbie
*
Posts: 2


View Profile Email
« on: July 23, 2009, 09:17:59 »

It looks like the swc file for release 2.0.4 was checked in before r74, which contains a bugfix that is supposed to be in version 2.0.4.  Was the swc file checked in before the code it was compiled from?

r74 | puremvc | 2008-08-14 15:09:24 -0400 (Thu, 14 Aug 2008) | 7 lines
Changed paths:
   M /trunk/src/org/puremvc/as3/core/View.as
   M /trunk/version.txt

2.0.4 Dissallowed re-registration of Mediators in View.registerMediator.
      For more on this bug, see:
      http://forums.puremvc.org/index.php?topic=372
      Modified View.notifyObservers to notify from a copy of the
      observer list rather than the actual observer list, which may
      change during the notification loop. For more on this bug, see:
      http://forums.puremvc.org/index.php?topic=490
------------------------------------------------------------------------
r73 | puremvc | 2008-08-14 15:08:25 -0400 (Thu, 14 Aug 2008) | 1 line
Changed paths:
   D /trunk/bin/PureMVC_AS3_2_0_1.swc
   D /trunk/bin/PureMVC_AS3_2_0_2.swc
   D /trunk/bin/PureMVC_AS3_2_0_3.swc
   A /trunk/bin/PureMVC_AS3_2_0_4.swc

updated swc
Logged
puremvc
Global Moderator
Hero Member
*****
Posts: 2871



View Profile WWW Email
« Reply #1 on: July 26, 2009, 12:06:41 »

This is just the way it got checked in. The swc contains the 2.0.4 code. Are you having a problem that would indicate that it doesn't? If you rebuild the swc from the source, is it not the same size?

-=Cliff>
Logged
Pages: [1]
Print