[vwnc] Implementor of isSatisfiedBy:

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

[vwnc] Implementor of isSatisfiedBy:

Will_Loew-Blosser
Implementor of isSatisfiedBy:

Just starting to use the Glorp replication UI.. Very nice..
And finally got thru our firewall …but

I'm not finding the implementor of #isSatisfiedBy: in BasicPrerequisitePolicy. The problem is hit in the Store menu extension of 'Update to Head'  where there is a

 super The method search of the public repo does not find it..


_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
Reply | Threaded
Open this post in threaded view
|

Re: [vwnc] Implementor of isSatisfiedBy:

Randy Coulman

On Thu, May 29, 2008 at 7:22 AM, <[hidden email]> wrote:

Just starting to use the Glorp replication UI.. Very nice..
And finally got thru our firewall …but

I'm not finding the implementor of #isSatisfiedBy: in BasicPrerequisitePolicy. The problem is hit in the Store menu extension of 'Update to Head'  where there is a

 super The method search of the public repo does not find it..

The Update to Head menu option actually comes from the UpdateToStore package, which is not part of the base.  Travis Griggs has been doing some work there to make it work with bundles, and he added some 7.7-specific code there.

At this point, you can go one of two ways: Load the "non-branch" version of that package (anything with an integral version number), or load the StoreRegexPrerequisitePolicy package, which does define that method.  The 7.7-specific code that Travis is using is a result of a refactoring I requested when I made StoreRegexPrerequisitePolicy.  You will need to load an integral version of that package, because the branch assumes that the 7.7 refactoring has been done.

Randy
--
Randy Coulman
[hidden email]
_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc