FileTree

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

FileTree

Sven Van Caekenberghe-2
Loading FileTree like this (I assume this is the official way):

Gofer new
      url: 'http://ss3.gemstone.com/ss/FileTree';
      package: 'ConfigurationOfFileTree';
      load.
((Smalltalk at: #ConfigurationOfFileTree) project version: #'stable') load.

in Pharo 2.0 (20511) makes two system packages dirty:

Monticello (MCVersionInfo #date & #time were removed).
MonticelloGUI (MCFileRepositoryInspector #refresh was removed).

shouldn't it just load cleanly ?

Sven


--
Sven Van Caekenberghe
http://stfx.eu
Smalltalk is the Red Pill


Reply | Threaded
Open this post in threaded view
|

Re: FileTree

Camillo Bruni-3

On 2013-02-07, at 14:17, Sven Van Caekenberghe <[hidden email]> wrote:

> Loading FileTree like this (I assume this is the official way):
>
> Gofer new
>      url: 'http://ss3.gemstone.com/ss/FileTree';
>      package: 'ConfigurationOfFileTree';
>      load.
> ((Smalltalk at: #ConfigurationOfFileTree) project version: #'stable') load.
>
> in Pharo 2.0 (20511) makes two system packages dirty:
>
> Monticello (MCVersionInfo #date & #time were removed).
> MonticelloGUI (MCFileRepositoryInspector #refresh was removed).
>
> shouldn't it just load cleanly ?

I would assume so... => maybe open an issue on https://github.com/dalehenrich/filetree