How to search in play-cache?

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

How to search in play-cache?

abergel
Hi!

There is something I do not understand with the play-cache. I have a file titled: 2016-01-21T16-47-20-368238-03-00.ph with the following content:

-=-=-= -=-=-= -=-=-= -=-=-=
Gofer it
        smalltalkhubUser: 'abergel' project: 'ObjectEvolutionBlueprint';
        package: 'ObjectEvolutionBlueprint';
        load.
       
Gofer it
        smalltalkhubUser: 'rschulz' project: 'EvolutionMonitor';
        package: 'EvolutionMonitor';
        load.
       
Gofer it
        smalltalkhubUser: 'rschulz' project: 'ObjectEvolutionExamples';
        package: 'ObjectEvolutionExamples';
        load.
-=-=-= -=-=-= -=-=-= -=-=-=


Entering “ObjectEvol” in spotter does not show the entry in the play-cache. How to search into play cache then?

Cheers,
Alexandre

--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.



_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.list.inf.unibe.ch/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: How to search in play-cache?

Tudor Girba-2
I just tried your example, and the page was found.


Could it be that the cache is not up to date in your image?

But, let’s take this opportunity to learn how to answer these questions. It’s really easy.

As this is a top search (i.e., it’s not part of a diving step), it means that this processor is defined in the GTSpotter class on the instance side.

So, we find GTSpotter, we dive in, and search for something like “play"



We find this method: GTSpotter>>spotterForCachedPlaygroundPagesFor:, and there we see that the search happens on 

GTPlayBook instance pages

Could you check it to see if your desired page appears there?

Cheers,
Doru


On Jan 27, 2016, at 1:15 PM, Alexandre Bergel <[hidden email]> wrote:

Hi!

There is something I do not understand with the play-cache. I have a file titled: 2016-01-21T16-47-20-368238-03-00.ph with the following content:

-=-=-= -=-=-= -=-=-= -=-=-= 
Gofer it
smalltalkhubUser: 'abergel' project: 'ObjectEvolutionBlueprint';
package: 'ObjectEvolutionBlueprint';
load.

Gofer it
smalltalkhubUser: 'rschulz' project: 'EvolutionMonitor';
package: 'EvolutionMonitor';
load.

Gofer it
smalltalkhubUser: 'rschulz' project: 'ObjectEvolutionExamples';
package: 'ObjectEvolutionExamples';
load.
-=-=-= -=-=-= -=-=-= -=-=-= 


Entering “ObjectEvol” in spotter does not show the entry in the play-cache. How to search into play cache then?

Cheers,
Alexandre

-- 
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.



_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.list.inf.unibe.ch/listinfo/moose-dev

--
www.tudorgirba.com
www.feenk.com

"Things happen when they happen,
not when you talk about them happening."


_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.list.inf.unibe.ch/listinfo/moose-dev