Skip to content

Commit c5d715a

Browse files
committed
Merge branch 'dev' into gemstone
2 parents f860cf6 + f27ea01 commit c5d715a

File tree

7 files changed

+1
-32
lines changed

7 files changed

+1
-32
lines changed

repository/STON-Core.package/Stack.class/README.md

Whitespace-only changes.

repository/STON-Core.package/Stack.class/instance/pop.st

-3
This file was deleted.

repository/STON-Core.package/Stack.class/instance/push..st

-4
This file was deleted.

repository/STON-Core.package/Stack.class/instance/top.st

-3
This file was deleted.

repository/STON-Core.package/Stack.class/methodProperties.json

-7
This file was deleted.

repository/STON-Core.package/Stack.class/properties.json

-14
This file was deleted.

repository/STON-Core.package/monticello.meta/version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
(name 'STON-Core-dkh.47' message 'move ByteArray>>readHexFrom: and ByteArray class>>readHexFrom: to GsSqueakCommon package ...' id '681b12e0-5642-46ac-90a5-ef44b375ec5d' date '11/21/2014' time '20:08:31' author 'dkh' ancestors ((name 'STON-Core-dkh.46' message 'turns out that we should be using #_basicSize instead of #basicSize in Object>>stonProcessSubObjects:' id '85342a57-56b8-4f61-a223-552b9afd9664' date '11/05/2013' time '12:18:40' author 'dkh' ancestors ((name 'STON-Core-dkh.45' message 'move KeyValueDictionary>>stonProcessSubObjects: to AbstractDictionary>>stonProcessSubObjects: ... needed for all Dictionaries.' id '464c5149-c04b-44c8-848a-ba99fc9c8d61' date '10/26/2013' time '09:06:40' author 'dkh' ancestors ((name 'STON-Core-SvenVanCaekenberghe.44' message 'bump version to reflect changes for GemStone' id 'bf892d42-7863-44bd-b051-0869cf7b899b' date '10/25/2013' time '19:18:15' author 'dkh' ancestors ((name 'STON-Core-SvenVanCaekenberghe.43' message 'Added custom newline support to STONWriter' id '824c9f51-461a-4b92-92fb-861b2722d5f7' date '03/07/2013' time '10:51:24' author 'SvenVanCaekenberghe' ancestors ((name 'STON-Core-SvenVanCaekenberghe.42' message 'minor refactoring using #peekFor:' id 'b1ce0d4c-6029-4f7f-b617-4833005155a8' date '12/03/2012' time '11:13:17' author 'SvenVanCaekenberghe' ancestors ((name 'STON-Core-SvenVanCaekenberghe.41' message 'replace all ''do-nothing'' implementations of #stonProcessSubObjects: with the new #stonContainSubObjects returning false;rewrote STONReader>>#processSubObjects: to use this to shortcircuit doing sub processing (thx Norbert Hartl for the suggestion)' id 'd1218bc7-e5bc-4b8e-9ec2-d102b1264a25' date '11/29/2012' time '04:57:15' author 'SvenVanCaekenberghe' ancestors ((name 'STON-Core-SvenVanCaekenberghe.40' message 'make #optimizeForLargeStructures do nothing when the Fuel classes are missing' id '9f2a085f-b279-4d6c-895e-e57082139f35' date '11/29/2012' time '03:56:19' author 'SvenVanCaekenberghe' ancestors ((name 'STON-Core-SvenVanCaekenberghe.39' message 'changed STONReader>>#processSubObjectsOf: from a recursive to an iterative process using a stack (as suggested by Norbert Hartl);added #optimizeForLargeStructures to STONReader and STONWriter to use some special Fuel datastructures optimized for large sizes (these are standard in Pharo)' id '9d8ce1ba-3a6e-4c8c-98da-85f32816e2cd' date '11/29/2012' time '03:43:05' author 'SvenVanCaekenberghe' ancestors ((name 'STON-Core-SvenVanCaekenberghe.38' message 'fixed a bug that prevented object structures with cycles from being materialized (as reported with an excellent test case by Stuart Herring): STONReader>>#parseReference will no longer resolve references eagerly since that led to cycles in #processSubObjectsOf:moved most logic from Object>>#stonOn: to STONWriter>>#writeObject: while adding a shortcut for objects without instance variables;add STONReference>>#printOn: to ease debugging' id 'a1e38a45-29ff-4267-ba97-1c21e21d519d' date '11/29/2012' time '12:12:04' author 'SvenVanCaekenberghe' ancestors ((name 'STON-Core-SvenVanCaekenberghe.37' message 'this is a copy of Ston-Core-SvenVanCaekenberghe.36 with the monticello package name changed from Ston-Core to STON-Core' id 'ba8612a2-47a2-4d81-9a7e-468f4d9aefd5' date '10/26/2012' time '10:36:37' author 'SvenVanCaekenberghe' ancestors () stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())
1+
(name 'STON-Core-dkh.48' message 'Stack moved to GsSqueakCommon' id '281fa1ff-5656-4917-82c6-c09f1868630e' date '11/22/2014' time '13:14:45' author 'dkh' ancestors ((name 'STON-Core-dkh.47' message 'move ByteArray>>readHexFrom: and ByteArray class>>readHexFrom: to GsSqueakCommon package ...' id '681b12e0-5642-46ac-90a5-ef44b375ec5d' date '11/21/2014' time '20:08:31' author 'dkh' ancestors ((name 'STON-Core-dkh.46' message 'turns out that we should be using #_basicSize instead of #basicSize in Object>>stonProcessSubObjects:' id '85342a57-56b8-4f61-a223-552b9afd9664' date '11/05/2013' time '12:18:40' author 'dkh' ancestors ((name 'STON-Core-dkh.45' message 'move KeyValueDictionary>>stonProcessSubObjects: to AbstractDictionary>>stonProcessSubObjects: ... needed for all Dictionaries.' id '464c5149-c04b-44c8-848a-ba99fc9c8d61' date '10/26/2013' time '09:06:40' author 'dkh' ancestors ((name 'STON-Core-SvenVanCaekenberghe.44' message 'bump version to reflect changes for GemStone' id 'bf892d42-7863-44bd-b051-0869cf7b899b' date '10/25/2013' time '19:18:15' author 'dkh' ancestors ((name 'STON-Core-SvenVanCaekenberghe.43' message 'Added custom newline support to STONWriter' id '824c9f51-461a-4b92-92fb-861b2722d5f7' date '03/07/2013' time '10:51:24' author 'SvenVanCaekenberghe' ancestors ((name 'STON-Core-SvenVanCaekenberghe.42' message 'minor refactoring using #peekFor:' id 'b1ce0d4c-6029-4f7f-b617-4833005155a8' date '12/03/2012' time '11:13:17' author 'SvenVanCaekenberghe' ancestors ((name 'STON-Core-SvenVanCaekenberghe.41' message 'replace all ''do-nothing'' implementations of #stonProcessSubObjects: with the new #stonContainSubObjects returning false;rewrote STONReader>>#processSubObjects: to use this to shortcircuit doing sub processing (thx Norbert Hartl for the suggestion)' id 'd1218bc7-e5bc-4b8e-9ec2-d102b1264a25' date '11/29/2012' time '04:57:15' author 'SvenVanCaekenberghe' ancestors ((name 'STON-Core-SvenVanCaekenberghe.40' message 'make #optimizeForLargeStructures do nothing when the Fuel classes are missing' id '9f2a085f-b279-4d6c-895e-e57082139f35' date '11/29/2012' time '03:56:19' author 'SvenVanCaekenberghe' ancestors ((name 'STON-Core-SvenVanCaekenberghe.39' message 'changed STONReader>>#processSubObjectsOf: from a recursive to an iterative process using a stack (as suggested by Norbert Hartl);added #optimizeForLargeStructures to STONReader and STONWriter to use some special Fuel datastructures optimized for large sizes (these are standard in Pharo)' id '9d8ce1ba-3a6e-4c8c-98da-85f32816e2cd' date '11/29/2012' time '03:43:05' author 'SvenVanCaekenberghe' ancestors ((name 'STON-Core-SvenVanCaekenberghe.38' message 'fixed a bug that prevented object structures with cycles from being materialized (as reported with an excellent test case by Stuart Herring): STONReader>>#parseReference will no longer resolve references eagerly since that led to cycles in #processSubObjectsOf:moved most logic from Object>>#stonOn: to STONWriter>>#writeObject: while adding a shortcut for objects without instance variables;add STONReference>>#printOn: to ease debugging' id 'a1e38a45-29ff-4267-ba97-1c21e21d519d' date '11/29/2012' time '12:12:04' author 'SvenVanCaekenberghe' ancestors ((name 'STON-Core-SvenVanCaekenberghe.37' message 'this is a copy of Ston-Core-SvenVanCaekenberghe.36 with the monticello package name changed from Ston-Core to STON-Core' id 'ba8612a2-47a2-4d81-9a7e-468f4d9aefd5' date '10/26/2012' time '10:36:37' author 'SvenVanCaekenberghe' ancestors () stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())

0 commit comments

Comments
 (0)