The Trunk: Help-Squeak-Project-ct.109.mcz

[email protected] Mon, 27 Jul 2026 07:33:42 0000
Newsgroups gmane.comp.lang.smalltalk.squeak.general
Message-ID <[email protected]>
Marcel Taeumel uploaded a new version of Help-Squeak-Project to project The Trunk:
http://source.squeak.org/trunk/Help-Squeak-Project-ct.109.mcz

==================== Summary ====================

Name: Help-Squeak-Project-ct.109
Author: ct
Time: 12 July 2026, 5:19:56.202285 am
UUID: da2890cf-9d09-498e-9114-d51b52537bc7
Ancestors: Help-Squeak-Project-ct.108

Small fix-ups for 6.1 release notes:
- Avoids running into bug with sources file parsing (see System-ct.1524, inbox). Uses smaller changes file instead.
- Marks another example as untestable.

=============== Diff against Help-Squeak-Project-ct.108 ===============

Item was changed:
  ----- Method: SqueakReleaseNotes class>>exampleFileContentsBrowser (in category 'examples - v61') -----
  exampleFileContentsBrowser
  
+ 	^ [StandardFileStream readOnlyFileNamed: Smalltalk changesName do: [:f |
+ 		FileContentsBrowser browseStream: f]]
+ 			on: FileDoesNotExistException do: [^ FileContentsBrowser]!
- 	^ (Smalltalk locateSourcesEntry ifNil: [^ FileContentsBrowser])
- 		readStreamDo: [:f | FileContentsBrowser browseStream: f]!

Item was changed:
  ----- Method: SqueakReleaseNotes class>>v61 (in category 'pages') -----
(excessive size, no diff calculated)

Squeak-dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]