[Pharo-project] FileTree
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
On 2013-02-07, at 14:17, Sven Van Caekenberghe <sven@stfx.eu> 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
participants (2)
-
Camillo Bruni -
Sven Van Caekenberghe