[squeak-dev] The Trunk: Morphic-ct.2038.mcz

commits at source.squeak.org commits at source.squeak.org
Mon Sep 12 16:17:11 UTC 2022


Christoph Thiede uploaded a new version of Morphic to project The Trunk:
http://source.squeak.org/trunk/Morphic-ct.2038.mcz

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

Name: Morphic-ct.2038
Author: ct
Time: 12 September 2022, 6:17:05.873585 pm
UUID: e7299d8d-95fa-124e-8a96-50ad98cee6ee
Ancestors: Morphic-ct.2037, Morphic-ct.2026

Merge.

=============== Diff against Morphic-ct.2037 ===============

Item was changed:
  ----- Method: TheWorldMainDockingBar>>sendFeedback (in category 'menu actions') -----
  sendFeedback
  
  	| url os vm hash image |
+ 	url := 'https://bugs.squeak.org/'.
- 	url := 'https://github.com/squeak-smalltalk/squeak-object-memory/issues'.
  	([Smalltalk vm platformSourceVersion] on: Warning do: ["Ignore"])
  		ifNotNil: [:info | | tokens |
  			tokens := info findTokens.
  			vm := tokens at: 2.
  			hash := tokens atLast: 4].
  	os := Smalltalk os platformName, ' ', Smalltalk os osVersion, ' ', Smalltalk os platformSubtype.
  	image := SystemVersion current version, ' #', SystemVersion current highestUpdate.
  
  	self inform: ('Please visit the following website to report on bugs, requests, and other issues:<br><br>	<a href="{1}">{1}</a><br><br>Make sure that you always include information about your current environment such as:<br><br>	OS: {2}<br>	VM: {3} ({4})<br>	SQ: {5} ({6} bit)<br><br>You can find more in the <a href="code://SystemReporter open">System Reporter</a>.' translated format: {url. os. vm. hash. image. Smalltalk image wordSize * 8}) asTextFromHtml!



More information about the Squeak-dev mailing list