Error with latest ProfStef in Pharo 1.3

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

Error with latest ProfStef in Pharo 1.3

Mariano Martinez Peck
"Error 'Please use buildTutorialTopicFor: instead'"

when I try to open it from the menu.

ProfStefHelpTutorialBuilder >> buildHelpTopicFrom: aHelpTopicDescription
    "Start building from the given help topic description"
   
    ^(self new)
        rootToBuildFrom: aHelpTopicDescription;
        build;
        topicToBuild

the rpoblem is that #new

I am using last versions of Pharo1.3

--
Mariano
http://marianopeck.wordpress.com

Reply | Threaded
Open this post in threaded view
|

Re: Error with latest ProfStef in Pharo 1.3

Mariano Martinez Peck
Here is the PharoDebug.log


On Sun, Apr 24, 2011 at 5:30 PM, Mariano Martinez Peck <[hidden email]> wrote:
"Error 'Please use buildTutorialTopicFor: instead'"

when I try to open it from the menu.

ProfStefHelpTutorialBuilder >> buildHelpTopicFrom: aHelpTopicDescription
    "Start building from the given help topic description"
   
    ^(self new)
        rootToBuildFrom: aHelpTopicDescription;
        build;
        topicToBuild

the rpoblem is that #new

I am using last versions of Pharo1.3

--
Mariano
http://marianopeck.wordpress.com




--
Mariano
http://marianopeck.wordpress.com


PharoDebug.log (112K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Error with latest ProfStef in Pharo 1.3

abergel
In reply to this post by Mariano Martinez Peck
ah ah! This is what we have changed during the pharo cast.
Laurent, do you want that we have a look at it together?

Cheers,
Alexandre


On 24 Apr 2011, at 11:30, Mariano Martinez Peck wrote:

> "Error 'Please use buildTutorialTopicFor: instead'"
>
> when I try to open it from the menu.
>
> ProfStefHelpTutorialBuilder >> buildHelpTopicFrom: aHelpTopicDescription
>     "Start building from the given help topic description"
>    
>     ^(self new)
>         rootToBuildFrom: aHelpTopicDescription;
>         build;
>         topicToBuild
>
> the rpoblem is that #new
>
> I am using last versions of Pharo1.3
>
> --
> Mariano
> http://marianopeck.wordpress.com
>

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






Reply | Threaded
Open this post in threaded view
|

Re: Error with latest ProfStef in Pharo 1.3

Mariano Martinez Peck
http://code.google.com/p/pharo/issues/detail?id=4086

On Sun, Apr 24, 2011 at 6:43 PM, Alexandre Bergel <[hidden email]> wrote:
ah ah! This is what we have changed during the pharo cast.
Laurent, do you want that we have a look at it together?

Cheers,
Alexandre


On 24 Apr 2011, at 11:30, Mariano Martinez Peck wrote:

> "Error 'Please use buildTutorialTopicFor: instead'"
>
> when I try to open it from the menu.
>
> ProfStefHelpTutorialBuilder >> buildHelpTopicFrom: aHelpTopicDescription
>     "Start building from the given help topic description"
>
>     ^(self new)
>         rootToBuildFrom: aHelpTopicDescription;
>         build;
>         topicToBuild
>
> the rpoblem is that #new
>
> I am using last versions of Pharo1.3
>
> --
> Mariano
> http://marianopeck.wordpress.com
>

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









--
Mariano
http://marianopeck.wordpress.com

Reply | Threaded
Open this post in threaded view
|

Re: Error with latest ProfStef in Pharo 1.3

laurent laffont
In reply to this post by abergel

On Sun, Apr 24, 2011 at 6:43 PM, Alexandre Bergel <[hidden email]> wrote:
ah ah! This is what we have changed during the pharo cast.
Laurent, do you want that we have a look at it together?

haha I won't be able to look at it until Tuesday.

Laurent.
 

Cheers,
Alexandre


On 24 Apr 2011, at 11:30, Mariano Martinez Peck wrote:

> "Error 'Please use buildTutorialTopicFor: instead'"
>
> when I try to open it from the menu.
>
> ProfStefHelpTutorialBuilder >> buildHelpTopicFrom: aHelpTopicDescription
>     "Start building from the given help topic description"
>
>     ^(self new)
>         rootToBuildFrom: aHelpTopicDescription;
>         build;
>         topicToBuild
>
> the rpoblem is that #new
>
> I am using last versions of Pharo1.3
>
> --
> Mariano
> http://marianopeck.wordpress.com
>

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







Reply | Threaded
Open this post in threaded view
|

Re: Error with latest ProfStef in Pharo 1.3

abergel
Can we meet on a chat on Tuesday at 20:30 (GMT+1) ?
We could then write new tests, make sure ProfStef works for Pharo 1.3 and fix the bug found by Mariano.

Cheers,
Alexandre


On 24 Apr 2011, at 12:33, laurent laffont wrote:

>
> On Sun, Apr 24, 2011 at 6:43 PM, Alexandre Bergel <[hidden email]> wrote:
> ah ah! This is what we have changed during the pharo cast.
> Laurent, do you want that we have a look at it together?
>
> haha I won't be able to look at it until Tuesday.
>
> Laurent.
>  
>
> Cheers,
> Alexandre
>
>
> On 24 Apr 2011, at 11:30, Mariano Martinez Peck wrote:
>
> > "Error 'Please use buildTutorialTopicFor: instead'"
> >
> > when I try to open it from the menu.
> >
> > ProfStefHelpTutorialBuilder >> buildHelpTopicFrom: aHelpTopicDescription
> >     "Start building from the given help topic description"
> >
> >     ^(self new)
> >         rootToBuildFrom: aHelpTopicDescription;
> >         build;
> >         topicToBuild
> >
> > the rpoblem is that #new
> >
> > I am using last versions of Pharo1.3
> >
> > --
> > Mariano
> > http://marianopeck.wordpress.com
> >
>
> --
> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> Alexandre Bergel  http://www.bergel.eu
> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>
>
>
>
>
>
>

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






Reply | Threaded
Open this post in threaded view
|

Re: Error with latest ProfStef in Pharo 1.3

laurent laffont

On Mon, Apr 25, 2011 at 1:52 AM, Alexandre Bergel <[hidden email]> wrote:
Can we meet on a chat on Tuesday at 20:30 (GMT+1) ?

No I won't be available. And actually I don't know when I will have time for a real work, sorry :)

