[Pharo-users] Where is "recover lost changes"?

2018-01-05 Thread Andreas Brodbeck
. How can I get those changes? Cheers, Andreas -- Andreas Brodbeck www.mindclue.ch

Re: [Pharo-users] Formatted print for Duration

2018-01-03 Thread Andreas Brodbeck
result in '164:36'" * 2. solution: Or just dead simple: * | duration | duration := (9876 minutes). ^(duration asMinutes // 60) asString, ':', duration minutes asTwoCharacterString * Cheers, Andreas -- Andreas Brodbeck www.mindclue.ch

Re: [Pharo-users] Fuel serialize of 70MB takes forever on Linux vs. Mac

2017-12-31 Thread Andreas Brodbeck
Am 19.12.17 um 12:06 schrieb Mariano Martinez Peck: > On Tue, Dec 19, 2017 at 7:40 AM, Andreas Brodbeck wrote: > > Hi Andreas, > > Reading the thread nothing obvious comes to my mind. Sorry. My guy feeling > is that some of the primitives used by FLLargeIdentityDicitonary

Re: [Pharo-users] pharo 64 bits on mac os X - El Capitan

2017-12-27 Thread Andreas Brodbeck
curl zeroconf URL get.pharo.org/64/61+vm) on El Capitan everyday without any problems. Can not think of a hint to your problem, right now. Cheers, Andreas -- Andreas Brodbeck www.mindclue.ch

Re: [Pharo-users] Fuel serialize of 70MB takes forever on Linux vs. Mac

2017-12-22 Thread Andreas Brodbeck
Am 19.12.17 um 11:40 schrieb Andreas Brodbeck: > Am 18.12.17 um 20:45 schrieb Henrik-Nergaard: > > So: It's not the storage! It's something inside Fuel. I keep > investigating and will update here. ... so here are my latest findings: I took both images onto the same mac

Re: [Pharo-users] Fuel serialize of 70MB takes forever on Linux vs. Mac

2017-12-19 Thread Andreas Brodbeck
ce, 6minutes vs. 1.5 minutes. So: It's not the storage! It's something inside Fuel. I keep investigating and will update here. Cheers, Andreas -- Andreas Brodbeck www.mindclue.ch

[Pharo-users] Fuel serialize of 70MB takes forever on Linux vs. Mac

2017-12-18 Thread Andreas Brodbeck
Fuel? Thanks for any help! Cheers, Andreas -- Andreas Brodbeck www.mindclue.ch

Re: [Pharo-users] FLSerialization>>analysisStep too slow?

2017-12-17 Thread Andreas Brodbeck
ableVersion) load: #(default FuelDebug). Cheers, Andreas -- Andreas Brodbeck www.mindclue.ch

Re: [Pharo-users] OSProcess lock image

2017-12-12 Thread Andreas Brodbeck
ponent. >> >> Any idea? >> >> Thanks >> >> Hilaire >> >> -- >> Dr. Geo >> http://drgeo.eu > > > > > > -- > View this message in context: > http://forum.world.st/OSProcess-lock-image-tp4918923p4918935.html > Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com. > > -- Andreas Brodbeck www.mindclue.ch

Re: [Pharo-users] Fuel transfer from Pharo 1.4 to Pharo 6.1

2017-12-07 Thread Andreas Brodbeck
As this topic has led to a solution for me, here is a more convenient document: https://gist.github.com/dassi/9da1aa153635f3df99643149d111021f Cheers, Andreas Am 28.11.17 um 11:01 schrieb Andreas Brodbeck: > Hi all, > > I have a long running Seaside/Pharo application which still run

Re: [Pharo-users] Fuel transfer from Pharo 1.4 to Pharo 6.1

2017-12-06 Thread Andreas Brodbeck
Am 05.12.17 um 17:25 schrieb Sean P. DeNigris: > Andreas Brodbeck-3 wrote >> --- Searched for some few usages of SortedCollection and made sure, that >> there is no sortBlock but only the default sort behaviour. > > Can't we have Fuel handle the sort block if

Re: [Pharo-users] dependent magritte descriptions

2017-12-06 Thread Andreas Brodbeck
27; package: 'Albus-Magritte' --- See attached fileout of the Trait TALMagritteOptionDescription. --- You can then describe an option as follows: descriptionYourAttribute ^ALMaSingleModelOptionDescription new accessor: #yourAccessor; optionsBlock: ["stuff to calcula

Re: [Pharo-users] Fuel transfer from Pharo 1.4 to Pharo 6.1

2017-12-05 Thread Andreas Brodbeck
Am 28.11.17 um 13:52 schrieb Mariano Martinez Peck: > On Tue, Nov 28, 2017 at 9:31 AM, Andreas Brodbeck wrote: > >> Am 28.11.17 um 12:46 schrieb Mariano Martinez Peck: >>> Hi Andreas, >>> >>> Do you know why method contexts are trying to be serialized? Of c

Re: [Pharo-users] Simplifying a File reference

2017-12-01 Thread Andreas Brodbeck
elopment/mg/gracelang/albums_junk.grace' asFileReference asAbsolute "File @ /Users/black/Development/mg/gracelang/albums_junk.grace" Cheers, Andreas -- Andreas Brodbeck www.mindclue.ch

Re: [Pharo-users] Fuel transfer from Pharo 1.4 to Pharo 6.1

2017-11-28 Thread Andreas Brodbeck
for *EVERY* method of a materialized object (Since the bytecodesHash changed for every method) or just those methods which involve fuel-persisted MethodContexts? (Sorry, if the question is stupid, but I am rather new to Fuel internals) Cheers, Andreas -- Andreas Brodbeck www.mindclue.ch

Re: [Pharo-users] Fuel transfer from Pharo 1.4 to Pharo 6.1

2017-11-28 Thread Andreas Brodbeck
tely ... SIXX would be an option you think? > > Does your object model have cycles? Yes. Regards, Andreas -- Andreas Brodbeck www.mindclue.ch

[Pharo-users] Fuel transfer from Pharo 1.4 to Pharo 6.1

2017-11-28 Thread Andreas Brodbeck
says that this could be a major problem for my plans to migrate from Pharo 1.4 to 6.1. Is there a chance to still load those instances with Fuel into the new 6.1 Pharo? Thanks! Andreas -- Andreas Brodbeck www.mindclue.ch

Re: [Pharo-users] Idea: Pharo application scaffold kickstarter

2015-05-27 Thread Andreas Brodbeck
(misc tiny utility methods), ABCMailer (sending mails), ABCWaComponent (seaside component base class), ABCDataMigrator (for storing deployment migration steps), and so on... > > On 27 May 2015 at 13:37, Andreas Brodbeck wrote: > >> Hi all >> >> [...] -- Andreas Brodbeck www.mindclue.ch

[Pharo-users] Idea: Pharo application scaffold kickstarter

2015-05-27 Thread Andreas Brodbeck
ly or even remotely shared from other developers). Something like a "Pharo application scaffold kickstarter". I did some research and did not find anything so far. What are your thoughts around this topic? Cheers, Andreas -- Andreas Brodbeck www.mindclue.ch