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: http://smalltalkhub.com/#!/~sebastianconcept/SIXX 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): http://smalltalkhub.com/#!/~sebastianconcept/SIXX 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? sebastian o/ blog: http://sebastianconcept.com LinkedIn: http://www.linkedin.com/in/sebastiansastre github: https://github.com/sebastianconcept
participants (1)
-
Sebastian Sastre