[squeak-dev] The Inbox: Tools-ct.916.mcz

Thiede, Christoph Christoph.Thiede at student.hpi.uni-potsdam.de
Fri Nov 15 18:03:32 UTC 2019


By the way: I find it kind of weird that timestamps still are only available as a string, afaik there is no interface to directly get authorInitials, a TimeStamp (magnitude!) or other information. Has this been a conscious design decision or rather evolved over time? It would also be great to store an exact timestamp, as this commit shows, we would not even need to display the full accuracy to the user ... :-)


Best,

Christoph

________________________________
Von: Squeak-dev <squeak-dev-bounces at lists.squeakfoundation.org> im Auftrag von commits at source.squeak.org <commits at source.squeak.org>
Gesendet: Freitag, 15. November 2019 19:00:17
An: squeak-dev at lists.squeakfoundation.org
Betreff: [squeak-dev] The Inbox: Tools-ct.916.mcz

A new version of Tools was added to project The Inbox:
http://source.squeak.org/inbox/Tools-ct.916.mcz

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

Name: Tools-ct.916
Author: ct
Time: 15 November 2019, 7:00:12.771005 pm
UUID: 05c08fc9-78c5-ea45-842e-dfc847d32551
Ancestors: Tools-mt.914

VersionsBrowser>>#selectMethod:: Compare not only timeStamp, but also source, as timeStamp is only minute-precise.

=============== Diff against Tools-mt.914 ===============

Item was changed:
  ----- Method: VersionsBrowser>>selectMethod: (in category 'menu') -----
  selectMethod: aCompiledMethod

         self toggleListIndex: (self changeList indexOf: (
+                self changeList detect: [:change |
+                        change stamp = aCompiledMethod timeStamp and: [
+                                change string = aCompiledMethod getSource asString]]))!
-                self changeList detect: [:change | change stamp = aCompiledMethod timeStamp]))!


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20191115/3c03a4e5/attachment.html>


More information about the Squeak-dev mailing list