From 59b1d72e2f06067087e3dcd79135e31fa56686ff Mon Sep 17 00:00:00 2001 From: Dale Henrichs Date: Wed, 23 Sep 2020 13:02:24 -0700 Subject: [PATCH 1/3] :Issue --- .../instance/testReadSixxForPoint.st | 17 +++++------------ .../methodProperties.json | 2 +- .../SIXX.310.package/monticello.meta/version | 2 +- 3 files changed, 7 insertions(+), 14 deletions(-) diff --git a/repository/SIXX.310.package/SixxLoadingTestCase.class/instance/testReadSixxForPoint.st b/repository/SIXX.310.package/SixxLoadingTestCase.class/instance/testReadSixxForPoint.st index f5883ba..d18c16e 100644 --- a/repository/SIXX.310.package/SixxLoadingTestCase.class/instance/testReadSixxForPoint.st +++ b/repository/SIXX.310.package/SixxLoadingTestCase.class/instance/testReadSixxForPoint.st @@ -1,16 +1,9 @@ tests testReadSixxForPoint - | sixxString | - sixxString := '1@3 + | sixxString | + sixxString := '1@3 '. - self - should: [(Object readSixxFrom: sixxString) - = (1@3)]. - - sixxString := '123456789.0@-3.5 + self should: [ (Object readSixxFrom: sixxString) = (1 @ 3) ]. + sixxString := '123456789.0@-3.5 '. - self - should: [(Object readSixxFrom: sixxString) - = (123456789.0@-3.5)]. - - \ No newline at end of file + self should: [ (Object readSixxFrom: sixxString) = (123456789.0 @ -3.5) ] \ No newline at end of file diff --git a/repository/SIXX.310.package/SixxLoadingTestCase.class/methodProperties.json b/repository/SIXX.310.package/SixxLoadingTestCase.class/methodProperties.json index 2b8f670..39568b4 100644 --- a/repository/SIXX.310.package/SixxLoadingTestCase.class/methodProperties.json +++ b/repository/SIXX.310.package/SixxLoadingTestCase.class/methodProperties.json @@ -22,7 +22,7 @@ "testReadSixxForFraction" : "mu 5/4/2007 13:19", "testReadSixxForInterval" : "minami 3/18/2003 01:36", "testReadSixxForObjectWithId" : "mu 6/24/2007 17:34", - "testReadSixxForPoint" : "mu 6/25/2004 20:34", + "testReadSixxForPoint" : "dkh 09/22/2020 21:53", "testReadSixxForRectangle" : "mu 12/12/2006 19:50", "testReadSixxForRectangleOldFormat" : "mu 12/12/2006 19:51", "testReadSixxForRecursiveArray" : "kuri-t 6/10/2002 14:37", diff --git a/repository/SIXX.310.package/monticello.meta/version b/repository/SIXX.310.package/monticello.meta/version index c70ac5d..56fb9ff 100644 --- a/repository/SIXX.310.package/monticello.meta/version +++ b/repository/SIXX.310.package/monticello.meta/version @@ -1 +1 @@ -(name 'SIXX.310-dkh.184' message 'Issue #3: SixxExamples[1|2|3] are not actually part of the test suite, but should obviously be included as Dario has used used SixxExample class>example2 as his canonical test case ...' id '56094665-8159-4693-a70d-7c63ef6ebe04' date '03/18/2015' time '11:31:14' author 'dkh' ancestors ((name 'SIXX.310-dkh.183' message 'test portability' id 'd02e1608-f936-4229-bd03-c2cb5ccd2396' date '11/27/2014' time '10:10:29' author 'dkh' ancestors ((name 'SIXX.310-PaulDeBruicker.182' message 'Get SIXX working with XMLSupport version 1.1.8. Mainly involved changing #isNil sends to #isEmptyOrNil. Used #isEmptyOrNil rather than #isEmpty because someone may want to use the older version of XMLSupport, which returns #nil for missing attibutes/elements rather than the empty String. ' id '27efafdf-5729-4c4b-8080-841be6975a0c' date '09/24/2013' time '13:11:57' author 'PaulDeBruicker' ancestors ((name 'SIXX.310-dkh.181' message 'spelunking in wrong county ... nuke flip-side of bug ' id 'c3976075-f1ec-41e0-9b53-0a7f36a76fee' date '07/01/2013' time '05:26:58' author 'dkh' ancestors ((name 'SIXX.310-dkh.180' message 'go transcripting for the Travis failure ' id 'a32d6699-8e74-4afc-b5ab-f3e36554745b' date '07/01/2013' time '05:01:55' author 'dkh' ancestors ((name 'SIXX.310-dkh.179' message 'go spelunking for the Travis failure ' id '2cb1588d-8213-45f5-80b8-2345748b3b04' date '07/01/2013' time '03:22:00' author 'dkh' ancestors ((name 'SIXX.310-dkh.178' message 'go spelunking for the Travis error ' id 'f7702868-dd9d-40d2-819f-4e4be90f74bc' date '07/01/2013' time '03:09:08' author 'dkh' ancestors ((name 'SIXX.310-dkh.177' message 'fix encoding bug ' id 'eb113870-ef38-4ec7-b016-6fdeb375af91' date '07/01/2013' time '02:18:07' author 'dkh' ancestors ((name 'SIXX.310-DTR.176' message 'fix ScaledDecimal bug' id '9120bbac-a6f9-48ec-a2e6-8064439c73d6' date '01/14/2013' time '18:24:44' author 'DTR' ancestors ((name 'SIXX.310-DTR.175' message 'ScaledDecimal SIXX instance creation' id 'bb066fdb-ea91-46ef-a29a-f0a667bcf6ad' date '12/17/2012' time '12:48:24' author 'DTR' ancestors ((name 'SIXX.310-dkh.174' message 'port GsSIXX0.3-c to GemStone 3.1' id 'ae68e203-3e4c-49d7-9189-f38933485e01' date '12/07/2012' time '14:54:45' author 'dkh' ancestors ((name 'SIXX-DaleHenrichs.174' message '- fix Issue 202: http://code.google.com/p/glassdb/issues/detail?id=202 "SIXX can''''t read from sixx file"' id '76fa9ea6-9e96-4d9d-a224-ebcf8c42eac3' date '12/03/2010' time '15:02:10' author 'DaleHenrichs' ancestors ((name 'SIXX-NorbertHartl.173' message 'changed String handling for encoding. Prior to this change one had to applied external. Now the individual strings are encoded to/from utf8. It uses the gemstone en-/decoding string methods. ' id 'b991e41b-d9de-49d0-8560-494d7c8ac187' date '09/12/2010' time '20:02:45' author 'NorbertHartl' ancestors ((name 'SIXX-NorbertHartl.171' message 'fixed missing sixx handling for DoubleByteString/-Symbol and QuadByteString/-Symbol. This classes are exported as String and Symbol plus encoded content. On reading the decoded content reconstructs the multi byte variants. Works reliable and makes sixx streams mor cross-platform' id 'd828c38d-82d5-4d3e-b35b-3e3ac0421a0b' date '08/07/2010' time '01:37:38' author 'NorbertHartl' ancestors ((name 'SIXX-NorbertHartl.170' message 'exchanged all usages of "Character cr" with "GRPlatform current newline". All tests are green again' id '1c838644-82d1-4a20-b9fa-ffcb50308ad6' date '08/04/2010' time '23:59:38' author 'NorbertHartl' ancestors ((name 'SIXX-NorbertHartl.169' message 'removed all usages of the convenient "text" selectors in stream. Grease stream does not support selectors like cr or tab: This makes some of the code in Sixx a little bigger but also more clean. Now Sixx can be used with GRCodecStream to output encoded strings directly' id 'e0611da1-3501-4156-9c59-1aaaccb465ce' date '08/04/2010' time '12:02:34' author 'NorbertHartl' ancestors ((name 'SIXX-DaleHenrichs.168' message '- restore SIXX changes from Norbert - update SIXX tests now that serializing blocks is supported - SIXX ' id 'c3db6fa7-513a-4db4-b093-0fbbc0bd80fb' date '03/16/1910' time '14:42:49' author 'DaleHenrichs' ancestors ((name 'SIXX-DaleHenrichs.167' message '- move #sixxDo: to AbstractDictionary from Dictionary and KeyValueDictionary (common superclass)' id '49d81c34-4f04-428d-a64b-eb7213b64d43' date '03/02/1910' time '13:54:22' author 'DaleHenrichs' ancestors ((name 'SIXX-NorbertHartl.166' message '- removed parenthesis from creation of block. This leads to an error on read time - Dictionary has proper sixxDo: but KeyValueDictionary is missing the method. So it only serializes its values which leads to a parse error on read time (Expected class Assoction). Copied sixxDo: from Dictionary as can behave the same. - added test for KeyValueDictionary. Not sure if it is ok to handle keys and values with Associations' id 'f6fe7502-cb08-4e6d-a85a-47c8fb6b162c' date '03/02/1910' time '15:39:52' author 'NorbertHartl' ancestors ((name 'SIXX-dkh.165' message '- eliminate Warning notification during Sixx tests ' id '041a7368-30e9-4c8c-bf7f-6c9bb7761fea' date '03/25/2009' time '13:09:00' author 'dkh' ancestors ((name 'SIXX-dkh.164' message '- fix Bug39810 - Can''t use DateTimes in SIXX ' id 'c09bfc50-b68b-4b79-874a-ed5b0f06e357' date '03/20/2009' time '12:19:06' author 'dkh' ancestors ((name 'SIXX-dkh.163' message '- finished sent but not implemented cleanup ' id '4e26ee28-3a8c-4440-82eb-e55e41e6612c' date '02/18/2009' time '17:04:44' author 'dkh' ancestors ((name 'SIXX-dkh.162' message '- added a persitent root to SIXX for writing out a large object graph' id '2a50b372-edd3-40cc-b3a4-6dd6e618ea47' date '01/14/2009' time '16:33:46' author 'dkh' ancestors ((name 'SIXX-dkh.161' message '- fix a minor bug' id '3dfe1792-6c9e-4ce0-bee2-db5ae3f89e7f' date '01/14/2009' time '15:06:08' author 'dkh' ancestors ((name 'SIXX-dkh.160' message '- handling of Booleans wasn''t quite right. - additional test and fixes' id '6f2f5498-8cda-4bcc-856b-65a32a58230a' date '10/09/2008' time '16:52:53' author 'dkh' ancestors ((name 'SIXX-dkh.159' message '- remove dependence upon IndexManager ... requires explicit autoCommit handling now' id '736864d7-e6e0-4568-a8f4-47d329323a6f' date '10/08/2008' time '12:00:50' author 'dkh' ancestors ((name 'SIXX-dkh.158' message '- converted SIXX depth-first recursive algorithm to a depth-first stack implementation - tests are green - need to test on some live data' id 'd94d9f9d-426c-4216-aa96-bba250107cb3' date '10/07/2008' time '21:00:31' author 'dkh' ancestors ((name 'SIXX-dkh.157' message '- skipping 155 & 156 - first cut at stack-based object creation ... - I think the ''push'' logic is reversed' id '48d700af-4719-4a9b-8fef-f91db2a1d67d' date '10/07/2008' time '16:50:31' author 'dkh' ancestors ((name 'SIXX-dkh.154' message '- get the handling of ExecutableBlock (BlockClosure) right, finally - create SimpleBlock from BlockClosure source, when result is SimpleBlock...makes Pier load clean' id '3bcf1c5c-dee2-4b23-a8fa-e00be3d571a5' date '10/03/2008' time '13:14:07' author 'dkh' ancestors ((name 'SIXX-dkh.153' message '- DO NOT LOAD - getting started on replacing BlockContexts ...' id '3858a57a-a5eb-4765-a2dd-fde6ef8103eb' date '10/02/2008' time '17:23:36' author 'dkh' ancestors ((name 'SIXX-dkh.152' message '- fix for SortedCollection' id '0a087a0a-fbeb-4b82-9f70-9b2a7edf9a74' date '10/02/2008' time '16:32:20' author 'dkh' ancestors ((name 'SIXX-dkh.151' message '- add provision for persistent root to be used to allow for loading very large XML DOMs - multi-byte character support and tests' id 'f9875640-88c7-4c1d-8b2f-09d7c9f244aa' date '10/02/2008' time '16:00:52' author 'dkh' ancestors ((name 'SIXX-dkh.150' message '- 121 run, 121 passed, 0 failed, 0 errors - requires the following packages: Squeak-dkh.135 XML-Parser.g-dkh.15 Bootstrap-dkh.111 ' id 'd8021a96-ba76-424a-b766-512d66760fe4' date '10/01/2008' time '19:48:48' author 'dkh' ancestors ((name 'SIXX-dkh.149' message '- 121 run, 120 passed, 1 failed, 0 errors - requires the following packages: Squeak-dkh.135 XML-Parser.g-dkh.15 Bootstrap-dkh.111 ' id 'a829af1a-93b5-43a4-a0fe-068120afb1af' date '10/01/2008' time '19:34:37' author 'dkh' ancestors ((name 'SIXX-dkh.148' message '- need this one to get these results: 122 run, 118 passed, 4 failed, 0 errors ' id 'd5c6bd95-fabc-4e75-a996-24d2e01ef874' date '10/01/2008' time '18:21:56' author 'dkh' ancestors ((name 'SIXX-dkh.147' message '- 122 run, 118 passed, 4 failed, 0 errors - requires the following packages: Squeak-dkh.134 XML-Parser.g-dkh.15 Bootstrap-dkh.111 ' id '93f26fd1-1b08-4055-b4b6-abf7bf882220' date '10/01/2008' time '16:05:58' author 'dkh' ancestors ((name 'SIXX-dkh.146' message '- 122 run, 112 passed, 9 failed, 1 errors ' id '8c99fce0-05ab-4a62-b6fc-98067479550e' date '09/30/2008' time '17:08:21' author 'dkh' ancestors ((name 'SIXX-dkh.145' message '- 122 run, 107 passed, 9 failed, 6 errors ' id '0bdcda58-1d84-44b1-9664-18aa0345771c' date '09/30/2008' time '13:22:59' author 'dkh' ancestors ((name 'SIXX-dkh.144' message '- 122 run, 103 passed, 8 failed, 11 errors ' id '698bd761-0154-4692-9856-a7890cffb72e' date '09/30/2008' time '11:18:03' author 'dkh' ancestors ((name 'SIXX-dkh.143' message '- 122 run, 100 passed, 5 failed, 17 errors ' id '91789274-99c6-4275-9197-55f5b0b26556' date '09/29/2008' time '17:25:32' author 'dkh' ancestors ((name 'SIXX-dkh.142' message '- get the last little bit... of UndefinedSymbols for SIXX' id '80ac7886-4219-4173-80e3-950dcd4b7af9' date '09/29/2008' time '14:17:55' author 'dkh' ancestors ((name 'SIXX-dkh.141' message '- clean up things based upon UndefinedSymbols' id '9b02f22e-a8d4-46fe-b02b-feb3ef11f8d0' date '09/29/2008' time '14:11:45' author 'dkh' ancestors ((name 'SIXX-noha.140' message '- changed digitLength message to _digitLength - added tab and tab: messages to WriteStream for now' id 'cac582c7-6f74-4e8c-961d-2d137a8e6216' date '09/29/2008' time '10:02:59' author 'noha' ancestors ((name 'SIXX-noha.137' message 'First bunch of fixes in order to get SIXX ported to gemstone' id '210fc5c8-b8e4-4081-bff5-2aab4269b6e1' date '09/29/2008' time '09:53:42' author 'noha' ancestors ((name 'SIXX-mu.136' message '- Introduced SixxContext class>>forRead, forWrite --This is an attempt for improving reading performance' id 'df20d518-e332-964f-b090-6e633f8407c0' date '07/13/2008' time '20:40:36' author 'mu' ancestors ((name 'SIXX-mu.135' message 'Changed Rectangle>>createInstanceOf:withSixxElement: slightly for portability.' id '9f450f01-dda6-0748-8053-37e91b539ce9' date '11/29/2007' time '19:13:26' author 'mu' ancestors ((name 'SIXX-mu.134' message '0.3 RC6' id '62f40cfd-a4c4-f64e-8205-ea5d3595701f' date '11/07/2007' time '20:20:06' author 'mu' ancestors ((name 'SIXX-mu.133' message '- 0.3 RC5' id '28f71048-4e62-6e49-a373-68344f146969' date '11/01/2007' time '21:11:44' author 'mu' ancestors ((name 'SIXX-mu.132' message '- 0.3 RC4 - Test changed for portability' id 'e88767e5-5c19-b042-bc39-777a26cebeae' date '11/01/2007' time '20:12:15' author 'mu' ancestors ((name 'SIXX-mu.131' message '- More test refactorings' id '0491a8f9-6881-904b-a96e-2c6b8ccad88f' date '10/31/2007' time '22:27:25' author 'mu' ancestors ((name 'SIXX-mu.130' message '- Added a literal array formatter test - RC3' id '620d2245-14f9-a24f-8a56-02ce97b27923' date '10/31/2007' time '22:21:18' author 'mu' ancestors ((name 'SIXX-mu.129' message 'empty log message' id '672f7e9a-3420-9e43-bef0-3f3c046903aa' date '10/31/2007' time '20:16:30' author 'mu' ancestors ((name 'SIXX-mu.128' message '- #sixxIgnorableInstVarNames, #sixxNonReferencableInstVarNames are now valid in class instance variables. - some tests are refactored. - RC2' id 'b3f525c4-574e-ad49-a3ab-c16a8d05db4f' date '10/27/2007' time '16:30:36' author 'mu' ancestors ((name 'SIXX-mu.127' message 'RC for 0.3' id '1162b43c-1af9-fe4d-b79a-832a02a71184' date '10/20/2007' time '16:24:54' author 'mu' ancestors ((name 'SIXX-mu.126' message 'Improves portability' id '5c4b1258-3642-9e4e-92d1-3114ead90cd8' date '10/18/2007' time '22:58:26' author 'mu' ancestors ((name 'SIXX-mu.125' message 'empty log message' id 'a46686b1-bbba-4841-90aa-1c3a936b6491' date '10/18/2007' time '00:40:33' author 'mu' ancestors ((name 'SIXX-mu.124' message 'Added test for Formatter' id '65e58285-38ab-f24c-b79c-f48d782e356a' date '10/11/2007' time '12:07:35' author 'mu' ancestors ((name 'SIXX-mu.123' message 'Added test for Formatter' id '2f356182-fce5-594d-917b-aeb4e9219ca5' date '10/10/2007' time '18:15:02' author 'mu' ancestors ((name 'SIXX-mu.122' message 'empty log message' id '4460fc7e-5fed-6f4f-b64e-30b59d2c59a8' date '10/10/2007' time '17:17:39' author 'mu' ancestors ((name 'SIXX-mu.121' message 'empty log message' id 'e5cd8b87-beea-054a-929b-d5c162328dcf' date '10/10/2007' time '15:55:14' author 'mu' ancestors ((name 'SIXX-mu.120' message 'empty log message' id 'd877a3a7-9b0c-5043-9c69-051e0e43b744' date '10/10/2007' time '15:43:22' author 'mu' ancestors ((name 'SIXX-mu.119' message 'Implementing Formatter - round 2' id '62302b7b-73f3-3847-9ab1-a0eec7f19bf8' date '10/09/2007' time '19:59:18' author 'mu' ancestors ((name 'SIXX-mu.118' message 'empty log message' id '139ad73f-9c55-7444-a6af-e5181f376362' date '10/09/2007' time '19:37:56' author 'mu' ancestors ((name 'SIXX-mu.117' message '- Implementing Formatter - Some tests changed for 3.10' id 'd8479a6d-ea7e-ef4c-8b15-4b7cb4097f22' date '10/08/2007' time '11:02:21' author 'mu' ancestors ((name 'SIXX-mu.116' message 'Experimental: Implementing Formatter' id 'df5a9654-f45a-fb41-8615-500481604569' date '10/04/2007' time '19:39:44' author 'mu' ancestors ((name 'SIXX-mu.115' message 'empty log message' id '620651e4-a97f-2b49-865a-33660ed65557' date '10/04/2007' time '18:34:17' author 'mu' ancestors ((name 'SIXX-mu.114' message 'empty log message' id '6cb71399-c4c7-ca46-8eda-35381a2cfbf4' date '10/04/2007' time '17:07:21' author 'mu' ancestors ((name 'SIXX-mu.113' message 'empty log message' id 'abf720a6-2548-0549-941c-3764b9059a7e' date '10/04/2007' time '16:30:59' author 'mu' ancestors ((name 'SIXX-mu.112' message 'empty log message' id 'eb21ef9c-da54-9e42-8487-b5a99bbfd976' date '10/03/2007' time '17:54:11' author 'mu' ancestors ((name 'SIXX-mu.111' message 'empty log message' id 'e1e7bfbe-dd4b-224b-8c48-176d927cd972' date '10/03/2007' time '17:44:17' author 'mu' ancestors ((name 'SIXX-mu.110' message 'empty log message' id '05b301ef-87e1-8f4e-b160-8e7dec4939b0' date '10/03/2007' time '17:23:48' author 'mu' ancestors ((name 'SIXX-mu.109' message '- Defining SixxContext' id 'c003a236-e598-7e4c-a0c0-5b84872fb18a' date '10/03/2007' time '16:29:22' author 'mu' ancestors ((name 'SIXX-mu.108' message '- Dropped experimental bag format' id '72953183-c6ed-c746-a7ba-74b0f359710b' date '10/02/2007' time '19:17:47' author 'mu' ancestors ((name 'SIXX-mu.107' message '- Experimental: Bag format optimization' id 'cacf2ce8-8dea-4a4a-b974-b1cb124c6054' date '09/27/2007' time '17:05:19' author 'mu' ancestors ((name 'SIXX-mu.106' message 'empty log message' id '00bc78b2-9e6f-df40-8850-c113c88abc2b' date '09/08/2007' time '16:30:39' author 'mu' ancestors ((name 'SIXX-mu.105' message '- #sixxNonReferencableInstVarNames now allows String names' id '3deb8d42-0681-f140-8d95-0ec06b77f39d' date '09/05/2007' time '11:45:46' author 'mu' ancestors ((name 'SIXX-mu.104' message '- Added a test for #sixxNonReferencableInstVarNames' id '239479db-953b-5743-ae54-9783ae2bcb79' date '09/05/2007' time '11:36:41' author 'mu' ancestors ((name 'SIXX-mu.103' message '- More refactorings' id '98befbcc-da38-fb4b-b8ac-4b250151a9b0' date '08/24/2007' time '19:54:15' author 'mu' ancestors ((name 'SIXX-mu.102' message '- Refactoring Boolean/UndefinedObject>>sixxOn:name:indent:context:' id 'a519c237-50e6-fb46-a1db-2dbeb4fe7b3f' date '08/23/2007' time '20:04:00' author 'mu' ancestors ((name 'SIXX-mu.101' message '- Removed a few obsolete methods ' id 'f184db01-273e-e94e-92c1-a84488e000cc' date '08/23/2007' time '19:54:56' author 'mu' ancestors ((name 'SIXX-mu.100' message '- Refactoring: sixx.idref format' id '33257f6e-366d-2443-ba6f-fd3826fa3d11' date '08/23/2007' time '19:01:29' author 'mu' ancestors ((name 'SIXX-mu.99' message '- Experimental #sixxNonReferencableInstVarNames support' id 'db107ee8-08bc-e147-9492-78afb82a12a4' date '08/23/2007' time '16:54:33' author 'mu' ancestors ((name 'SIXX-mu.98' message 'empty log message' id '6836ed98-e400-c44a-90d1-285fad771582' date '08/23/2007' time '15:51:41' author 'mu' ancestors ((name 'SIXX-mu.97' message 'empty log message' id 'f8602fdd-ccc4-9e4a-b310-0f35cf4cdc52' date '08/22/2007' time '19:27:33' author 'mu' ancestors ((name 'SIXX-mu.96' message 'empty log message' id '995298e5-8a6f-0849-842f-44bd762941a6' date '08/21/2007' time '19:52:44' author 'mu' ancestors ((name 'SIXX-mu.95' message '- Small changes for portability' id 'cdf2bb7f-c3c3-f04b-b56e-1eccab7f758f' date '06/24/2007' time '18:12:00' author 'mu' ancestors ((name 'SIXX-mu.94' message '-Added tests for custom id policy object' id '3d58e00c-b720-724a-8cdf-36d15163db66' date '06/24/2007' time '17:10:40' author 'mu' ancestors ((name 'SIXX-mu.93' message '-Added hook for generating ref-id -All tests are passed' id 'd6c87e91-c5fe-084d-9a77-e7b19148edaf' date '06/23/2007' time '20:00:40' author 'mu' ancestors ((name 'SIXX-mu.92' message 'Added tests for constants detection' id 'b1afb8be-7ed2-ca42-8a18-308d1683f767' date '06/23/2007' time '19:41:55' author 'mu' ancestors ((name 'SIXX-mu.91' message 'First try for reading no root tag in SixxReadStream' id '51ccc0ed-7634-1b4d-b624-761fced24b49' date '06/23/2007' time '19:32:03' author 'mu' ancestors ((name 'SIXX-mu.90' message 'RC1 for 0.2c' id 'e147e64d-d738-2a43-929d-571b42e73c6a' date '06/08/2007' time '09:20:55' author 'mu' ancestors ((name 'SIXX-mu.89' message 'empty log message' id '5276a0a4-57f7-9f47-8070-656f46b4bd7c' date '06/07/2007' time '21:04:35' author 'mu' ancestors ((name 'SIXX-mu.88' message 'empty log message' id '5d1efbfc-6d50-ce47-8d31-6b38e18ff733' date '06/07/2007' time '19:25:25' author 'mu' ancestors ((name 'SIXX-mu.87' message '-Added ''reduced'' tag set support' id '67d3a746-e00e-c64e-8edf-f2ef4b20b3bb' date '06/06/2007' time '20:49:33' author 'mu' ancestors ((name 'SIXX-mu.86' message 'empty log message' id 'c7cf909b-3c3f-d74e-b9a5-3e79c498761e' date '06/06/2007' time '20:41:24' author 'mu' ancestors ((name 'SIXX-mu.85' message '-Adding support for Namespaced ShapeChangers' id '2369df79-7ff8-4046-9448-b03fe22f6504' date '06/06/2007' time '20:37:52' author 'mu' ancestors ((name 'SIXX-mu.84' message '- More support of reading shape-changed classes' id '03d0b002-67c1-3346-aa5b-71fd2a04d218' date '06/05/2007' time '22:28:47' author 'mu' ancestors ((name 'SIXX-mu.83' message '- Fixed: reading Fraction works now' id '3fce64dc-7232-d740-941a-6f038f57cf02' date '05/04/2007' time '13:29:42' author 'mu' ancestors ((name 'SIXX-mu.82' message '- 0.2b RC4' id 'd185f65a-850b-4241-9b51-de45f20d9851' date '04/18/2007' time '07:53:38' author 'mu' ancestors ((name 'SIXX-mu.81' message '- 0.2b RC3' id '2e9142b5-1e3f-c74d-ac36-8c53fe43e07a' date '04/18/2007' time '07:52:24' author 'mu' ancestors ((name 'SIXX-mu.80' message '- 0.2b RC' id '2c6c7890-f827-de45-89bf-4b973dfb83c5' date '04/14/2007' time '12:00:37' author 'mu' ancestors ((name 'SIXX-mu.79' message '- Changed nil serialization format' id 'dc017c6b-96cf-c34a-b4c9-4c5706db4626' date '04/11/2007' time '11:00:25' author 'mu' ancestors ((name 'SIXX-mu.78' message '- 0.2b RC2' id '36d9a84b-3a45-f144-b8d0-7623120355ae' date '04/10/2007' time '20:03:48' author 'mu' ancestors ((name 'SIXX-mu.77' message '- Tested on Squeak 3.8, 3.9 - 0.2b RC' id 'e05f51f9-316c-584d-a09a-7a260e3f5420' date '04/10/2007' time '19:56:31' author 'mu' ancestors ((name 'SIXX-mu.76' message '- Tested on 3.8, 3.9 - SIXX 0.2b' id 'bf413a0e-f203-154c-a9e2-26cb0c51c092' date '04/10/2007' time '19:55:47' author 'mu' ancestors ((name 'SIXX-mu.75' message 'empty log message' id '082167f1-2f58-614f-b938-3c5107236756' date '04/10/2007' time '19:49:39' author 'mu' ancestors ((name 'SIXX-mu.62' message 'empty log message' id '7b6caec2-6523-5d4e-9d80-c4bfe09f4f01' date '04/10/2007' time '19:48:55' author 'mu' ancestors ((name 'SIXX-mu.57' message '0.2b' id '7ce83a4a-b4c6-a54d-a0e2-737a33dc4a58' date '03/23/2007' time '11:45:11' author 'mu' ancestors ((name 'SIXX-mu.56' message 'RC1 for 0.2a' id '672f0323-a89b-a441-ad4e-e7e22e5ddd78' date '03/23/2007' time '11:28:51' author 'mu' ancestors ((name 'SIXX-mu.55' message 'empty log message' id '45928591-1488-d54e-bbb2-bc620b43d51d' date '02/10/2007' time '23:30:45' author 'mu' ancestors ((name 'SIXX-mu.54' message 'File was broken again. Repost.' id 'fffdb73e-ad28-3341-879a-ffbcc8ccaddc' date '02/10/2007' time '23:08:34' author 'mu' ancestors ((name 'SIXX-mu.53' message 'File was corrupted. Repost of 52.' id 'cd218882-54b8-664d-9202-93f0b678e3d1' date '02/10/2007' time '23:05:30' author 'mu' ancestors ((name 'SIXX-mu.52' message 'Added tests for experimental sixxWriteValue' id '0184426b-bd2c-6a41-863a-4f9da41b5a5c' date '02/09/2007' time '22:56:45' author 'mu' ancestors ((name 'SIXX-mu.51' message 'Experimental: Use sixxWriteValue id instead of originator id in serialization. (It makes memento implementation simpler).' id '0701bd1b-1162-174c-9857-cb5c9bd0fab4' date '02/09/2007' time '10:35:34' author 'mu' ancestors ((name 'SIXX-mu.50' message '' id '1144b740-b2af-7940-a3e1-9cdde9a60ac9' date '02/09/2007' time '10:09:47' author 'mu' ancestors ((name 'SIXX-mu.49' message 'empty log message' id '3f7ed3d9-e844-d447-89ef-e2012cd739ec' date '02/09/2007' time '10:08:24' author 'mu' ancestors ((name 'SIXX-mu.48' message 'empty log message' id 'ba9005dd-b284-c043-b2f9-86f0346ed79f' date '01/16/2007' time '11:58:46' author 'mu' ancestors ((name 'SIXX-mu.47' message 'empty log message' id '3f507cb9-bc09-304d-9592-3afd2a7c1f68' date '01/16/2007' time '11:29:15' author 'mu' ancestors ((name 'SIXX-mu.46' message 'empty log message' id '584c06a6-8dd9-f44f-b6bc-e4ccbcbcdfe8' date '01/15/2007' time '18:40:54' author 'mu' ancestors ((name 'SIXX-mu.45' message 'empty log message' id 'ef67b6d0-2a74-4a4c-afaf-9251231b5e98' date '01/15/2007' time '18:12:13' author 'mu' ancestors ((name 'SIXX-mu.44' message '*0.2* to be released.' id 'd81e3eea-8c07-2349-a556-e1e0c165f59a' date '01/15/2007' time '18:10:50' author 'mu' ancestors ((name 'SIXX-mu.43' message 'empty log message' id 'fde7c79b-cf7f-5241-905d-b19b07293b90' date '12/26/2006' time '11:10:30' author 'mu' ancestors ((name 'SIXX-mu.42' message 'empty log message' id 'c0b1a1cb-18af-614c-ae67-bc082464a27d' date '12/25/2006' time '17:05:54' author 'mu' ancestors ((name 'SIXX-mu.41' message 'RC6: fixed settings bug' id 'eef51d9c-bac4-6748-8276-be1d1ee5c9ea' date '12/25/2006' time '10:31:34' author 'mu' ancestors ((name 'SIXX-mu.40' message 'RC4' id '1baf4359-fcd2-cf42-90b2-c508d0abd5a4' date '12/22/2006' time '17:01:26' author 'mu' ancestors ((name 'SIXX-mu.39' message 'empty log message' id '3363cde8-0284-9841-9dba-040694842bc4' date '12/22/2006' time '16:15:41' author 'mu' ancestors ((name 'SIXX-mu.38' message 'empty log message' id '6039ffe2-56de-5143-9bec-a55c6d4e2da8' date '12/22/2006' time '15:53:11' author 'mu' ancestors ((name 'SIXX-mu.37' message 'empty log message' id '4a3a4243-177e-904b-afbf-122befbe6839' date '12/22/2006' time '14:44:57' author 'mu' ancestors ((name 'SIXX-mu.36' message 'empty log message' id '8ab9162d-bfeb-1f48-b8e9-adc089c082eb' date '12/21/2006' time '22:16:52' author 'mu' ancestors ((name 'SIXX-mu.35' message 'empty log message' id 'd03cae01-e248-ce41-9602-a3a6ca7f5c57' date '12/21/2006' time '21:32:07' author 'mu' ancestors ((name 'SIXX-mu.34' message 'empty log message' id '1d8c589e-ac74-d840-9de3-799e62067304' date '12/19/2006' time '23:08:04' author 'mu' ancestors ((name 'SIXX-mu.33' message 'empty log message' id 'd648115c-6265-ee48-a562-a7029eef8945' date '12/19/2006' time '23:05:32' author 'mu' ancestors ((name 'SIXX-mu.32' message 'experimental: starting developing converter' id 'f3b7ca1c-244d-7141-bdc8-e9a316584884' date '12/19/2006' time '19:26:56' author 'mu' ancestors ((name 'SIXX-mu.31' message 'Added tests for custom serialization. RC3.' id '3f9460a3-6d65-2342-9189-b86bc2739d1e' date '12/17/2006' time '22:39:33' author 'mu' ancestors ((name 'SIXX-mu.30' message 'Added a test for memento' id '16a13b34-0294-7948-bff2-8b14105a0bbc' date '12/13/2006' time '23:24:39' author 'mu' ancestors ((name 'SIXX-mu.29' message 'empty log message' id 'acccf5fd-4bda-5542-b44a-6a0691dce870' date '12/13/2006' time '17:42:40' author 'mu' ancestors ((name 'SIXX-mu.28' message 'empty log message' id '231f9572-c8dd-0541-a505-8ff7d4d9f2f1' date '12/13/2006' time '17:41:53' author 'mu' ancestors ((name 'SIXX-mu.24' message 'empty log message' id 'e0cfd153-c720-f148-89ff-cd3f4c62ebde' date '11/29/2006' time '22:48:34' author 'mu' ancestors ((name 'SIXX-mu.23' message 'RC2 fixed -maybe' id '92ec15c3-02e4-0549-afad-1454d83ffbd1' date '11/10/2006' time '17:31:39' author 'mu' ancestors ((name 'SIXX-mu.22' message 'RC2' id '0eac0776-7f91-df4b-b231-c99c12966d9f' date '11/10/2006' time '17:29:47' author 'mu' ancestors ((name 'SIXX-mu.21' message 'Added auto memento example' id '6aa3d7b1-f29f-2344-955e-f37c6a180489' date '11/10/2006' time '14:44:41' author 'mu' ancestors ((name 'SIXX-mu.20' message 'RC for the new release' id 'a48f0b54-8d6c-384f-a997-722301e19ac0' date '11/10/2006' time '14:27:09' author 'mu' ancestors ((name 'SIXX-mu.19' message 'empty log message' id '4b81945f-10e1-564d-8d18-7dc3168d9425' date '11/10/2006' time '14:12:48' author 'mu' ancestors ((name 'SIXX-mu.18' message 'Added sixxValue hook in reading' id '95c15e7e-2d83-4545-a2df-53d7294bdc0b' date '11/10/2006' time '13:53:15' author 'mu' ancestors ((name 'SIXX-mu.17' message 'empty log message' id '6086e62b-2287-3d43-9cc0-2aabacf740b4' date '11/10/2006' time '13:52:03' author 'mu' ancestors ((name 'SIXX-mu.16' message 'empty log message' id 'd25e1be0-1d7c-ee40-810e-c7278ccf7cad' date '11/08/2006' time '14:54:41' author 'mu' ancestors ((name 'SIXX-mu.15' message 'empty log message' id 'd7abe08a-43ed-1d48-965a-59af2ca09930' date '11/08/2006' time '14:54:18' author 'mu' ancestors () stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())(name 'SIXX-mu.27' message 'Rescued old fixed code in SixxXmlUtil' id '538b765c-832c-2643-a636-d7b2922d92ab' date '12/13/2006' time '16:13:46' author 'mu' ancestors ((name 'SIXX-mu.26' message 'Experimental font serialization support' id 'c6e73871-f3e4-6346-8fb4-020dfe8c34a4' date '12/12/2006' time '23:41:37' author 'mu' ancestors ((name 'SIXX-mu.25' message 'Changed Rectangle format more efficient' id '89f1d588-4a31-5042-a1a1-91ffb11fa89b' date '12/12/2006' time '19:51:49' author 'mu' ancestors ((name 'SIXX-mu.15' message 'Added old format support for DateAndTime. Made Boolean reading more safer.' id 'd2ead843-cbf3-b04f-9df6-09495a973166' date '12/12/2006' time '19:30:02' author 'mu' ancestors ((name 'SIXX-mu.14' message 'empty log message' id '0c663241-d5fb-c940-876d-8776daf780bd' date '09/13/2006' time '13:15:15' author 'mu' ancestors ((name 'SIXX-mu.7' message 'empty log message' id 'b784a65b-07a7-7745-a657-5885c8662adf' date '02/16/2006' time '17:45:10' author 'mu' ancestors ((name 'SIXX-mu.6' message 'empty log message' id '45f6a07e-37a4-3543-908c-33ef9fcf732f' date '02/16/2006' time '17:40:42' author 'mu' ancestors ((name 'SIXX-mu.5' message 'empty log message' id '41c84fd7-1bc7-1442-a4d5-90a23da51656' date '02/07/2006' time '21:24:43' author 'mu' ancestors ((name 'SIXX-mu.4' message 'empty log message' id 'c8930445-7250-e643-97c7-8ca6d8a23742' date '02/07/2006' time '21:09:54' author 'mu' ancestors ((name 'SIXX-mu.3' message 'empty log message' id '7e8f8265-8a68-0a4b-a023-2bd8cc90ea8a' date '02/07/2006' time '20:29:06' author 'mu' ancestors ((name 'SIXX-mu.2' message 'empty log message' id '123cae49-e9e5-524b-9e31-19da401ff110' date '02/06/2006' time '22:46:01' author 'mu' ancestors ((name 'SIXX-mu.1' message 'empty log message' id '189fafa4-4895-5b40-8a60-31b0277959ff' date '02/06/2006' time '22:22:28' author 'mu' ancestors () stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())(name 'SIXX-mu.13' message 'empty log message' id '269b6823-4a74-2c4f-9846-7b288fcb5892' date '08/02/2006' time '20:54:07' author 'mu' ancestors ((name 'SIXX-mu.12' message 'empty log message' id '1000b866-760c-684c-8cff-389361ddcfe1' date '07/30/2006' time '22:17:20' author 'mu' ancestors ((name 'SIXX-mu.11' message 'empty log message' id '75f3e053-f09c-b048-909c-3727a50ee65e' date '07/27/2006' time '18:01:00' author 'mu' ancestors ((name 'SIXX-mu.10' message 'Added tests for DataAndTime' id '9b3ff011-5ed9-ad4d-9ebc-7b8e07711725' date '07/20/2006' time '15:59:59' author 'mu' ancestors ((name 'SIXX-mu.9' message 'Added DateAndTime serialization' id '90b883aa-752e-3540-92a8-79688ab9820c' date '07/20/2006' time '15:53:11' author 'mu' ancestors ((name 'SIXX-mu.8' message 'empty log message' id '986dfdd6-02da-9749-a26f-e8c2816c7e00' date '07/20/2006' time '12:44:11' author 'mu' ancestors () stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ()) \ No newline at end of file +(name 'SIXX.310-dkh.185' message '@- not compiled correctly in 3.5.x' id 'bba42026-9d74-402a-932a-258ee36618f1' date '09/22/2020' time '16:53:56' author 'dkh' ancestors ((name 'SIXX.310-dkh.184' message 'Issue #3: SixxExamples[1|2|3] are not actually part of the test suite, but should obviously be included as Dario has used used SixxExample class>example2 as his canonical test case ...' id '56094665-8159-4693-a70d-7c63ef6ebe04' date '03/18/2015' time '11:31:14' author 'dkh' ancestors ((name 'SIXX.310-dkh.183' message 'test portability' id 'd02e1608-f936-4229-bd03-c2cb5ccd2396' date '11/27/2014' time '10:10:29' author 'dkh' ancestors ((name 'SIXX.310-PaulDeBruicker.182' message 'Get SIXX working with XMLSupport version 1.1.8. Mainly involved changing #isNil sends to #isEmptyOrNil. Used #isEmptyOrNil rather than #isEmpty because someone may want to use the older version of XMLSupport, which returns #nil for missing attibutes/elements rather than the empty String. ' id '27efafdf-5729-4c4b-8080-841be6975a0c' date '09/24/2013' time '13:11:57' author 'PaulDeBruicker' ancestors ((name 'SIXX.310-dkh.181' message 'spelunking in wrong county ... nuke flip-side of bug ' id 'c3976075-f1ec-41e0-9b53-0a7f36a76fee' date '07/01/2013' time '05:26:58' author 'dkh' ancestors ((name 'SIXX.310-dkh.180' message 'go transcripting for the Travis failure ' id 'a32d6699-8e74-4afc-b5ab-f3e36554745b' date '07/01/2013' time '05:01:55' author 'dkh' ancestors ((name 'SIXX.310-dkh.179' message 'go spelunking for the Travis failure ' id '2cb1588d-8213-45f5-80b8-2345748b3b04' date '07/01/2013' time '03:22:00' author 'dkh' ancestors ((name 'SIXX.310-dkh.178' message 'go spelunking for the Travis error ' id 'f7702868-dd9d-40d2-819f-4e4be90f74bc' date '07/01/2013' time '03:09:08' author 'dkh' ancestors ((name 'SIXX.310-dkh.177' message 'fix encoding bug ' id 'eb113870-ef38-4ec7-b016-6fdeb375af91' date '07/01/2013' time '02:18:07' author 'dkh' ancestors ((name 'SIXX.310-DTR.176' message 'fix ScaledDecimal bug' id '9120bbac-a6f9-48ec-a2e6-8064439c73d6' date '01/14/2013' time '18:24:44' author 'DTR' ancestors ((name 'SIXX.310-DTR.175' message 'ScaledDecimal SIXX instance creation' id 'bb066fdb-ea91-46ef-a29a-f0a667bcf6ad' date '12/17/2012' time '12:48:24' author 'DTR' ancestors ((name 'SIXX.310-dkh.174' message 'port GsSIXX0.3-c to GemStone 3.1' id 'ae68e203-3e4c-49d7-9189-f38933485e01' date '12/07/2012' time '14:54:45' author 'dkh' ancestors ((name 'SIXX-DaleHenrichs.174' message '- fix Issue 202: http://code.google.com/p/glassdb/issues/detail?id=202 "SIXX can''''t read from sixx file"' id '76fa9ea6-9e96-4d9d-a224-ebcf8c42eac3' date '12/03/2010' time '15:02:10' author 'DaleHenrichs' ancestors ((name 'SIXX-NorbertHartl.173' message 'changed String handling for encoding. Prior to this change one had to applied external. Now the individual strings are encoded to/from utf8. It uses the gemstone en-/decoding string methods. ' id 'b991e41b-d9de-49d0-8560-494d7c8ac187' date '09/12/2010' time '20:02:45' author 'NorbertHartl' ancestors ((name 'SIXX-NorbertHartl.171' message 'fixed missing sixx handling for DoubleByteString/-Symbol and QuadByteString/-Symbol. This classes are exported as String and Symbol plus encoded content. On reading the decoded content reconstructs the multi byte variants. Works reliable and makes sixx streams mor cross-platform' id 'd828c38d-82d5-4d3e-b35b-3e3ac0421a0b' date '08/07/2010' time '01:37:38' author 'NorbertHartl' ancestors ((name 'SIXX-NorbertHartl.170' message 'exchanged all usages of "Character cr" with "GRPlatform current newline". All tests are green again' id '1c838644-82d1-4a20-b9fa-ffcb50308ad6' date '08/04/2010' time '23:59:38' author 'NorbertHartl' ancestors ((name 'SIXX-NorbertHartl.169' message 'removed all usages of the convenient "text" selectors in stream. Grease stream does not support selectors like cr or tab: This makes some of the code in Sixx a little bigger but also more clean. Now Sixx can be used with GRCodecStream to output encoded strings directly' id 'e0611da1-3501-4156-9c59-1aaaccb465ce' date '08/04/2010' time '12:02:34' author 'NorbertHartl' ancestors ((name 'SIXX-DaleHenrichs.168' message '- restore SIXX changes from Norbert - update SIXX tests now that serializing blocks is supported - SIXX ' id 'c3db6fa7-513a-4db4-b093-0fbbc0bd80fb' date '03/16/1910' time '14:42:49' author 'DaleHenrichs' ancestors ((name 'SIXX-DaleHenrichs.167' message '- move #sixxDo: to AbstractDictionary from Dictionary and KeyValueDictionary (common superclass)' id '49d81c34-4f04-428d-a64b-eb7213b64d43' date '03/02/1910' time '13:54:22' author 'DaleHenrichs' ancestors ((name 'SIXX-NorbertHartl.166' message '- removed parenthesis from creation of block. This leads to an error on read time - Dictionary has proper sixxDo: but KeyValueDictionary is missing the method. So it only serializes its values which leads to a parse error on read time (Expected class Assoction). Copied sixxDo: from Dictionary as can behave the same. - added test for KeyValueDictionary. Not sure if it is ok to handle keys and values with Associations' id 'f6fe7502-cb08-4e6d-a85a-47c8fb6b162c' date '03/02/1910' time '15:39:52' author 'NorbertHartl' ancestors ((name 'SIXX-dkh.165' message '- eliminate Warning notification during Sixx tests ' id '041a7368-30e9-4c8c-bf7f-6c9bb7761fea' date '03/25/2009' time '13:09:00' author 'dkh' ancestors ((name 'SIXX-dkh.164' message '- fix Bug39810 - Can''t use DateTimes in SIXX ' id 'c09bfc50-b68b-4b79-874a-ed5b0f06e357' date '03/20/2009' time '12:19:06' author 'dkh' ancestors ((name 'SIXX-dkh.163' message '- finished sent but not implemented cleanup ' id '4e26ee28-3a8c-4440-82eb-e55e41e6612c' date '02/18/2009' time '17:04:44' author 'dkh' ancestors ((name 'SIXX-dkh.162' message '- added a persitent root to SIXX for writing out a large object graph' id '2a50b372-edd3-40cc-b3a4-6dd6e618ea47' date '01/14/2009' time '16:33:46' author 'dkh' ancestors ((name 'SIXX-dkh.161' message '- fix a minor bug' id '3dfe1792-6c9e-4ce0-bee2-db5ae3f89e7f' date '01/14/2009' time '15:06:08' author 'dkh' ancestors ((name 'SIXX-dkh.160' message '- handling of Booleans wasn''t quite right. - additional test and fixes' id '6f2f5498-8cda-4bcc-856b-65a32a58230a' date '10/09/2008' time '16:52:53' author 'dkh' ancestors ((name 'SIXX-dkh.159' message '- remove dependence upon IndexManager ... requires explicit autoCommit handling now' id '736864d7-e6e0-4568-a8f4-47d329323a6f' date '10/08/2008' time '12:00:50' author 'dkh' ancestors ((name 'SIXX-dkh.158' message '- converted SIXX depth-first recursive algorithm to a depth-first stack implementation - tests are green - need to test on some live data' id 'd94d9f9d-426c-4216-aa96-bba250107cb3' date '10/07/2008' time '21:00:31' author 'dkh' ancestors ((name 'SIXX-dkh.157' message '- skipping 155 & 156 - first cut at stack-based object creation ... - I think the ''push'' logic is reversed' id '48d700af-4719-4a9b-8fef-f91db2a1d67d' date '10/07/2008' time '16:50:31' author 'dkh' ancestors ((name 'SIXX-dkh.154' message '- get the handling of ExecutableBlock (BlockClosure) right, finally - create SimpleBlock from BlockClosure source, when result is SimpleBlock...makes Pier load clean' id '3bcf1c5c-dee2-4b23-a8fa-e00be3d571a5' date '10/03/2008' time '13:14:07' author 'dkh' ancestors ((name 'SIXX-dkh.153' message '- DO NOT LOAD - getting started on replacing BlockContexts ...' id '3858a57a-a5eb-4765-a2dd-fde6ef8103eb' date '10/02/2008' time '17:23:36' author 'dkh' ancestors ((name 'SIXX-dkh.152' message '- fix for SortedCollection' id '0a087a0a-fbeb-4b82-9f70-9b2a7edf9a74' date '10/02/2008' time '16:32:20' author 'dkh' ancestors ((name 'SIXX-dkh.151' message '- add provision for persistent root to be used to allow for loading very large XML DOMs - multi-byte character support and tests' id 'f9875640-88c7-4c1d-8b2f-09d7c9f244aa' date '10/02/2008' time '16:00:52' author 'dkh' ancestors ((name 'SIXX-dkh.150' message '- 121 run, 121 passed, 0 failed, 0 errors - requires the following packages: Squeak-dkh.135 XML-Parser.g-dkh.15 Bootstrap-dkh.111 ' id 'd8021a96-ba76-424a-b766-512d66760fe4' date '10/01/2008' time '19:48:48' author 'dkh' ancestors ((name 'SIXX-dkh.149' message '- 121 run, 120 passed, 1 failed, 0 errors - requires the following packages: Squeak-dkh.135 XML-Parser.g-dkh.15 Bootstrap-dkh.111 ' id 'a829af1a-93b5-43a4-a0fe-068120afb1af' date '10/01/2008' time '19:34:37' author 'dkh' ancestors ((name 'SIXX-dkh.148' message '- need this one to get these results: 122 run, 118 passed, 4 failed, 0 errors ' id 'd5c6bd95-fabc-4e75-a996-24d2e01ef874' date '10/01/2008' time '18:21:56' author 'dkh' ancestors ((name 'SIXX-dkh.147' message '- 122 run, 118 passed, 4 failed, 0 errors - requires the following packages: Squeak-dkh.134 XML-Parser.g-dkh.15 Bootstrap-dkh.111 ' id '93f26fd1-1b08-4055-b4b6-abf7bf882220' date '10/01/2008' time '16:05:58' author 'dkh' ancestors ((name 'SIXX-dkh.146' message '- 122 run, 112 passed, 9 failed, 1 errors ' id '8c99fce0-05ab-4a62-b6fc-98067479550e' date '09/30/2008' time '17:08:21' author 'dkh' ancestors ((name 'SIXX-dkh.145' message '- 122 run, 107 passed, 9 failed, 6 errors ' id '0bdcda58-1d84-44b1-9664-18aa0345771c' date '09/30/2008' time '13:22:59' author 'dkh' ancestors ((name 'SIXX-dkh.144' message '- 122 run, 103 passed, 8 failed, 11 errors ' id '698bd761-0154-4692-9856-a7890cffb72e' date '09/30/2008' time '11:18:03' author 'dkh' ancestors ((name 'SIXX-dkh.143' message '- 122 run, 100 passed, 5 failed, 17 errors ' id '91789274-99c6-4275-9197-55f5b0b26556' date '09/29/2008' time '17:25:32' author 'dkh' ancestors ((name 'SIXX-dkh.142' message '- get the last little bit... of UndefinedSymbols for SIXX' id '80ac7886-4219-4173-80e3-950dcd4b7af9' date '09/29/2008' time '14:17:55' author 'dkh' ancestors ((name 'SIXX-dkh.141' message '- clean up things based upon UndefinedSymbols' id '9b02f22e-a8d4-46fe-b02b-feb3ef11f8d0' date '09/29/2008' time '14:11:45' author 'dkh' ancestors ((name 'SIXX-noha.140' message '- changed digitLength message to _digitLength - added tab and tab: messages to WriteStream for now' id 'cac582c7-6f74-4e8c-961d-2d137a8e6216' date '09/29/2008' time '10:02:59' author 'noha' ancestors ((name 'SIXX-noha.137' message 'First bunch of fixes in order to get SIXX ported to gemstone' id '210fc5c8-b8e4-4081-bff5-2aab4269b6e1' date '09/29/2008' time '09:53:42' author 'noha' ancestors ((name 'SIXX-mu.136' message '- Introduced SixxContext class>>forRead, forWrite --This is an attempt for improving reading performance' id 'df20d518-e332-964f-b090-6e633f8407c0' date '07/13/2008' time '20:40:36' author 'mu' ancestors ((name 'SIXX-mu.135' message 'Changed Rectangle>>createInstanceOf:withSixxElement: slightly for portability.' id '9f450f01-dda6-0748-8053-37e91b539ce9' date '11/29/2007' time '19:13:26' author 'mu' ancestors ((name 'SIXX-mu.134' message '0.3 RC6' id '62f40cfd-a4c4-f64e-8205-ea5d3595701f' date '11/07/2007' time '20:20:06' author 'mu' ancestors ((name 'SIXX-mu.133' message '- 0.3 RC5' id '28f71048-4e62-6e49-a373-68344f146969' date '11/01/2007' time '21:11:44' author 'mu' ancestors ((name 'SIXX-mu.132' message '- 0.3 RC4 - Test changed for portability' id 'e88767e5-5c19-b042-bc39-777a26cebeae' date '11/01/2007' time '20:12:15' author 'mu' ancestors ((name 'SIXX-mu.131' message '- More test refactorings' id '0491a8f9-6881-904b-a96e-2c6b8ccad88f' date '10/31/2007' time '22:27:25' author 'mu' ancestors ((name 'SIXX-mu.130' message '- Added a literal array formatter test - RC3' id '620d2245-14f9-a24f-8a56-02ce97b27923' date '10/31/2007' time '22:21:18' author 'mu' ancestors ((name 'SIXX-mu.129' message 'empty log message' id '672f7e9a-3420-9e43-bef0-3f3c046903aa' date '10/31/2007' time '20:16:30' author 'mu' ancestors ((name 'SIXX-mu.128' message '- #sixxIgnorableInstVarNames, #sixxNonReferencableInstVarNames are now valid in class instance variables. - some tests are refactored. - RC2' id 'b3f525c4-574e-ad49-a3ab-c16a8d05db4f' date '10/27/2007' time '16:30:36' author 'mu' ancestors ((name 'SIXX-mu.127' message 'RC for 0.3' id '1162b43c-1af9-fe4d-b79a-832a02a71184' date '10/20/2007' time '16:24:54' author 'mu' ancestors ((name 'SIXX-mu.126' message 'Improves portability' id '5c4b1258-3642-9e4e-92d1-3114ead90cd8' date '10/18/2007' time '22:58:26' author 'mu' ancestors ((name 'SIXX-mu.125' message 'empty log message' id 'a46686b1-bbba-4841-90aa-1c3a936b6491' date '10/18/2007' time '00:40:33' author 'mu' ancestors ((name 'SIXX-mu.124' message 'Added test for Formatter' id '65e58285-38ab-f24c-b79c-f48d782e356a' date '10/11/2007' time '12:07:35' author 'mu' ancestors ((name 'SIXX-mu.123' message 'Added test for Formatter' id '2f356182-fce5-594d-917b-aeb4e9219ca5' date '10/10/2007' time '18:15:02' author 'mu' ancestors ((name 'SIXX-mu.122' message 'empty log message' id '4460fc7e-5fed-6f4f-b64e-30b59d2c59a8' date '10/10/2007' time '17:17:39' author 'mu' ancestors ((name 'SIXX-mu.121' message 'empty log message' id 'e5cd8b87-beea-054a-929b-d5c162328dcf' date '10/10/2007' time '15:55:14' author 'mu' ancestors ((name 'SIXX-mu.120' message 'empty log message' id 'd877a3a7-9b0c-5043-9c69-051e0e43b744' date '10/10/2007' time '15:43:22' author 'mu' ancestors ((name 'SIXX-mu.119' message 'Implementing Formatter - round 2' id '62302b7b-73f3-3847-9ab1-a0eec7f19bf8' date '10/09/2007' time '19:59:18' author 'mu' ancestors ((name 'SIXX-mu.118' message 'empty log message' id '139ad73f-9c55-7444-a6af-e5181f376362' date '10/09/2007' time '19:37:56' author 'mu' ancestors ((name 'SIXX-mu.117' message '- Implementing Formatter - Some tests changed for 3.10' id 'd8479a6d-ea7e-ef4c-8b15-4b7cb4097f22' date '10/08/2007' time '11:02:21' author 'mu' ancestors ((name 'SIXX-mu.116' message 'Experimental: Implementing Formatter' id 'df5a9654-f45a-fb41-8615-500481604569' date '10/04/2007' time '19:39:44' author 'mu' ancestors ((name 'SIXX-mu.115' message 'empty log message' id '620651e4-a97f-2b49-865a-33660ed65557' date '10/04/2007' time '18:34:17' author 'mu' ancestors ((name 'SIXX-mu.114' message 'empty log message' id '6cb71399-c4c7-ca46-8eda-35381a2cfbf4' date '10/04/2007' time '17:07:21' author 'mu' ancestors ((name 'SIXX-mu.113' message 'empty log message' id 'abf720a6-2548-0549-941c-3764b9059a7e' date '10/04/2007' time '16:30:59' author 'mu' ancestors ((name 'SIXX-mu.112' message 'empty log message' id 'eb21ef9c-da54-9e42-8487-b5a99bbfd976' date '10/03/2007' time '17:54:11' author 'mu' ancestors ((name 'SIXX-mu.111' message 'empty log message' id 'e1e7bfbe-dd4b-224b-8c48-176d927cd972' date '10/03/2007' time '17:44:17' author 'mu' ancestors ((name 'SIXX-mu.110' message 'empty log message' id '05b301ef-87e1-8f4e-b160-8e7dec4939b0' date '10/03/2007' time '17:23:48' author 'mu' ancestors ((name 'SIXX-mu.109' message '- Defining SixxContext' id 'c003a236-e598-7e4c-a0c0-5b84872fb18a' date '10/03/2007' time '16:29:22' author 'mu' ancestors ((name 'SIXX-mu.108' message '- Dropped experimental bag format' id '72953183-c6ed-c746-a7ba-74b0f359710b' date '10/02/2007' time '19:17:47' author 'mu' ancestors ((name 'SIXX-mu.107' message '- Experimental: Bag format optimization' id 'cacf2ce8-8dea-4a4a-b974-b1cb124c6054' date '09/27/2007' time '17:05:19' author 'mu' ancestors ((name 'SIXX-mu.106' message 'empty log message' id '00bc78b2-9e6f-df40-8850-c113c88abc2b' date '09/08/2007' time '16:30:39' author 'mu' ancestors ((name 'SIXX-mu.105' message '- #sixxNonReferencableInstVarNames now allows String names' id '3deb8d42-0681-f140-8d95-0ec06b77f39d' date '09/05/2007' time '11:45:46' author 'mu' ancestors ((name 'SIXX-mu.104' message '- Added a test for #sixxNonReferencableInstVarNames' id '239479db-953b-5743-ae54-9783ae2bcb79' date '09/05/2007' time '11:36:41' author 'mu' ancestors ((name 'SIXX-mu.103' message '- More refactorings' id '98befbcc-da38-fb4b-b8ac-4b250151a9b0' date '08/24/2007' time '19:54:15' author 'mu' ancestors ((name 'SIXX-mu.102' message '- Refactoring Boolean/UndefinedObject>>sixxOn:name:indent:context:' id 'a519c237-50e6-fb46-a1db-2dbeb4fe7b3f' date '08/23/2007' time '20:04:00' author 'mu' ancestors ((name 'SIXX-mu.101' message '- Removed a few obsolete methods ' id 'f184db01-273e-e94e-92c1-a84488e000cc' date '08/23/2007' time '19:54:56' author 'mu' ancestors ((name 'SIXX-mu.100' message '- Refactoring: sixx.idref format' id '33257f6e-366d-2443-ba6f-fd3826fa3d11' date '08/23/2007' time '19:01:29' author 'mu' ancestors ((name 'SIXX-mu.99' message '- Experimental #sixxNonReferencableInstVarNames support' id 'db107ee8-08bc-e147-9492-78afb82a12a4' date '08/23/2007' time '16:54:33' author 'mu' ancestors ((name 'SIXX-mu.98' message 'empty log message' id '6836ed98-e400-c44a-90d1-285fad771582' date '08/23/2007' time '15:51:41' author 'mu' ancestors ((name 'SIXX-mu.97' message 'empty log message' id 'f8602fdd-ccc4-9e4a-b310-0f35cf4cdc52' date '08/22/2007' time '19:27:33' author 'mu' ancestors ((name 'SIXX-mu.96' message 'empty log message' id '995298e5-8a6f-0849-842f-44bd762941a6' date '08/21/2007' time '19:52:44' author 'mu' ancestors ((name 'SIXX-mu.95' message '- Small changes for portability' id 'cdf2bb7f-c3c3-f04b-b56e-1eccab7f758f' date '06/24/2007' time '18:12:00' author 'mu' ancestors ((name 'SIXX-mu.94' message '-Added tests for custom id policy object' id '3d58e00c-b720-724a-8cdf-36d15163db66' date '06/24/2007' time '17:10:40' author 'mu' ancestors ((name 'SIXX-mu.93' message '-Added hook for generating ref-id -All tests are passed' id 'd6c87e91-c5fe-084d-9a77-e7b19148edaf' date '06/23/2007' time '20:00:40' author 'mu' ancestors ((name 'SIXX-mu.92' message 'Added tests for constants detection' id 'b1afb8be-7ed2-ca42-8a18-308d1683f767' date '06/23/2007' time '19:41:55' author 'mu' ancestors ((name 'SIXX-mu.91' message 'First try for reading no root tag in SixxReadStream' id '51ccc0ed-7634-1b4d-b624-761fced24b49' date '06/23/2007' time '19:32:03' author 'mu' ancestors ((name 'SIXX-mu.90' message 'RC1 for 0.2c' id 'e147e64d-d738-2a43-929d-571b42e73c6a' date '06/08/2007' time '09:20:55' author 'mu' ancestors ((name 'SIXX-mu.89' message 'empty log message' id '5276a0a4-57f7-9f47-8070-656f46b4bd7c' date '06/07/2007' time '21:04:35' author 'mu' ancestors ((name 'SIXX-mu.88' message 'empty log message' id '5d1efbfc-6d50-ce47-8d31-6b38e18ff733' date '06/07/2007' time '19:25:25' author 'mu' ancestors ((name 'SIXX-mu.87' message '-Added ''reduced'' tag set support' id '67d3a746-e00e-c64e-8edf-f2ef4b20b3bb' date '06/06/2007' time '20:49:33' author 'mu' ancestors ((name 'SIXX-mu.86' message 'empty log message' id 'c7cf909b-3c3f-d74e-b9a5-3e79c498761e' date '06/06/2007' time '20:41:24' author 'mu' ancestors ((name 'SIXX-mu.85' message '-Adding support for Namespaced ShapeChangers' id '2369df79-7ff8-4046-9448-b03fe22f6504' date '06/06/2007' time '20:37:52' author 'mu' ancestors ((name 'SIXX-mu.84' message '- More support of reading shape-changed classes' id '03d0b002-67c1-3346-aa5b-71fd2a04d218' date '06/05/2007' time '22:28:47' author 'mu' ancestors ((name 'SIXX-mu.83' message '- Fixed: reading Fraction works now' id '3fce64dc-7232-d740-941a-6f038f57cf02' date '05/04/2007' time '13:29:42' author 'mu' ancestors ((name 'SIXX-mu.82' message '- 0.2b RC4' id 'd185f65a-850b-4241-9b51-de45f20d9851' date '04/18/2007' time '07:53:38' author 'mu' ancestors ((name 'SIXX-mu.81' message '- 0.2b RC3' id '2e9142b5-1e3f-c74d-ac36-8c53fe43e07a' date '04/18/2007' time '07:52:24' author 'mu' ancestors ((name 'SIXX-mu.80' message '- 0.2b RC' id '2c6c7890-f827-de45-89bf-4b973dfb83c5' date '04/14/2007' time '12:00:37' author 'mu' ancestors ((name 'SIXX-mu.79' message '- Changed nil serialization format' id 'dc017c6b-96cf-c34a-b4c9-4c5706db4626' date '04/11/2007' time '11:00:25' author 'mu' ancestors ((name 'SIXX-mu.78' message '- 0.2b RC2' id '36d9a84b-3a45-f144-b8d0-7623120355ae' date '04/10/2007' time '20:03:48' author 'mu' ancestors ((name 'SIXX-mu.77' message '- Tested on Squeak 3.8, 3.9 - 0.2b RC' id 'e05f51f9-316c-584d-a09a-7a260e3f5420' date '04/10/2007' time '19:56:31' author 'mu' ancestors ((name 'SIXX-mu.76' message '- Tested on 3.8, 3.9 - SIXX 0.2b' id 'bf413a0e-f203-154c-a9e2-26cb0c51c092' date '04/10/2007' time '19:55:47' author 'mu' ancestors ((name 'SIXX-mu.75' message 'empty log message' id '082167f1-2f58-614f-b938-3c5107236756' date '04/10/2007' time '19:49:39' author 'mu' ancestors ((name 'SIXX-mu.62' message 'empty log message' id '7b6caec2-6523-5d4e-9d80-c4bfe09f4f01' date '04/10/2007' time '19:48:55' author 'mu' ancestors ((name 'SIXX-mu.57' message '0.2b' id '7ce83a4a-b4c6-a54d-a0e2-737a33dc4a58' date '03/23/2007' time '11:45:11' author 'mu' ancestors ((name 'SIXX-mu.56' message 'RC1 for 0.2a' id '672f0323-a89b-a441-ad4e-e7e22e5ddd78' date '03/23/2007' time '11:28:51' author 'mu' ancestors ((name 'SIXX-mu.55' message 'empty log message' id '45928591-1488-d54e-bbb2-bc620b43d51d' date '02/10/2007' time '23:30:45' author 'mu' ancestors ((name 'SIXX-mu.54' message 'File was broken again. Repost.' id 'fffdb73e-ad28-3341-879a-ffbcc8ccaddc' date '02/10/2007' time '23:08:34' author 'mu' ancestors ((name 'SIXX-mu.53' message 'File was corrupted. Repost of 52.' id 'cd218882-54b8-664d-9202-93f0b678e3d1' date '02/10/2007' time '23:05:30' author 'mu' ancestors ((name 'SIXX-mu.52' message 'Added tests for experimental sixxWriteValue' id '0184426b-bd2c-6a41-863a-4f9da41b5a5c' date '02/09/2007' time '22:56:45' author 'mu' ancestors ((name 'SIXX-mu.51' message 'Experimental: Use sixxWriteValue id instead of originator id in serialization. (It makes memento implementation simpler).' id '0701bd1b-1162-174c-9857-cb5c9bd0fab4' date '02/09/2007' time '10:35:34' author 'mu' ancestors ((name 'SIXX-mu.50' message '' id '1144b740-b2af-7940-a3e1-9cdde9a60ac9' date '02/09/2007' time '10:09:47' author 'mu' ancestors ((name 'SIXX-mu.49' message 'empty log message' id '3f7ed3d9-e844-d447-89ef-e2012cd739ec' date '02/09/2007' time '10:08:24' author 'mu' ancestors ((name 'SIXX-mu.48' message 'empty log message' id 'ba9005dd-b284-c043-b2f9-86f0346ed79f' date '01/16/2007' time '11:58:46' author 'mu' ancestors ((name 'SIXX-mu.47' message 'empty log message' id '3f507cb9-bc09-304d-9592-3afd2a7c1f68' date '01/16/2007' time '11:29:15' author 'mu' ancestors ((name 'SIXX-mu.46' message 'empty log message' id '584c06a6-8dd9-f44f-b6bc-e4ccbcbcdfe8' date '01/15/2007' time '18:40:54' author 'mu' ancestors ((name 'SIXX-mu.45' message 'empty log message' id 'ef67b6d0-2a74-4a4c-afaf-9251231b5e98' date '01/15/2007' time '18:12:13' author 'mu' ancestors ((name 'SIXX-mu.44' message '*0.2* to be released.' id 'd81e3eea-8c07-2349-a556-e1e0c165f59a' date '01/15/2007' time '18:10:50' author 'mu' ancestors ((name 'SIXX-mu.43' message 'empty log message' id 'fde7c79b-cf7f-5241-905d-b19b07293b90' date '12/26/2006' time '11:10:30' author 'mu' ancestors ((name 'SIXX-mu.42' message 'empty log message' id 'c0b1a1cb-18af-614c-ae67-bc082464a27d' date '12/25/2006' time '17:05:54' author 'mu' ancestors ((name 'SIXX-mu.41' message 'RC6: fixed settings bug' id 'eef51d9c-bac4-6748-8276-be1d1ee5c9ea' date '12/25/2006' time '10:31:34' author 'mu' ancestors ((name 'SIXX-mu.40' message 'RC4' id '1baf4359-fcd2-cf42-90b2-c508d0abd5a4' date '12/22/2006' time '17:01:26' author 'mu' ancestors ((name 'SIXX-mu.39' message 'empty log message' id '3363cde8-0284-9841-9dba-040694842bc4' date '12/22/2006' time '16:15:41' author 'mu' ancestors ((name 'SIXX-mu.38' message 'empty log message' id '6039ffe2-56de-5143-9bec-a55c6d4e2da8' date '12/22/2006' time '15:53:11' author 'mu' ancestors ((name 'SIXX-mu.37' message 'empty log message' id '4a3a4243-177e-904b-afbf-122befbe6839' date '12/22/2006' time '14:44:57' author 'mu' ancestors ((name 'SIXX-mu.36' message 'empty log message' id '8ab9162d-bfeb-1f48-b8e9-adc089c082eb' date '12/21/2006' time '22:16:52' author 'mu' ancestors ((name 'SIXX-mu.35' message 'empty log message' id 'd03cae01-e248-ce41-9602-a3a6ca7f5c57' date '12/21/2006' time '21:32:07' author 'mu' ancestors ((name 'SIXX-mu.34' message 'empty log message' id '1d8c589e-ac74-d840-9de3-799e62067304' date '12/19/2006' time '23:08:04' author 'mu' ancestors ((name 'SIXX-mu.33' message 'empty log message' id 'd648115c-6265-ee48-a562-a7029eef8945' date '12/19/2006' time '23:05:32' author 'mu' ancestors ((name 'SIXX-mu.32' message 'experimental: starting developing converter' id 'f3b7ca1c-244d-7141-bdc8-e9a316584884' date '12/19/2006' time '19:26:56' author 'mu' ancestors ((name 'SIXX-mu.31' message 'Added tests for custom serialization. RC3.' id '3f9460a3-6d65-2342-9189-b86bc2739d1e' date '12/17/2006' time '22:39:33' author 'mu' ancestors ((name 'SIXX-mu.30' message 'Added a test for memento' id '16a13b34-0294-7948-bff2-8b14105a0bbc' date '12/13/2006' time '23:24:39' author 'mu' ancestors ((name 'SIXX-mu.29' message 'empty log message' id 'acccf5fd-4bda-5542-b44a-6a0691dce870' date '12/13/2006' time '17:42:40' author 'mu' ancestors ((name 'SIXX-mu.28' message 'empty log message' id '231f9572-c8dd-0541-a505-8ff7d4d9f2f1' date '12/13/2006' time '17:41:53' author 'mu' ancestors ((name 'SIXX-mu.24' message 'empty log message' id 'e0cfd153-c720-f148-89ff-cd3f4c62ebde' date '11/29/2006' time '22:48:34' author 'mu' ancestors ((name 'SIXX-mu.23' message 'RC2 fixed -maybe' id '92ec15c3-02e4-0549-afad-1454d83ffbd1' date '11/10/2006' time '17:31:39' author 'mu' ancestors ((name 'SIXX-mu.22' message 'RC2' id '0eac0776-7f91-df4b-b231-c99c12966d9f' date '11/10/2006' time '17:29:47' author 'mu' ancestors ((name 'SIXX-mu.21' message 'Added auto memento example' id '6aa3d7b1-f29f-2344-955e-f37c6a180489' date '11/10/2006' time '14:44:41' author 'mu' ancestors ((name 'SIXX-mu.20' message 'RC for the new release' id 'a48f0b54-8d6c-384f-a997-722301e19ac0' date '11/10/2006' time '14:27:09' author 'mu' ancestors ((name 'SIXX-mu.19' message 'empty log message' id '4b81945f-10e1-564d-8d18-7dc3168d9425' date '11/10/2006' time '14:12:48' author 'mu' ancestors ((name 'SIXX-mu.18' message 'Added sixxValue hook in reading' id '95c15e7e-2d83-4545-a2df-53d7294bdc0b' date '11/10/2006' time '13:53:15' author 'mu' ancestors ((name 'SIXX-mu.17' message 'empty log message' id '6086e62b-2287-3d43-9cc0-2aabacf740b4' date '11/10/2006' time '13:52:03' author 'mu' ancestors ((name 'SIXX-mu.16' message 'empty log message' id 'd25e1be0-1d7c-ee40-810e-c7278ccf7cad' date '11/08/2006' time '14:54:41' author 'mu' ancestors ((name 'SIXX-mu.15' message 'empty log message' id 'd7abe08a-43ed-1d48-965a-59af2ca09930' date '11/08/2006' time '14:54:18' author 'mu' ancestors () stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())(name 'SIXX-mu.27' message 'Rescued old fixed code in SixxXmlUtil' id '538b765c-832c-2643-a636-d7b2922d92ab' date '12/13/2006' time '16:13:46' author 'mu' ancestors ((name 'SIXX-mu.26' message 'Experimental font serialization support' id 'c6e73871-f3e4-6346-8fb4-020dfe8c34a4' date '12/12/2006' time '23:41:37' author 'mu' ancestors ((name 'SIXX-mu.25' message 'Changed Rectangle format more efficient' id '89f1d588-4a31-5042-a1a1-91ffb11fa89b' date '12/12/2006' time '19:51:49' author 'mu' ancestors ((name 'SIXX-mu.15' message 'Added old format support for DateAndTime. Made Boolean reading more safer.' id 'd2ead843-cbf3-b04f-9df6-09495a973166' date '12/12/2006' time '19:30:02' author 'mu' ancestors ((name 'SIXX-mu.14' message 'empty log message' id '0c663241-d5fb-c940-876d-8776daf780bd' date '09/13/2006' time '13:15:15' author 'mu' ancestors ((name 'SIXX-mu.7' message 'empty log message' id 'b784a65b-07a7-7745-a657-5885c8662adf' date '02/16/2006' time '17:45:10' author 'mu' ancestors ((name 'SIXX-mu.6' message 'empty log message' id '45f6a07e-37a4-3543-908c-33ef9fcf732f' date '02/16/2006' time '17:40:42' author 'mu' ancestors ((name 'SIXX-mu.5' message 'empty log message' id '41c84fd7-1bc7-1442-a4d5-90a23da51656' date '02/07/2006' time '21:24:43' author 'mu' ancestors ((name 'SIXX-mu.4' message 'empty log message' id 'c8930445-7250-e643-97c7-8ca6d8a23742' date '02/07/2006' time '21:09:54' author 'mu' ancestors ((name 'SIXX-mu.3' message 'empty log message' id '7e8f8265-8a68-0a4b-a023-2bd8cc90ea8a' date '02/07/2006' time '20:29:06' author 'mu' ancestors ((name 'SIXX-mu.2' message 'empty log message' id '123cae49-e9e5-524b-9e31-19da401ff110' date '02/06/2006' time '22:46:01' author 'mu' ancestors ((name 'SIXX-mu.1' message 'empty log message' id '189fafa4-4895-5b40-8a60-31b0277959ff' date '02/06/2006' time '22:22:28' author 'mu' ancestors () stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())(name 'SIXX-mu.13' message 'empty log message' id '269b6823-4a74-2c4f-9846-7b288fcb5892' date '08/02/2006' time '20:54:07' author 'mu' ancestors ((name 'SIXX-mu.12' message 'empty log message' id '1000b866-760c-684c-8cff-389361ddcfe1' date '07/30/2006' time '22:17:20' author 'mu' ancestors ((name 'SIXX-mu.11' message 'empty log message' id '75f3e053-f09c-b048-909c-3727a50ee65e' date '07/27/2006' time '18:01:00' author 'mu' ancestors ((name 'SIXX-mu.10' message 'Added tests for DataAndTime' id '9b3ff011-5ed9-ad4d-9ebc-7b8e07711725' date '07/20/2006' time '15:59:59' author 'mu' ancestors ((name 'SIXX-mu.9' message 'Added DateAndTime serialization' id '90b883aa-752e-3540-92a8-79688ab9820c' date '07/20/2006' time '15:53:11' author 'mu' ancestors ((name 'SIXX-mu.8' message 'empty log message' id '986dfdd6-02da-9749-a26f-e8c2816c7e00' date '07/20/2006' time '12:44:11' author 'mu' ancestors () stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ()) \ No newline at end of file From a3569ce26d17d6a31a0a9abeabe958468ebc6ee7 Mon Sep 17 00:00:00 2001 From: Dale Henrichs Date: Wed, 23 Sep 2020 13:09:11 -0700 Subject: [PATCH 2/3] update the .travis.yml file --- .travis.yml | 37 ++++++++++++++++++------------------- 1 file changed, 18 insertions(+), 19 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8369c7e..1711bbe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,23 +1,22 @@ -language: erlang +language: smalltalk +sudo: false -env: +os: linux - - ST=GemStone-2.4.4.1 -# - ST=GemStone-2.4.4.7 -# - ST=GemStone-2.4.5 - - ST=GemStone-2.4.5.2 -# - ST=GemStone-3.0.1 - - ST=GemStone-3.1.0.6 - - ST=GemStone-3.2.3 +smalltalk: + - GemStone-2.4.8 + - GemStone-3.1.0.6 + - GemStone-3.2.17 + - GemStone-3.3.9 + - GemStone-3.4.5 + - GemStone-3.5.3 -install: - - export PROJECT_HOME="$(pwd)" - - cd $HOME - - wget -q -O builderCI.zip https://github.com/dalehenrich/builderCI/zipball/master - - unzip -q builderCI.zip - - cd dalehenrich-builderCI* - - source build_env_vars - - ln -s $PROJECT_HOME $GIT_PATH - - ./build_image.sh +smalltalk_config: + - .smalltalk.ston -script: $BUILDER_CI_HOME/testTravisCI.sh -verbose +cache: + directories: + - $SMALLTALK_CI_CACHE + +notifications: + slack: gemtalksystems:4YWbzy6sJN9cE0FhxvUPP8nS From 6af07518947f3c1dafbe0cc4d31161c4fccd759f Mon Sep 17 00:00:00 2001 From: Dale Henrichs Date: Wed, 23 Sep 2020 13:14:17 -0700 Subject: [PATCH 3/3] Issue #5: need a .smalltalk.ston file as well --- .smalltalk.ston | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .smalltalk.ston diff --git a/.smalltalk.ston b/.smalltalk.ston new file mode 100644 index 0000000..ea32c96 --- /dev/null +++ b/.smalltalk.ston @@ -0,0 +1,15 @@ +SmalltalkCISpec { + #name : 'Metacello', + #loading : [ + SCIMetacelloLoadSpec { + #baseline : 'SIXX', + #onWarningLog : true, + #directory : 'repository' + } + ], + #testing : { + #include : { + #classes : [ #SentButNotImplementedTest, #UndefinedSymbolsTest ] + } + } +}