I loaded the latest Fuel from squeak source and it fails when materializing a Character from a FixedObjectCluster. Character class does not support basicNew. Helpful>?? - HH
According to https://travis-ci.org/theseion/Fuel the tests are fine for the release version Squeak 5.1. Could you post a code snippet which shows how it fails. If you are using Squeak 6.0a, which version do you use? --HH On 8/14/17, henry <henry@callistohouse.club> wrote:
I loaded the latest Fuel from squeak source and it fails when materializing a Character from a FixedObjectCluster. Character class does not support basicNew.
Helpful>??
- HH
Hi Henry I do not think that Fuel is managed from SqueakSource. Fuel is central to Pharo so it should be under Pharo.. Have a look at the repo associated with the fuel package in Pharo 60 for example. Sent from a phone that is not trendy On Mon, Aug 14, 2017 at 7:02 PM, henry <henry@callistohouse.club> wrote:
I loaded the latest Fuel from squeak source and it fails when materializing a Character from a FixedObjectCluster. Character class does not support basicNew.
Helpful>??
- HH
Alright, thank you, I will investigate. I attempted to create a SmalltalkHub account but I am unable to create a project. I am slightly overwhelmed at the fractious nature of repositories, between and within Squeak & Pharo, and also encoder serializations. I hope for reconsolidation. - HH On Mon, Aug 14, 2017 at 13:28, Stephane Ducasse <stepharo.self@gmail.com> wrote:
Hi Henry I do not think that Fuel is managed from SqueakSource. Fuel is central to Pharo so it should be under Pharo.. Have a look at the repo associated with the fuel package in Pharo 60 for example. Sent from a phone that is not trendy On Mon, Aug 14, 2017 at 7:02 PM, henry wrote: > I loaded the latest Fuel from squeak source and it fails when materializing > a Character from a FixedObjectCluster. Character class does not support > basicNew. > > Helpful>?? > > - HH > > @callistohouse.club>
On 8/14/17, henry <henry@callistohouse.club> wrote:
I am slightly overwhelmed at the fractious nature of repositories, between and within Squeak & Pharo, and also encoder serializations. I hope for reconsolidation.
- HH
Objects from Pharo written by Fuel may be read back into a Pharo image. The same applies for a Squeak image. Objects from Squeak serialized with Fuel may read into another Squeak image. Fuel is a binary serializer http://wiki.squeak.org/squeak/6451 To move objects from Pharo to Squeak you need a text based solution such as SIXX http://wiki.squeak.org/squeak/84 or JSON. HTH HH
I checked and in Pharo 60 MCSmalltalkhubRepository owner: 'Pharo' project: 'Fuel' user: '' password: '' Now Fuel is by default loaded into Pharo so may be you have another scenario. Stef On Mon, Aug 14, 2017 at 7:02 PM, henry <henry@callistohouse.club> wrote:
I loaded the latest Fuel from squeak source and it fails when materializing a Character from a FixedObjectCluster. Character class does not support basicNew.
Helpful>??
- HH
I am coding in Squeak as I am unable to load in Pharo, as previously mentioned. I will investigate Fuel versions, thank you. - HH On Mon, Aug 14, 2017 at 13:36, Stephane Ducasse <stepharo.self@gmail.com> wrote:
I checked and in Pharo 60 MCSmalltalkhubRepository owner: 'Pharo' project: 'Fuel' user: '' password: '' Now Fuel is by default loaded into Pharo so may be you have another scenario. Stef On Mon, Aug 14, 2017 at 7:02 PM, henry wrote: > I loaded the latest Fuel from squeak source and it fails when materializing > a Character from a FixedObjectCluster. Character class does not support > basicNew. > > Helpful>?? > > - HH > > @callistohouse.club>
participants (3)
-
H. Hirzel -
henry -
Stephane Ducasse