Changes to Trunk (
http://source.squeak.org/trunk.html) in the last 24 hours:
http://lists.squeakfoundation.org/pipermail/packages/2016-March/009508.htmlName: Files-mt.150
Ancestors: Files-cmm.149
Adds method to calculate size of directory including all its subdirectories. Complements #fileSize and #fileSizeString.
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2016-March/009509.htmlName: Monticello-mt.628
Ancestors: Monticello-topa.627
For directory-based repositories, append local space requirements to the description string. Having this, the size of the package cache, for example, is revealed at a glance.
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2016-March/009510.htmlName: Regex-Core-ul.49
Ancestors: Regex-Core-ul.48
- don't bother calling the match optimizer when it can't optimize anything. just throw it away instead
- removed some leftover methods from RxMatcher, RxmLookahead and RxmSubstring
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2016-March/009511.htmlName: Regex-Tests-Core-ul.5
Ancestors: Regex-Tests-Core-ul.4
Updated RxMatcherTest class >> #packageNamesUnderTest to return Regex-Core instead of VB-Regex. Perhaps it's not such a good idea to store the package name there, because no one noticed this slip for three years.
=============================================