May be I can check this with my local developer group on Tuesday (we meet from 12:30 -> 13h30. If you wake up early :)

Laurent
 
We could then write new tests, make sure ProfStef works for Pharo 1.3 and fix the bug found by Mariano.

Cheers,
Alexandre


On 24 Apr 2011, at 12:33, laurent laffont wrote:

>
> On Sun, Apr 24, 2011 at 6:43 PM, Alexandre Bergel <[hidden email]> wrote:
> ah ah! This is what we have changed during the pharo cast.
> Laurent, do you want that we have a look at it together?
>
> haha I won't be able to look at it until Tuesday.
>
> Laurent.
>
>
> Cheers,
> Alexandre
>
>
> On 24 Apr 2011, at 11:30, Mariano Martinez Peck wrote:
>
> > "Error 'Please use buildTutorialTopicFor: instead'"
> >
> > when I try to open it from the menu.
> >
> > ProfStefHelpTutorialBuilder >> buildHelpTopicFrom: aHelpTopicDescription
> >     "Start building from the given help topic description"
> >
> >     ^(self new)
> >         rootToBuildFrom: aHelpTopicDescription;
> >         build;
> >         topicToBuild
> >
> > the rpoblem is that #new
> >
> > I am using last versions of Pharo1.3
> >
> > --
> > Mariano
> > http://marianopeck.wordpress.com
> >
>
> --
> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> Alexandre Bergel  http://www.bergel.eu
> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>
>
>
>
>
>
>

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







Reply | Threaded
Open this post in threaded view
|

Re: Error with latest ProfStef in Pharo 1.3

abergel
> May be I can check this with my local developer group on Tuesday (we meet from 12:30 -> 13h30. If you wake up early :)

13:30 in france is 8:30 in Chile. I usually arrive at 8:20 at work. So, we meet on tomorrow?
Using IRC?

Cheers,
Alexandre

