svenvc / ston

STON - Smalltalk Object Notation - A lightweight text-based, human-readable data interchange format for class-based object-oriented languages like Smalltalk.
MIT License
135 stars 32 forks source link

new FileTree version available #2

Closed dalehenrich closed 11 years ago

dalehenrich commented 12 years ago

Sven...thought I'd let you know that there is newer version of FileTree available. the new version has the (necessary) feature of preserving the method timestamps, so now there is zero loss of information.

It also eliminates the one override in Monticello. Speaking of which . It is a bit of a sticky wicket to upgrade to a newer version of FileTree, because of this modification. I have found over time, that you have to:

  1. move MCMethodDefinition>= to a different category
  2. upgrade to new version FileTree
  3. manually edit (or use method version browser) to eliminate the true ifTrue:[true] code.
svenvc commented 11 years ago

The latest FileTree seems to be working great in Pharo 2.0.

Thanks!