Skip to content

Instantly share code, notes, and snippets.

View dassi's full-sized avatar

Andreas Brodbeck dassi

View GitHub Profile
@dassi
dassi / Pharo sippets.md
Last active December 13, 2017 16:54
Pharo snippets and tricks

Problem with OSProcess and related

I had problems when executing external processes. It left zombie processes and never return. Could interrupt with cmd-. but did not find the cause. Even restarting the image did not help. But this did:

OSProcessAccessor initialize
@dassi
dassi / Pharo 1.4 migration to 6.1 with Fuel.md
Last active December 24, 2020 01:19
Pharo 1.4 migration to 6.1 with Fuel

(From the discussion at Pharo Users mailing list.)

Migrating a Pharo 1.4 application to Pharo 6.1 with Fuel

  • Install in both Pharo 1.4 and Pharo 6.1 the Fuel version 1.9.4 for debugging:

(ConfigurationOfFuel project version: '1.9.4') load: #(default FuelDebug FuelPreview).

  • Analyze the Fuel serialization of the root object myDatabaseObject