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

[email protected]
Newsgroups gmane.comp.lang.smalltalk.squeak.general
Message-ID <[email protected]>
Christoph Thiede uploaded a new version of Help-Squeak-Project to project The Trunk:
http://source.squeak.org/trunk/Help-Squeak-Project-ct.104.mcz

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

Name: Help-Squeak-Project-ct.104
Author: ct
Time: 6 May 2026, 8:58:04.05375 pm
UUID: 5326f12c-9f29-4ffc-818d-d126f90a07a8
Ancestors: Help-Squeak-Project-ct.103

Documents tentative deprecation of BrokenPromise (see 61Deprecated-ct.26).

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

Item was changed:
  ----- Method: SqueakReleaseNotes class>>v61 (in category 'pages') -----
  v61
  	"This method was automatically generated. Edit it using:"
  	"SqueakReleaseNotes edit: #v61"
  	<generated>
  	^(HelpTopic
  		title: (Text string: '6.1' runs: (RunArray runs: #(3) values: ((Array new: 1) at: 1 put: ((Array new: 1) at: 1 put: (TextEmphasis basicNew instVarAt: 1 put: 1; instVarAt: 2 put: true; yourself); yourself); yourself)))
  		contents: 
  '*** Squeak 6.1 Release Notes ***
  
  todo: incorporate these breaking changes
  
  * Matrix>>with:do:, Matrix>>with:collect:, and Matrix>>with:inject:into: no longer tolerate the other matrix to be larger than the receiver.
  * TextStream>>withAttribute[s]Do: and Text>>format: now inserts attributes beneath attributes added within aBlock/arguments, e.g.:
  	Text streamContents: [:stream |
  		stream withAttributes: {TextColor blue. TextEmphasis bold} do:
  			[stream nextPutAll: ''abc''.
  			stream withAttribute: TextColor red do:
  				[stream nextPutAll: ''def'']]]
  	''hi {1}'' asText addAttribute: TextColor red; format: {''name'' asText addAttribute: TextColor green}
+ * HelpSystem-Core: FileBasedHelpTopic/DirectoryBasedHelpTopic sortBlock is now applied to directories as well. See AbstractFileBasedHelpTopic>>defaultSortBlock for a possible implementation.
+ * BrokenPromise has been deprecated: when waiting for failing promise, it will resignal the original exception (or a generic error if the error was not an exception instead). If the 61Deprecated package is installed, you can still handle BrokenPromise, but it is no longer a subclass of Error. Note that the decision of deprecating BrokenPromise is tentative and might be revised again.!!
+ ]style[(32 2 40 1155)b,,cred;,!!' readStream nextChunkText)
- * HelpSystem-Core: FileBasedHelpTopic/DirectoryBasedHelpTopic sortBlock is now applied to directories as well. See AbstractFileBasedHelpTopic>>defaultSortBlock for a possible implementation.!!
- ]style[(32 2 40 768)b,,cred;,!!' readStream nextChunkText)
  			key: #v61;
  			shouldStyle: false;
  			yourself!

Squeak-dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.