> Laurent
>  
> We could then write new tests, make sure ProfStef works for Pharo 1.3 and fix the bug found by Mariano.
>
> Cheers,
> Alexandre
>
>
> On 24 Apr 2011, at 12:33, laurent laffont wrote:
>
> >
> > On Sun, Apr 24, 2011 at 6:43 PM, Alexandre Bergel <[hidden email]> wrote:
> > ah ah! This is what we have changed during the pharo cast.
> > Laurent, do you want that we have a look at it together?
> >
> > haha I won't be able to look at it until Tuesday.
> >
> > Laurent.
> >
> >
> > Cheers,
> > Alexandre
> >
> >
> > On 24 Apr 2011, at 11:30, Mariano Martinez Peck wrote:
> >
> > > "Error 'Please use buildTutorialTopicFor: instead'"
> > >
> > > when I try to open it from the menu.
> > >
> > > ProfStefHelpTutorialBuilder >> buildHelpTopicFrom: aHelpTopicDescription
> > >     "Start building from the given help topic description"
> > >
> > >     ^(self new)
> > >         rootToBuildFrom: aHelpTopicDescription;
> > >         build;
> > >         topicToBuild
> > >
> > > the rpoblem is that #new
> > >
> > > I am using last versions of Pharo1.3
> > >
> > > --
> > > Mariano
> > > http://marianopeck.wordpress.com
> > >
> >
> > --
> > _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> > Alexandre Bergel  http://www.bergel.eu
> > ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
> >
> >
> >
> >
> >
> >
> >
>
> --
> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> Alexandre Bergel  http://www.bergel.eu
> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>
>
>
>
>
>
>

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






Reply | Threaded
Open this post in threaded view
|

Re: Error with latest ProfStef in Pharo 1.3

laurent laffont

On Mon, Apr 25, 2011 at 8:30 PM, Alexandre Bergel <[hidden email]> wrote:
> May be I can check this with my local developer group on Tuesday (we meet from 12:30 -> 13h30. If you wake up early :)

13:30 in france is 8:30 in Chile. I usually arrive at 8:20 at work. So, we meet on tomorrow?
Using IRC?

No problem. We can use skype.

Laurent.

 

Cheers,
Alexandre

> Laurent
>
> We could then write new tests, make sure ProfStef works for Pharo 1.3 and fix the bug found by Mariano.
>
> Cheers,
> Alexandre
>
>
> On 24 Apr 2011, at 12:33, laurent laffont wrote:
>
> >
> > On Sun, Apr 24, 2011 at 6:43 PM, Alexandre Bergel <[hidden email]> wrote:
> > ah ah! This is what we have changed during the pharo cast.
> > Laurent, do you want that we have a look at it together?
> >
> > haha I won't be able to look at it until Tuesday.
> >
> > Laurent.
> >
> >
> > Cheers,
> > Alexandre
> >
> >
> > On 24 Apr 2011, at 11:30, Mariano Martinez Peck wrote:
> >
> > > "Error 'Please use buildTutorialTopicFor: instead'"
> > >
> > > when I try to open it from the menu.
> > >
> > > ProfStefHelpTutorialBuilder >> buildHelpTopicFrom: aHelpTopicDescription
> > >     "Start building from the given help topic description"
> > >
> > >     ^(self new)
> > >         rootToBuildFrom: aHelpTopicDescription;
> > >         build;
> > >         topicToBuild
> > >
> > > the rpoblem is that #new
> > >
> > > I am using last versions of Pharo1.3
> > >
> > > --
> > > Mariano
> > > http://marianopeck.wordpress.com
> > >
> >
> > --
> > _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> > Alexandre Bergel  http://www.bergel.eu
> > ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
> >
> >
> >
> >
> >
> >
> >
>
> --
> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> Alexandre Bergel  http://www.bergel.eu
> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>
>
>
>
>
>
>

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







Reply | Threaded
Open this post in threaded view
|

Re: Error with latest ProfStef in Pharo 1.3

abergel
Ok, tomorrow at 13:20 - 13:30 (GMT+1) on skype

Alexandre


On 25 Apr 2011, at 15:26, laurent laffont wrote:

