Skip to content

Commit

Permalink
Fixed FloatArray class>>createInstanceOf:withSixxElement: to enable r…
Browse files Browse the repository at this point in the history
…eading Fload64Array
  • Loading branch information
mumez committed Nov 8, 2024
1 parent a827034 commit 94dcb51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
createInstanceOf: aClass withSixxElement: sixxElement
| col |
col := Array readFrom: (ReadStream on: (SixxXmlUtil characterDataFrom: sixxElement)).
^ col asFloatArray
^ self withAll: col
Original file line number Diff line number Diff line change
@@ -1 +1 @@
(name 'SIXX-InOut-Squeak-MU.12' message 'Added overrides for Squeak 5.2' id 'c0a7f68d-f75d-7249-9978-4c4a723676e8' date '8 October 2018' time '4:20:13.02613 pm' author 'MU' ancestors ((name 'SIXX-InOut-Squeak-mu.11' message 'Fixed Color>>sixxContentOn:indent:context: for compatibility' id '98fe11d7-c4e9-004a-97b7-120165067101' date '13 July 2014' time '11:52:26.744 pm' author 'mu' ancestors ((name 'SIXX-InOut-Squeak-mu.10' message '- ShortRunArray support' id '81687379-22fb-1f49-9d5f-51ddde90b440' date '20 April 2011' time '12:35:46.708 am' author 'mu' ancestors ((name 'SIXX-InOut-Squeak-mu.9' message '-Experimental pull parser support changes-Fix underscore assignments' id 'c0620d3d-4865-eb4a-95a4-7f5485d00493' date '13 June 2010' time '11:52:21 pm' author 'mu' ancestors ((name 'SIXX-InOut-Squeak-mu.8' message '- Number implements readSixxContentStringFrom: ' id '9a5feee5-0bc6-5440-962f-28b3d35b6d4c' date '10 February 2010' time '12:00:13 am' author 'mu' ancestors ((name 'SIXX-InOut-Squeak-mu.7' message '- Merging XMLPullParser support' id '46b519e6-dccf-a54f-bf5a-4cde97f1fe42' date '9 February 2010' time '11:52:07 pm' author 'mu' ancestors ((name 'SIXX-InOut-Squeak-jf.6' message 'Interval does not print itself as desired in VAST' id '719c202b-b44f-400a-bfde-b7667c940331' date '17 November 2009' time '8:42 pm' author 'jf' ancestors ((name 'SIXX-InOut-Squeak-jf.5' message 'VAST does not provide #soleInstance but, rather, #primaryInstance, so introduce #sixxMetaclassInstance, which can be implemented by eah platform pacage.' id '6b645fd7-0259-455e-8d18-69e3aa3ef9b3' date '16 November 2009' time '12:04:19 pm' author 'jf' ancestors ((name 'SIXX-InOut-Squeak-jf.4' message 'VAST does not have WordArray or Text so move these extensons to the Squeak-secific package' id 'fa92de90-3c20-4c13-a128-1970a62ffb49' date '16 November 2009' time '11:41:59 am' author 'jf' ancestors ((name 'SIXX-InOut-Squeak-jf.3' message 'VA smalltlk does not provide #readFrom: so make sure all the common package methods are using #readSixxContentStringFrom: and provide a default implementation of that in the Squeak package that calls #readFrom:' id '9b21f174-8ece-4cf3-8f4f-12e4e3c951aa' date '16 November 2009' time '11:37:22 am' author 'jf' ancestors ((name 'SIXX-InOut-Squeak-mu.2' message '- Repackaged from SIXX-mu.146' id '393bec86-db54-844c-877c-ac3cbb5042d6' date '14 November 2009' time '10:59:37 pm' author 'mu' ancestors ((name 'SIXX-InOut-Squeak-mu.1' message 'empty log message' id 'b6bab10d-6208-a642-82c1-43d503d5caf8' date '14 November 2009' time '10:28:33 pm' author 'mu' ancestors () stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())
(name 'SIXX-InOut-Squeak-MU.13' message 'Fixed FloatArray class>>createInstanceOf:withSixxElement: to enable reading Fload64Array' id '5d055f16-0e39-0c46-9f63-9423ec598a13' date '8 November 2024' time '10:08:24.253768 pm' author 'MU' ancestors ((name 'SIXX-InOut-Squeak-MU.12' message 'Added overrides for Squeak 5.2' id 'c0a7f68d-f75d-7249-9978-4c4a723676e8' date '8 October 2018' time '4:20:13.02613 pm' author 'MU' ancestors ((name 'SIXX-InOut-Squeak-mu.11' message 'Fixed Color>>sixxContentOn:indent:context: for compatibility' id '98fe11d7-c4e9-004a-97b7-120165067101' date '13 July 2014' time '11:52:26.744 pm' author 'mu' ancestors ((name 'SIXX-InOut-Squeak-mu.10' message '- ShortRunArray support' id '81687379-22fb-1f49-9d5f-51ddde90b440' date '20 April 2011' time '12:35:46.708 am' author 'mu' ancestors ((name 'SIXX-InOut-Squeak-mu.9' message '-Experimental pull parser support changes-Fix underscore assignments' id 'c0620d3d-4865-eb4a-95a4-7f5485d00493' date '13 June 2010' time '11:52:21 pm' author 'mu' ancestors ((name 'SIXX-InOut-Squeak-mu.8' message '- Number implements readSixxContentStringFrom: ' id '9a5feee5-0bc6-5440-962f-28b3d35b6d4c' date '10 February 2010' time '12:00:13 am' author 'mu' ancestors ((name 'SIXX-InOut-Squeak-mu.7' message '- Merging XMLPullParser support' id '46b519e6-dccf-a54f-bf5a-4cde97f1fe42' date '9 February 2010' time '11:52:07 pm' author 'mu' ancestors ((name 'SIXX-InOut-Squeak-jf.6' message 'Interval does not print itself as desired in VAST' id '719c202b-b44f-400a-bfde-b7667c940331' date '17 November 2009' time '8:42 pm' author 'jf' ancestors ((name 'SIXX-InOut-Squeak-jf.5' message 'VAST does not provide #soleInstance but, rather, #primaryInstance, so introduce #sixxMetaclassInstance, which can be implemented by eah platform pacage.' id '6b645fd7-0259-455e-8d18-69e3aa3ef9b3' date '16 November 2009' time '12:04:19 pm' author 'jf' ancestors ((name 'SIXX-InOut-Squeak-jf.4' message 'VAST does not have WordArray or Text so move these extensons to the Squeak-secific package' id 'fa92de90-3c20-4c13-a128-1970a62ffb49' date '16 November 2009' time '11:41:59 am' author 'jf' ancestors ((name 'SIXX-InOut-Squeak-jf.3' message 'VA smalltlk does not provide #readFrom: so make sure all the common package methods are using #readSixxContentStringFrom: and provide a default implementation of that in the Squeak package that calls #readFrom:' id '9b21f174-8ece-4cf3-8f4f-12e4e3c951aa' date '16 November 2009' time '11:37:22 am' author 'jf' ancestors ((name 'SIXX-InOut-Squeak-mu.2' message '- Repackaged from SIXX-mu.146' id '393bec86-db54-844c-877c-ac3cbb5042d6' date '14 November 2009' time '10:59:37 pm' author 'mu' ancestors ((name 'SIXX-InOut-Squeak-mu.1' message 'empty log message' id 'b6bab10d-6208-a642-82c1-43d503d5caf8' date '14 November 2009' time '10:28:33 pm' author 'mu' ancestors () stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())
Expand Down

0 comments on commit 94dcb51

Please sign in to comment.