Changes to Trunk (
http://source.squeak.org/trunk.html) in the last 24 hours:
http://lists.squeakfoundation.org/pipermail/packages/2016-July/068281.htmlName: 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.htmlName: 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.htmlName: 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.htmlName: 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.
=============================================