Re: [Zope-dev] Refresh DoubleTake :-S

2001-02-14 Thread Chris Withers

Shane Hathaway wrote:
 
 I've added logic to sort the modules by dependency before performing the
 refresh.  It should solve the simian problem.  Feedback encouraged!
 
 http://www.zope.org/Members/hathawsh/Refresh/

Perhaps a stupid question, but is the Refresh product Refreshable? ;-)

*looks at Control Panel*

*grinz* Of course it is :-)

Thanks Shane...

Chris

___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )



Re: [Zope-dev] Refresh DoubleTake :-S

2001-02-13 Thread Shane Hathaway

Chris Withers wrote:
 
 Shane Hathaway wrote:
 
  But here's the biggest news: the Refresh product, which makes life just
  a little bit easier for filesystem product developers, now has an
  auto-refresh feature and the ability to set up dependent products.  This
  means changes to your Python modules are instantly recognized by Zope
  and development is almost as nice as working with ZClasses.
 
  http://www.zope.org/Members/hathawsh/Refresh
 
 This is really cool :-)
 
 However, for some reason, I have to hit the Refresh button twice for any of my
 chanegs to take effect.
 
 Any idea why that is?

What product are you refreshing?  Maybe it's specific to the product.

Shane

___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )



Re: [Zope-dev] Refresh DoubleTake :-S

2001-02-13 Thread Chris Withers

Shane Hathaway wrote:
 
  Any idea why that is?
 
 What product are you refreshing?  Maybe it's specific to the product.

An NDA'd one ;-)

Sorry, that's not a lot of help I know, but what sort of things should I be
looking for that'd cause refresh to not work properly?

cheers,

Chris

___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )



Re: [Zope-dev] Refresh DoubleTake :-S

2001-02-13 Thread Shane Hathaway

Chris Withers wrote:
 
 Shane Hathaway wrote:
 
   Any idea why that is?
 
  What product are you refreshing?  Maybe it's specific to the product.
 
 An NDA'd one ;-)
 
 Sorry, that's not a lot of help I know, but what sort of things should I be
 looking for that'd cause refresh to not work properly?

I just got the same problem this past hour... actually, what happened is
changes to one module took effect immediately, while changes to a
different module of the same product required two refreshes.  It's a
dependency mapping problem I thought reload() took care of, but
apparently not.  However, I have an idea that might solve it.  Thanks
for the heads-up!

Shane

___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )



Re: [Zope-dev] Refresh DoubleTake :-S

2001-02-13 Thread Chris Withers

Shane Hathaway wrote:
 
 apparently not.  However, I have an idea that might solve it.  Thanks
 for the heads-up!

Pleasure :-)

(as a workaround we've developed the 'Pound on the Refresh button like a monkey'
technique *grinz*)

cheers,

Chris

___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )



Re: [Zope-dev] Refresh DoubleTake :-S

2001-02-13 Thread Shane Hathaway

Chris Withers wrote:
 
 Shane Hathaway wrote:
 
  apparently not.  However, I have an idea that might solve it.  Thanks
  for the heads-up!
 
 Pleasure :-)
 
 (as a workaround we've developed the 'Pound on the Refresh button like a monkey'
 technique *grinz*)

I've added logic to sort the modules by dependency before performing the
refresh.  It should solve the simian problem.  Feedback encouraged!

http://www.zope.org/Members/hathawsh/Refresh/

Shane

___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )