Hey guys,
Thanks to Ken Treis we might have a (big) stream of SIXX coming into or going out of Pharo.
I�m sharing progress of the port here before I can do the contribution PR to Masashi:
To load the code take a fresh Pharo and do:
Gofer it
squeaksource: 'MetacelloRepository';
package: 'ConfigurationOfSIXX';
load.
(Smalltalk at: #ConfigurationOfSIXX) project latestVersion load.
and then load the package from here (which is a merge from Masashi�s and Ken�s fork plus what I�ve patched):
I�m very close to make this to start being useful.
I�m currently stuck in getting this test to pass:
testFloat
self should:[ 42.42 = (Object readSixxFrom: 42.42 sixxString) ]
Any ideas on making
#initializeIndexFieldsFromSixxElement: sixxElement context: aDictionary
work with the PullParser?