[squeak-dev] Daily Commit Log

commits at source.squeak.org commits at source.squeak.org
Wed Jul 20 21:55:02 UTC 2016


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

http://lists.squeakfoundation.org/pipermail/packages/2016-July/068281.html

Name: Network-nice.179
Ancestors: Network-bp.178

Let VMMaker (.oscog branch) code generation work on windows.

Detail: VMMaker uses something like:
FileDirectory default pathFromURI: self sourceTree, '/spur64src'

On windows, the URI encodes drive spec letter $: into '%3A'.
This was never decoded, and then C%3A\Users\nicolas\opensmalltalk-vm\spur64src is not a good path specification and miserably fails :( 

Note that DosFileDirectory class privateFullPathForURI: seems to perform some similar task, so maybe the next step will be to CLEAN UP!!!

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

http://lists.squeakfoundation.org/pipermail/packages/2016-July/068282.html

Name: SUnit-pre.104
Ancestors: SUnit-ul.103

Adds a new SUnit extension for tests which require an internet connection. This call should come at the beginning of the test to assert an internet connection and document any implicit dependence on network resources.

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

http://lists.squeakfoundation.org/pipermail/packages/2016-July/068283.html

Name: Tests-pre.346
Ancestors: Tests-pre.345

Fixed the expected failures in the locales test to catch the current misconfiguration in the language extensions.

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

http://lists.squeakfoundation.org/pipermail/packages/2016-July/068284.html

Name: Morphic-pre.1192
Ancestors: Morphic-mt.1191

Removing code from the TextMorph which copied text attributes from the old content to the new content in certain cases.

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


More information about the Squeak-dev mailing list