And it goes on - How do I fix a missing repository
I am obviously out of the loop when it comes to all of this repository stuff. So, I have imported my 8.0 code into 9.0 but I canât add an extension method to ScaledDecimal because a repository is missing. I check what to do and get sent to Iceberg. Somehow, as a newbie, I am supposed to understand how iceberg works but, being a 76 year old VAST Smalltalker, I donât. Surely, when I install 9.0, qashouldnât I get everything I need for a basic image? What do I do next. Attached is a screenshot of Iceberg. David
Hi, I am sorry, but why you need a repository to add an extension methods? To add an extension, the easiest way to open calypso and put your method in ScaledDecimal. Then you can use the menu right clicking on the method you added : The fact that you need a repository to save those changes later is completely orthogonal to your problem :) cheers! Esteban On Jun 1 2021, at 5:26 pm, David Pennington <david@totallyobjects.com> wrote:
I am obviously out of the loop when it comes to all of this repository stuff.
So, I have imported my 8.0 code into 9.0 but I canât add an extension method to ScaledDecimal because a repository is missing. I check what to do and get sent to Iceberg. Somehow, as a newbie, I am supposed to understand how iceberg works but, being a 76 year old VAST Smalltalker, I donât. Surely, when I install 9.0, qashouldnât I get everything I need for a basic image?
What do I do next. Attached is a screenshot of Iceberg.
David
To fix a missing repo you follow iceberg you click on the repair menu item of the project. Iceberg will then propose some several different ways (explained) and sorted by order of probability that they will solve your problem. So if you select clone iceberg will clone pharo on your local machine. S
On 1 Jun 2021, at 17:34, Esteban Lorenzano <estebanlm@netc.eu> wrote:
Hi,
I am sorry, but why you need a repository to add an extension methods? To add an extension, the easiest way to open calypso and put your method in ScaledDecimal. Then you can use the menu right clicking on the method you added :
<Pasted File.png> The fact that you need a repository to save those changes later is completely orthogonal to your problem :)
cheers! Esteban
On Jun 1 2021, at 5:26 pm, David Pennington <david@totallyobjects.com> wrote: I am obviously out of the loop when it comes to all of this repository stuff.
So, I have imported my 8.0 code into 9.0 but I canât add an extension method to ScaledDecimal because a repository is missing. I check what to do and get sent to Iceberg. Somehow, as a newbie, I am supposed to understand how iceberg works but, being a 76 year old VAST Smalltalker, I donât. Surely, when I install 9.0, qashouldnât I get everything I need for a basic image?
What do I do next. Attached is a screenshot of Iceberg.
David
-------------------------------------------- Stéphane Ducasse http://stephane.ducasse.free.fr / http://www.pharo.org 03 59 35 87 52 Assistant: Aurore Dalle FAX 03 59 57 78 50 TEL 03 59 35 86 16 S. Ducasse - Inria 40, avenue Halley, Parc Scientifique de la Haute Borne, Bât.A, Park Plaza Villeneuve d'Ascq 59650 France
Thanks for the info, Stephane. I was wondering also about the source code as I was unable to set breakpoints on Pharo code to work without the repos. On Wed, Jun 2, 2021 at 4:18 PM Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
To fix a missing repo you follow iceberg you click on the repair menu item of the project. Iceberg will then propose some several different ways (explained) and sorted by order of probability that they will solve your problem. So if you select clone iceberg will clone pharo on your local machine.
S
On 1 Jun 2021, at 17:34, Esteban Lorenzano <estebanlm@netc.eu> wrote:
Hi,
I am sorry, but why you need a repository to add an extension methods? To add an extension, the easiest way to open calypso and put your method in ScaledDecimal. Then you can use the menu right clicking on the method you added :
<Pasted File.png> The fact that you need a repository to *save* those changes later is completely orthogonal to your problem :)
cheers! Esteban
On Jun 1 2021, at 5:26 pm, David Pennington <david@totallyobjects.com> wrote:
I am obviously out of the loop when it comes to all of this repository stuff.
So, I have imported my 8.0 code into 9.0 but I canât add an extension method to ScaledDecimal because a repository is missing. I check what to do and get sent to Iceberg. Somehow, as a newbie, I am supposed to understand how iceberg works but, being a 76 year old VAST Smalltalker, I donât. Surely, when I install 9.0, qashouldnât I get everything I need for a basic image?
What do I do next. Attached is a screenshot of Iceberg.
David
-------------------------------------------- Stéphane Ducasse http://stephane.ducasse.free.fr / http://www.pharo.org 03 59 35 87 52 Assistant: Aurore Dalle FAX 03 59 57 78 50 TEL 03 59 35 86 16 S. Ducasse - Inria 40, avenue Halley <https://www.google.com/maps/search/40,+avenue+Halley?entry=gmail&source=g> , Parc Scientifique de la Haute Borne, Bât.A, Park Plaza Villeneuve d'Ascq 59650 France
-- Russ Whaley whaley.russ@gmail.com
I still do not understand why you need to repository at all. you should not need it to do anything of what you are trying to do (adding extensions and setting breakpoints). Esteban On Jun 3 2021, at 12:18 am, Russ Whaley <whaley.russ@gmail.com> wrote:
Thanks for the info, Stephane. I was wondering also about the source code as I was unable to set breakpoints on Pharo code to work without the repos.
On Wed, Jun 2, 2021 at 4:18 PM Stéphane Ducasse <stephane.ducasse@inria.fr (mailto:stephane.ducasse@inria.fr)> wrote:
To fix a missing repo you follow iceberg you click on the repair menu item of the project. Iceberg will then propose some several different ways (explained) and sorted by order of probability that they will solve your problem. So if you select clone iceberg will clone pharo on your local machine.
S
On 1 Jun 2021, at 17:34, Esteban Lorenzano <estebanlm@netc.eu (mailto:estebanlm@netc.eu)> wrote: Hi, I am sorry, but why you need a repository to add an extension methods? To add an extension, the easiest way to open calypso and put your method in ScaledDecimal. Then you can use the menu right clicking on the method you added :
<Pasted File.png> The fact that you need a repository to save those changes later is completely orthogonal to your problem :)
cheers! Esteban
On Jun 1 2021, at 5:26 pm, David Pennington <david@totallyobjects.com (mailto:david@totallyobjects.com)> wrote:
I am obviously out of the loop when it comes to all of this repository stuff.
So, I have imported my 8.0 code into 9.0 but I canât add an extension method to ScaledDecimal because a repository is missing. I check what to do and get sent to Iceberg. Somehow, as a newbie, I am supposed to understand how iceberg works but, being a 76 year old VAST Smalltalker, I donât. Surely, when I install 9.0, qashouldnât I get everything I need for a basic image?
What do I do next. Attached is a screenshot of Iceberg.
David
Stéphane Ducasse http://stephane.ducasse.free.fr / http://www.pharo.org 03 59 35 87 52 Assistant: Aurore Dalle FAX 03 59 57 78 50 TEL 03 59 35 86 16 S. Ducasse - Inria 40, avenue Halley (https://www.google.com/maps/search/40,+avenue+Halley?entry=gmail&source=g), Parc Scientifique de la Haute Borne, Bât.A, Park Plaza Villeneuve d'Ascq 59650 France
-- Russ Whaley whaley.russ@gmail.com (mailto:whaley.russ@gmail.com)
Following this from the sidelines - I think sometimes the confusion comes from the Iceberg window showing red/detached repos that are only important if you are actively working on Pharo itself - however they âlookâ important. Iâm not sure if we have this feature request - but Iâve often thought it would be handy to have an option/checkbox to hide these âsystemâ Repos so you can focus on your own work. It should be a trivial things to add - and if it defaulted to hidden, it might reduce these kinds of questions. Tim
On 3 Jun 2021, at 08:39, Esteban Lorenzano <estebanlm@netc.eu> wrote:
 I still do not understand why you need to repository at all. you should not need it to do anything of what you are trying to do (adding extensions and setting breakpoints).
