[squeak-dev] Daily Commit Log

commits at source.squeak.org commits at source.squeak.org
Thu May 19 21:58:03 UTC 2016


Changes to Trunk (http://source.squeak.org/trunk.html) in the last 24 hours:

http://lists.squeakfoundation.org/pipermail/packages/2016-May/068125.html

Name: System-ul.831
Ancestors: System-mt.830

- use #adoptInstance: instead of copying the ByteArray into a new LargeInteger in SecureHashAlgorithm >> #finalHash. This should be somewhat quicker and it should also avoid running the fallback code of LargePositiveInteger >> #replaceFrom:to:with:startingAt: with a ByteArray argument, which wouldn't work.

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2016-May/068126.html

Name: ST80Tests-pre.4
Ancestors: ST80Tests-ul.3

Fixes a test for the ST80 package which asserts the packages the ST80 package depends on. Adds Monticello to the list as it is now needed for the unloading capabilities

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2016-May/068127.html

Name: Multilingual-pre.212
Ancestors: Multilingual-ul.211

Fixes broken TestIndenting as StrikeFontSet did not fullfill the interface required for a Font although it is a subclass of AbstractFont

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2016-May/068128.html

Name: ToolsTests-pre.77
Ancestors: ToolsTests-nice.76

Fixes a test for the FileList class. The itemsForFile: method requires a fully qualified path which is stated in the method and also provided by internal methods of FileList. The test however used a relative path.

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2016-May/068129.html

Name: Tests-pre.342
Ancestors: Tests-pre.341

As discussed several times on the mailing list the ExceptionTests>>testHandlerFromAction test is a feature request test and should be regarded as an expectedFailure.

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2016-May/068130.html

Name: Tests-pre.343
Ancestors: Tests-pre.342

Reverts accidential change to the PackageDependencyTest which actually resides in the inbox

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2016-May/068131.html

Name: Regex-Core-pre.51
Ancestors: Regex-Core-ul.50

Fixes an erroring test of RxMatcher by replacing a copy with a veryDeepCopy to sustain the integrity of the RxmLink tree.

=============================================


More information about the Squeak-dev mailing list