>
> On Mon, Apr 25, 2011 at 8:30 PM, Alexandre Bergel <[hidden email]> wrote:
> > May be I can check this with my local developer group on Tuesday (we meet from 12:30 -> 13h30. If you wake up early :)
>
> 13:30 in france is 8:30 in Chile. I usually arrive at 8:20 at work. So, we meet on tomorrow?
> Using IRC?
>
> No problem. We can use skype.
>
> Laurent.
>
>  
>
> Cheers,
> Alexandre
>
> > Laurent
> >
> > We could then write new tests, make sure ProfStef works for Pharo 1.3 and fix the bug found by Mariano.
> >
> > Cheers,
> > Alexandre
> >
> >
> > On 24 Apr 2011, at 12:33, laurent laffont wrote:
> >
> > >
> > > On Sun, Apr 24, 2011 at 6:43 PM, Alexandre Bergel <[hidden email]> wrote:
> > > ah ah! This is what we have changed during the pharo cast.
> > > Laurent, do you want that we have a look at it together?
> > >
> > > haha I won't be able to look at it until Tuesday.
> > >
> > > Laurent.
> > >
> > >
> > > Cheers,
> > > Alexandre
> > >
> > >
> > > On 24 Apr 2011, at 11:30, Mariano Martinez Peck wrote:
> > >
> > > > "Error 'Please use buildTutorialTopicFor: instead'"
> > > >
> > > > when I try to open it from the menu.
> > > >
> > > > ProfStefHelpTutorialBuilder >> buildHelpTopicFrom: aHelpTopicDescription
> > > >     "Start building from the given help topic description"
> > > >
> > > >     ^(self new)
> > > >         rootToBuildFrom: aHelpTopicDescription;
> > > >         build;
> > > >         topicToBuild
> > > >
> > > > the rpoblem is that #new
> > > >
> > > > I am using last versions of Pharo1.3
> > > >
> > > > --
> > > > Mariano
> > > > http://marianopeck.wordpress.com
> > > >
> > >
> > > --
> > > _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> > > Alexandre Bergel  http://www.bergel.eu
> > > ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> >
> > --
> > _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> > Alexandre Bergel  http://www.bergel.eu
> > ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
> >
> >
> >
> >
> >
> >
> >
>
> --
> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> Alexandre Bergel  http://www.bergel.eu
> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>
>
>
>
>
>
>

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






Reply | Threaded
Open this post in threaded view
|

Re: Error with latest ProfStef in Pharo 1.3

abergel
Thanks Laurent & Patrick, it was cool!

Alexandre


On 25 Apr 2011, at 16:31, Alexandre Bergel wrote:

> Ok, tomorrow at 13:20 - 13:30 (GMT+1) on skype
>
> Alexandre
>
>
> On 25 Apr 2011, at 15:26, laurent laffont wrote:
>
>>
>> On Mon, Apr 25, 2011 at 8:30 PM, Alexandre Bergel <[hidden email]> wrote:
>>> May be I can check this with my local developer group on Tuesday (we meet from 12:30 -> 13h30. If you wake up early :)
>>
>> 13:30 in france is 8:30 in Chile. I usually arrive at 8:20 at work. So, we meet on tomorrow?
>> Using IRC?
>>
>> No problem. We can use skype.
>>
>> Laurent.
>>
>>
>>
>> Cheers,
>> Alexandre
>>
>>> Laurent
>>>
>>> We could then write new tests, make sure ProfStef works for Pharo 1.3 and fix the bug found by Mariano.
>>>
>>> Cheers,
>>> Alexandre
>>>
>>>
>>> On 24 Apr 2011, at 12:33, laurent laffont wrote:
>>>
>>>>
>>>> On Sun, Apr 24, 2011 at 6:43 PM, Alexandre Bergel <[hidden email]> wrote:
>>>> ah ah! This is what we have changed during the pharo cast.
>>>> Laurent, do you want that we have a look at it together?
>>>>
>>>> haha I won't be able to look at it until Tuesday.
>>>>
>>>> Laurent.
>>>>
>>>>
>>>> Cheers,
>>>> Alexandre
>>>>
>>>>
>>>> On 24 Apr 2011, at 11:30, Mariano Martinez Peck wrote:
>>>>
>>>>> "Error 'Please use buildTutorialTopicFor: instead'"
>>>>>
>>>>> when I try to open it from the menu.
>>>>>
>>>>> ProfStefHelpTutorialBuilder >> buildHelpTopicFrom: aHelpTopicDescription
>>>>>    "Start building from the given help topic description"
>>>>>
>>>>>    ^(self new)
>>>>>        rootToBuildFrom: aHelpTopicDescription;
>>>>>        build;
>>>>>        topicToBuild
>>>>>
>>>>> the rpoblem is that #new
>>>>>
>>>>> I am using last versions of Pharo1.3
>>>>>
>>>>> --
>>>>> Mariano
>>>>> http://marianopeck.wordpress.com
>>>>>
>>>>
>>>> --
>>>> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
>>>> Alexandre Bergel  http://www.bergel.eu
>>>> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>
>>> --
>>> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
>>> Alexandre Bergel  http://www.bergel.eu
>>> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>
>> --
>> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
>> Alexandre Bergel  http://www.bergel.eu
>> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>>
>>
>>
>>
>>
>>
>>
>
> --
> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> Alexandre Bergel  http://www.bergel.eu
> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>
>
>
>
>
>

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