Esteban On Jun 3 2021, at 12:18 am, Russ Whaley <whaley.russ@gmail.com> wrote: Thanks for the info, Stephane. I was wondering also about the source code as I was unable to set breakpoints on Pharo code to work without the repos.
On Wed, Jun 2, 2021 at 4:18 PM Stéphane Ducasse <stephane.ducasse@inria.fr> wrote: To fix a missing repo you follow iceberg you click on the repair menu item of the project. Iceberg will then propose some several different ways (explained) and sorted by order of probability that they will solve your problem. So if you select clone iceberg will clone pharo on your local machine.
S
On 1 Jun 2021, at 17:34, Esteban Lorenzano <estebanlm@netc.eu> wrote:
Hi,
I am sorry, but why you need a repository to add an extension methods? To add an extension, the easiest way to open calypso and put your method in ScaledDecimal. Then you can use the menu right clicking on the method you added :
<Pasted File.png> The fact that you need a repository to save those changes later is completely orthogonal to your problem :)
cheers! Esteban
On Jun 1 2021, at 5:26 pm, David Pennington <david@totallyobjects.com> wrote: I am obviously out of the loop when it comes to all of this repository stuff.
So, I have imported my 8.0 code into 9.0 but I canât add an extension method to ScaledDecimal because a repository is missing. I check what to do and get sent to Iceberg. Somehow, as a newbie, I am supposed to understand how iceberg works but, being a 76 year old VAST Smalltalker, I donât. Surely, when I install 9.0, qashouldnât I get everything I need for a basic image?
What do I do next. Attached is a screenshot of Iceberg.
David
-------------------------------------------- Stéphane Ducasse http://stephane.ducasse.free.fr / http://www.pharo.org 03 59 35 87 52 Assistant: Aurore Dalle FAX 03 59 57 78 50 TEL 03 59 35 86 16 S. Ducasse - Inria 40, avenue Halley, Parc Scientifique de la Haute Borne, Bât.A, Park Plaza Villeneuve d'Ascq 59650 France
-- Russ Whaley whaley.russ@gmail.com
On Jun 3 2021, at 1:48 pm, Tim Mackinnon <tim@testit.works> wrote:
Following this from the sidelines - I think sometimes the confusion comes from the Iceberg window showing red/detached repos that are only important if you are actively working on Pharo itself - however they âlookâ important.
Iâm not sure if we have this feature request - but Iâve often thought it would be handy to have an option/checkbox to hide these âsystemâ Repos so you can focus on your own work. heh... one of the first versions of iceberg even had this hide/show pharo projects button! but it got lost at some point. I do agree we need to make it back, maybe as a tab, since I foreseen there will be more "internal projects" in the future :)
Esteban
It should be a trivial things to add - and if it defaulted to hidden, it might reduce these kinds of questions.
Tim
On 3 Jun 2021, at 08:39, Esteban Lorenzano <estebanlm@netc.eu> wrote:  I still do not understand why you need to repository at all. you should not need it to do anything of what you are trying to do (adding extensions and setting breakpoints).
Esteban On Jun 3 2021, at 12:18 am, Russ Whaley <whaley.russ@gmail.com> wrote:
Thanks for the info, Stephane. I was wondering also about the source code as I was unable to set breakpoints on Pharo code to work without the repos.
On Wed, Jun 2, 2021 at 4:18 PM Stéphane Ducasse <stephane.ducasse@inria.fr (mailto:stephane.ducasse@inria.fr)> wrote:
To fix a missing repo you follow iceberg you click on the repair menu item of the project. Iceberg will then propose some several different ways (explained) and sorted by order of probability that they will solve your problem. So if you select clone iceberg will clone pharo on your local machine.
S
On 1 Jun 2021, at 17:34, Esteban Lorenzano <estebanlm@netc.eu (mailto:estebanlm@netc.eu)> wrote: Hi, I am sorry, but why you need a repository to add an extension methods? To add an extension, the easiest way to open calypso and put your method in ScaledDecimal. Then you can use the menu right clicking on the method you added :
<Pasted File.png> The fact that you need a repository to save those changes later is completely orthogonal to your problem :)
cheers! Esteban
On Jun 1 2021, at 5:26 pm, David Pennington <david@totallyobjects.com (mailto:david@totallyobjects.com)> wrote:
I am obviously out of the loop when it comes to all of this repository stuff.
So, I have imported my 8.0 code into 9.0 but I canât add an extension method to ScaledDecimal because a repository is missing. I check what to do and get sent to Iceberg. Somehow, as a newbie, I am supposed to understand how iceberg works but, being a 76 year old VAST Smalltalker, I donât. Surely, when I install 9.0, qashouldnât I get everything I need for a basic image?
What do I do next. Attached is a screenshot of Iceberg.
David
Stéphane Ducasse http://stephane.ducasse.free.fr / http://www.pharo.org 03 59 35 87 52 Assistant: Aurore Dalle FAX 03 59 57 78 50 TEL 03 59 35 86 16 S. Ducasse - Inria 40, avenue Halley (https://www.google.com/maps/search/40,+avenue+Halley?entry=gmail&source=g), Parc Scientifique de la Haute Borne, Bât.A, Park Plaza Villeneuve d'Ascq 59650 France
-- Russ Whaley whaley.russ@gmail.com (mailto:whaley.russ@gmail.com)
Interesting. However, when I attempt to set a breakpoint on any code in those repos, I get a debugger failure when attempting to run my app. Iâll see if I can get a screenshot of the error message. On Thu, Jun 3, 2021 at 7:49 AM Tim Mackinnon <tim@testit.works> wrote:
Following this from the sidelines - I think sometimes the confusion comes from the Iceberg window showing red/detached repos that are only important if you are actively working on Pharo itself - however they âlookâ important.
Iâm not sure if we have this feature request - but Iâve often thought it would be handy to have an option/checkbox to hide these âsystemâ Repos so you can focus on your own work.
It should be a trivial things to add - and if it defaulted to hidden, it might reduce these kinds of questions.
Tim
On 3 Jun 2021, at 08:39, Esteban Lorenzano <estebanlm@netc.eu> wrote:

I still do not understand why you need to repository at all. you should not need it to do anything of what you are trying to do (adding extensions and setting breakpoints).
Esteban On Jun 3 2021, at 12:18 am, Russ Whaley <whaley.russ@gmail.com> wrote:
Thanks for the info, Stephane. I was wondering also about the source code as I was unable to set breakpoints on Pharo code to work without the repos.
On Wed, Jun 2, 2021 at 4:18 PM Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
To fix a missing repo you follow iceberg you click on the repair menu item of the project. Iceberg will then propose some several different ways (explained) and sorted by order of probability that they will solve your problem. So if you select clone iceberg will clone pharo on your local machine.
S
On 1 Jun 2021, at 17:34, Esteban Lorenzano <estebanlm@netc.eu> wrote:
Hi,
I am sorry, but why you need a repository to add an extension methods? To add an extension, the easiest way to open calypso and put your method in ScaledDecimal. Then you can use the menu right clicking on the method you added :
<Pasted File.png> The fact that you need a repository to *save* those changes later is completely orthogonal to your problem :)
cheers! Esteban
On Jun 1 2021, at 5:26 pm, David Pennington <david@totallyobjects.com> wrote:
I am obviously out of the loop when it comes to all of this repository stuff.
So, I have imported my 8.0 code into 9.0 but I canât add an extension method to ScaledDecimal because a repository is missing. I check what to do and get sent to Iceberg. Somehow, as a newbie, I am supposed to understand how iceberg works but, being a 76 year old VAST Smalltalker, I donât. Surely, when I install 9.0, qashouldnât I get everything I need for a basic image?
What do I do next. Attached is a screenshot of Iceberg.
David
-------------------------------------------- Stéphane Ducasse http://stephane.ducasse.free.fr / http://www.pharo.org 03 59 35 87 52 Assistant: Aurore Dalle FAX 03 59 57 78 50 TEL 03 59 35 86 16 S. Ducasse - Inria 40, avenue Halley <https://www.google.com/maps/search/40,+avenue+Halley?entry=gmail&source=g> , Parc Scientifique de la Haute Borne, Bât.A, Park Plaza Villeneuve d'Ascq 59650 France
-- Russ Whaley whaley.russ@gmail.com
-- Russ Whaley whaley.russ@gmail.com
Surely, one of the bases of OO development is to subclass and extend existing classes? How can you code on the fly, as mentioned as one great benefit of Smalltalk, if you canât set break points? I have lost you here. David
On 3 Jun 2021, at 08:39, Esteban Lorenzano <estebanlm@netc.eu> wrote:
I still do not understand why you need to repository at all. you should not need it to do anything of what you are trying to do (adding extensions and setting breakpoints).
David, I donât think the question is whether you need breakpoints or not. You should be able to set breakpoints without these repositories. Maybe you could give a few hints at what happens when you try⦠Joachim
Am 03.06.2021 um 14:38 schrieb David Pennington <david@totallyobjects.com>:
Surely, one of the bases of OO development is to subclass and extend existing classes? How can you code on the fly, as mentioned as one great benefit of Smalltalk, if you canât set break points? I have lost you here. David
On 3 Jun 2021, at 08:39, Esteban Lorenzano <estebanlm@netc.eu> wrote:
I still do not understand why you need to repository at all. you should not need it to do anything of what you are trying to do (adding extensions and setting breakpoints).
Well, good news, bad news. I AM able to set breakpoints wherever I want in Pharo (repo) code... and in many cases the breakpoint works and the debugger pops up. However, I must have stumbled across (perhaps the only) one that blows up when I run my app. See screenshot. To be clear, I've had no issue extending Pharo repo classes (into my own packages). Besides the bold red text stating the repos are missing in Iceberg :) this is the only error I've come across. I have not spent a lot of time poking around to see which classes allow breakpoints and which don't. Initially I feared none of the breakpoints would work, but when I removed the breakpoint on SpSingleSelectionMode - the next breakpoint (in Pharo repo) did fire and brought up the debugger. I've since worked around my problem (thanks Esteban!) and the breakpoint on SpSingleSelectionMode is no longer required :) Thanks! Russ On Thu, Jun 3, 2021 at 8:54 AM Joachim Tuchel <jtuchel@objektfabrik.de> wrote:
David,
I donât think the question is whether you need breakpoints or not. You should be able to set breakpoints without these repositories. Maybe you could give a few hints at what happens when you tryâ¦
Joachim
Am 03.06.2021 um 14:38 schrieb David Pennington < david@totallyobjects.com>:
Surely, one of the bases of OO development is to subclass and extend existing classes? How can you code on the fly, as mentioned as one great benefit of Smalltalk, if you canât set break points? I have lost you here. David
On 3 Jun 2021, at 08:39, Esteban Lorenzano <estebanlm@netc.eu> wrote:
I still do not understand why you need to repository at all. you should not need it to do anything of what you are trying to do (adding extensions and setting breakpoints).
-- Russ Whaley whaley.russ@gmail.com
Probably you put a breakpoint in code that is used by the debugger infrastructure... you can use object-centric breakpoints for this use case to break only on the presenter instance that you want to debug. On Thu, Jun 3, 2021 at 10:24 AM Russ Whaley <whaley.russ@gmail.com> wrote:
Well, good news, bad news. I AM able to set breakpoints wherever I want in Pharo (repo) code... and in many cases the breakpoint works and the debugger pops up. However, I must have stumbled across (perhaps the only) one that blows up when I run my app. See screenshot. To be clear, I've had no issue extending Pharo repo classes (into my own packages). Besides the bold red text stating the repos are missing in Iceberg :) this is the only error I've come across. I have not spent a lot of time poking around to see which classes allow breakpoints and which don't. Initially I feared none of the breakpoints would work, but when I removed the breakpoint on SpSingleSelectionMode - the next breakpoint (in Pharo repo) did fire and brought up the debugger.
I've since worked around my problem (thanks Esteban!) and the breakpoint on SpSingleSelectionMode is no longer required :)
Thanks! Russ
On Thu, Jun 3, 2021 at 8:54 AM Joachim Tuchel <jtuchel@objektfabrik.de> wrote:
David,
I donât think the question is whether you need breakpoints or not. You should be able to set breakpoints without these repositories. Maybe you could give a few hints at what happens when you tryâ¦
Joachim
Am 03.06.2021 um 14:38 schrieb David Pennington < david@totallyobjects.com>:
Surely, one of the bases of OO development is to subclass and extend existing classes? How can you code on the fly, as mentioned as one great benefit of Smalltalk, if you canât set break points? I have lost you here. David
On 3 Jun 2021, at 08:39, Esteban Lorenzano <estebanlm@netc.eu> wrote:
I still do not understand why you need to repository at all. you should not need it to do anything of what you are trying to do (adding extensions and setting breakpoints).
-- Russ Whaley whaley.russ@gmail.com
Yes, I figured I had done something taboo :) On Thu, Jun 3, 2021 at 9:31 AM Gabriel Cotelli <g.cotelli@gmail.com> wrote:
Probably you put a breakpoint in code that is used by the debugger infrastructure... you can use object-centric breakpoints for this use case to break only on the presenter instance that you want to debug.
On Thu, Jun 3, 2021 at 10:24 AM Russ Whaley <whaley.russ@gmail.com> wrote:
Well, good news, bad news. I AM able to set breakpoints wherever I want in Pharo (repo) code... and in many cases the breakpoint works and the debugger pops up. However, I must have stumbled across (perhaps the only) one that blows up when I run my app. See screenshot. To be clear, I've had no issue extending Pharo repo classes (into my own packages). Besides the bold red text stating the repos are missing in Iceberg :) this is the only error I've come across. I have not spent a lot of time poking around to see which classes allow breakpoints and which don't. Initially I feared none of the breakpoints would work, but when I removed the breakpoint on SpSingleSelectionMode - the next breakpoint (in Pharo repo) did fire and brought up the debugger.
I've since worked around my problem (thanks Esteban!) and the breakpoint on SpSingleSelectionMode is no longer required :)
Thanks! Russ
On Thu, Jun 3, 2021 at 8:54 AM Joachim Tuchel <jtuchel@objektfabrik.de> wrote:
David,
I donât think the question is whether you need breakpoints or not. You should be able to set breakpoints without these repositories. Maybe you could give a few hints at what happens when you tryâ¦
Joachim
Am 03.06.2021 um 14:38 schrieb David Pennington < david@totallyobjects.com>:
Surely, one of the bases of OO development is to subclass and extend existing classes? How can you code on the fly, as mentioned as one great benefit of Smalltalk, if you canât set break points? I have lost you here. David
On 3 Jun 2021, at 08:39, Esteban Lorenzano <estebanlm@netc.eu> wrote:
I still do not understand why you need to repository at all. you should not need it to do anything of what you are trying to do (adding extensions and setting breakpoints).
-- Russ Whaley whaley.russ@gmail.com
-- Russ Whaley whaley.russ@gmail.com
no just recursive and without correct exit :)
On 3 Jun 2021, at 15:32, Russ Whaley <whaley.russ@gmail.com> wrote:
Yes, I figured I had done something taboo :)
On Thu, Jun 3, 2021 at 9:31 AM Gabriel Cotelli <g.cotelli@gmail.com <mailto:g.cotelli@gmail.com>> wrote: Probably you put a breakpoint in code that is used by the debugger infrastructure... you can use object-centric breakpoints for this use case to break only on the presenter instance that you want to debug.
On Thu, Jun 3, 2021 at 10:24 AM Russ Whaley <whaley.russ@gmail.com <mailto:whaley.russ@gmail.com>> wrote: Well, good news, bad news. I AM able to set breakpoints wherever I want in Pharo (repo) code... and in many cases the breakpoint works and the debugger pops up. However, I must have stumbled across (perhaps the only) one that blows up when I run my app. See screenshot. To be clear, I've had no issue extending Pharo repo classes (into my own packages). Besides the bold red text stating the repos are missing in Iceberg :) this is the only error I've come across. I have not spent a lot of time poking around to see which classes allow breakpoints and which don't. Initially I feared none of the breakpoints would work, but when I removed the breakpoint on SpSingleSelectionMode - the next breakpoint (in Pharo repo) did fire and brought up the debugger.
I've since worked around my problem (thanks Esteban!) and the breakpoint on SpSingleSelectionMode is no longer required :)
Thanks! Russ
On Thu, Jun 3, 2021 at 8:54 AM Joachim Tuchel <jtuchel@objektfabrik.de <mailto:jtuchel@objektfabrik.de>> wrote: David,
I donât think the question is whether you need breakpoints or not. You should be able to set breakpoints without these repositories. Maybe you could give a few hints at what happens when you tryâ¦
Joachim
Am 03.06.2021 um 14:38 schrieb David Pennington <david@totallyobjects.com <mailto:david@totallyobjects.com>>:
Surely, one of the bases of OO development is to subclass and extend existing classes? How can you code on the fly, as mentioned as one great benefit of Smalltalk, if you canât set break points? I have lost you here. David
On 3 Jun 2021, at 08:39, Esteban Lorenzano <estebanlm@netc.eu <mailto:estebanlm@netc.eu>> wrote:
I still do not understand why you need to repository at all. you should not need it to do anything of what you are trying to do (adding extensions and setting breakpoints).
-- Russ Whaley whaley.russ@gmail.com <mailto:whaley.russ@gmail.com>
-- Russ Whaley whaley.russ@gmail.com <mailto:whaley.russ@gmail.com>
Stéphane Ducasse http://stephane.ducasse.free.fr / http://www.pharo.org 03 59 35 87 52 Assistant: Aurore Dalle FAX 03 59 57 78 50 TEL 03 59 35 86 16 S. Ducasse - Inria 40, avenue Halley, Parc Scientifique de la Haute Borne, Bât.A, Park Plaza Villeneuve d'Ascq 59650 France
participants (7)
-
David Pennington -
Esteban Lorenzano -
Gabriel Cotelli -
Joachim Tuchel -
Russ Whaley -
Stéphane Ducasse -
Tim Mackinnon