[squeak-dev] Daily Commit Log

commits at source.squeak.org commits at source.squeak.org
Thu May 1 23:55:02 UTC 2014


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

http://lists.squeakfoundation.org/pipermail/packages/2014-May/007005.html

Name: Files-eem.133
Ancestors: Files-eem.132

Make sure nextPutAll: still loads buffer1 at: 1, so that e.g.
peekLast works as expected.
The test is

	(((MultiByteFileStream forceNewFileNamed: aFilename)
			lineEndConvention: #lf;
			yourself)
		nextPut: Character tab; nextPut: Character cr;
		peekLast) == Character cr

This fails before the change, answering Chartacter tab.

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


More information about the Squeak-dev mailing list