[squeak-dev] [Pharo-users] evolutions of squeakelib & crypto (Reed Solomon)

Tobias Pape Das.Linux at gmx.de
Tue Dec 8 20:39:03 UTC 2015


Hi,

On 08.12.2015, at 21:03, Chris Muller <ma.chris.m at gmail.com> wrote:

> Ask Mariano.

That's uncommonly curtly…

Max Leske actually makes a huge effort that Fuel always runs in Squeak[1].
I want to thank him for that here.

So. 
Robert, you should do:

(Installer monticello http: 'http://smalltalkhub.com/mc/Pharo/Fuel/') 
	project: 'main';
	package: 'ConfigurationOfFuel';
	install.

((Smalltalk at: #ConfigurationOfFuel) project version: #stable) load.

Fuel is loaded then. There are some development leftovers but they shouldn't affect
normal operation. If you find issues, please report them here and to Max (CC).

Best regards
	-Tobias


[1]: https://github.com/theseion/Fuel/blob/master/scripts/jenkins.sh#L43

> 
> On Tue, Dec 8, 2015 at 2:37 AM, Robert Withers
> <robert.w.withers at gmail.com> wrote:
>> Hey Chris,
>> 
>> I just tried this in my squeak image and it complains about not finding
>> 'ConfigurationOfFuel' in a Monticello repository. Are there other pre-steps
>> I need to take?
>> 
>> Robert
>> 
>> On 12/06/2015 02:03 PM, Chris Muller wrote:
>> 
>> On Fri, Dec 4, 2015 at 5:15 AM, Robert Withers <robert.w.withers at gmail.com>
>> wrote:
>>> 
>>> I just realized that the squeak version uses ReferenceStream while the
>>> Pharo version uses Fuel, so the binary serializations are different and they
>>> won't speak to each other. Any chance that Fuel is ported to Squeak?
>>> 
>> 
>> Installer new merge: #fuel
>> 
>> 
>> 
>> 
> 



More information about the Squeak-dev mailing list