From commits@source.squeak.org Mon Oct 23 23:31:58 2023 From: commits@source.squeak.org To: packages@lists.squeakfoundation.org Subject: [Pkg] The Trunk: Morphic-tpr.2136.mcz Date: Mon, 23 Oct 2023 23:31:52 +0000 Message-ID: <20231023233157.60CB3583C41@mail.squeak.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7326398044212905288==" --===============7326398044212905288== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable tim Rowledge uploaded a new version of Morphic to project The Trunk: http://source.squeak.org/trunk/Morphic-tpr.2136.mcz =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Summary =3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Name: Morphic-tpr.2136 Author: tpr Time: 23 October 2023, 4:31:48.024821 pm UUID: eef5afc1-785d-4325-b211-e1db57a8b85d Ancestors: Morphic-mt.2135 Drop the deprecated #os send from TheWorldMainDockingBar>>#sendFeedback =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Diff against Morphic-mt.2135 = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Item was changed: ----- Method: TheWorldMainDockingBar>>sendFeedback (in category 'menu actio= ns') ----- sendFeedback =20 | url os vm hash image | url :=3D 'https://bugs.squeak.org/'. ([Smalltalk vm platformSourceVersion] on: Warning do: ["Ignore"]) ifNotNil: [:info | | tokens | tokens :=3D info findTokens. vm :=3D tokens at: 2. hash :=3D tokens atLast: 4]. + os :=3D Smalltalk platformName, ' ', Smalltalk osVersion, ' ', Smalltalk p= latformSubtype. - os :=3D Smalltalk os platformName, ' ', Smalltalk os osVersion, ' ', Small= talk os platformSubtype. image :=3D SystemVersion current version, ' #', SystemVersion current high= estUpdate. =20 self inform: ('Please visit the following website to report on bugs, reque= sts, and other issues:

{1}

Make sure that = you always include information about your current environment such as:
OS: {2}
VM: {3} ({4})
SQ: {5} ({6} bit)

You can find more in= the System Reporter.' translated = format: {url. os. vm. hash. image. Smalltalk image wordSize * 8}) asTextFromH= tml! --===============7326398044212905288==--