[Pharo-project] Configuration of Ring
Dear all, The work on Ring is in progress. I have been experimenting with Ring in several tools: FileContentsBrowser (replacing the pseudo classes), Recent Message List and Recent Submissions (replacing the sourced method references), and Torch (extending its change model). An initial configuration of Ring is done. The repository is named Ring and it can be loaded in Pharo (Core or Dev) 1.2 and 1.3. For loading only the core: (ConfigurationOfRing project version: '1.3') load: 'MinimalCore'. Best Regards, Veronica Uquillas
Hi! Can you provide a Gofer doit expression to load it? Alexandre On 9 May 2011, at 12:09, Veronica Isabel Uquillas Gomez wrote:
Dear all,
The work on Ring is in progress. I have been experimenting with Ring in several tools: FileContentsBrowser (replacing the pseudo classes), Recent Message List and Recent Submissions (replacing the sourced method references), and Torch (extending its change model).
An initial configuration of Ring is done. The repository is named Ring and it can be loaded in Pharo (Core or Dev) 1.2 and 1.3.
For loading only the core: (ConfigurationOfRing project version: '1.3') load: 'MinimalCore'.
Best Regards, Veronica Uquillas
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Hi, On 09 May 2011, at 18:18, Alexandre Bergel wrote:
Hi!
Can you provide a Gofer doit expression to load it?
Gofer new squeaksource: 'Ring'; package: 'ConfigurationOfRing'; load. (ConfigurationOfRing project version: '1.2') load: 'CompleteCoreWithTests'.
Alexandre
On 9 May 2011, at 12:09, Veronica Isabel Uquillas Gomez wrote:
Dear all,
The work on Ring is in progress. I have been experimenting with Ring in several tools: FileContentsBrowser (replacing the pseudo classes), Recent Message List and Recent Submissions (replacing the sourced method references), and Torch (extending its change model).
An initial configuration of Ring is done. The repository is named Ring and it can be loaded in Pharo (Core or Dev) 1.2 and 1.3.
For loading only the core: (ConfigurationOfRing project version: '1.3') load: 'MinimalCore'.
Best Regards, Veronica Uquillas
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
What is Ring? On Mon, May 9, 2011 at 12:09 PM, Veronica Isabel Uquillas Gomez < vuquilla@vub.ac.be> wrote:
Dear all,
The work on Ring is in progress. I have been experimenting with Ring in several tools: FileContentsBrowser (replacing the pseudo classes), Recent Message List and Recent Submissions (replacing the sourced method references), and Torch (extending its change model).
An initial configuration of Ring is done. The repository is named *Ring* and it can be loaded in Pharo (Core or Dev) 1.2 and 1.3.
For loading only the core: (ConfigurationOfRing project version: '1.3') load: 'MinimalCore'.
Best Regards, Veronica Uquillas
participants (3)
-
Alexandre Bergel -
Sean Allen -
Veronica Isabel Uquillas Gomez