Re: [Pharo-dev] Run time checking with design by contract assertions

2016-02-28 Thread Alain Rastoul
On 28/02/2016 20:59, Alexandre Bergel wrote: Yes, that is a crucial point. This is a feature that having Object>>assert: aBlock cannot easily emulate Hi Alexandre yes it is possible, with the limitation pointed to by Stef: deep copy is a complex thing and I don't measure the implications. I ca

Re: [Pharo-dev] Who is using Pharo Launcher and for what

2016-02-28 Thread Peter Uhnak
I wrote a bash script for such situations https://github.com/peteruhnak/pharo-scripts/blob/master/bin/get-image so I can easily script it from bash. Plus I do such experiments in ramdisk so I don't need to bother will deleting them because it gets autocleaned. -Original Message- From: "

[Pharo-dev] error: cannot find OpenSSL or Libgcrypt when creating the VM on OSX

2016-02-28 Thread Alexandre Bergel
Here is the trace of the build.sh -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= checking for _FILE_OFFSET_BITS value needed for large files... no checking for ld used by GCC... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld checking if the linker (/Applications/Xcode

Re: [Pharo-dev] Run time checking with design by contract assertions

2016-02-28 Thread Alexandre Bergel
> Now can you support the old value? Yes, that is a crucial point. This is a feature that having Object>>assert: aBlock cannot easily emulate Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.

Re: [Pharo-dev] Who is using Pharo Launcher and for what

2016-02-28 Thread Ben Coman
On Sun, Feb 28, 2016 at 7:38 PM, Stephan Eggermont wrote: > With PharoLauncher it took me about 5 minutes, > just long enough to wonder if I should automate this > further, and just short enough to not bother. Two useful references to consider... https://xkcd.com/1205/ https://xkcd.com/1319/ ch

Re: [Pharo-dev] Spotter changes broke CodePanel

2016-02-28 Thread Stephan Eggermont
In one image I could fix it with Compiler recompileAll The others I tried all ran into the freetype bug. Stephan

Re: [Pharo-dev] Spotter changes broke CodePanel

2016-02-28 Thread Stephan Eggermont
GLMBrickExtensionTrait & GLMBrickPropertiesTrait have a lot of duplication. They make GLMBrick flattenDownAllTraits do a MNU as (self traitComposition transformationOfTrait: aTrait) = nil Stephan

Re: [Pharo-dev] Spotter changes broke CodePanel

2016-02-28 Thread Stephan Eggermont
On 28-02-16 12:33, Stephan Eggermont wrote: On 28-02-16 11:11, Tudor Girba wrote: Strange. Now I get the same problems as well. I triaged it to a change in 50596. 50595 works Weird error. lastSubbrick ^ self subbricks last self subbricks returns an OrderedCollection of size 28. #

Re: [Pharo-dev] Run time checking with design by contract assertions

2016-02-28 Thread Damien Cassou
Alain Rastoul writes: > Q: where would you define the invariants ? > > a method that is never call and is tagged ? > > myFooInvariant1 > indeed. -- Damien Cassou http://damiencassou.seasidehosting.st "Success is the ability to go from one failure to another without losing enthusiasm."

Re: [Pharo-dev] Who is using Pharo Launcher and for what

2016-02-28 Thread Stephan Eggermont
On 20-02-16 11:49, Damien Cassou wrote: I don't need long paragraphs, just give me the keywords please. Today I triaged a bug in CodePanel by downloading image versions 50600 50590 50595 50597 and 50596 and installing NewUI from the catalog browser to find out that it was broken by a change i

Re: [Pharo-dev] Spotter changes broke CodePanel

2016-02-28 Thread Stephan Eggermont
On 28-02-16 11:11, Tudor Girba wrote: Strange. Now I get the same problems as well. I triaged it to a change in 50596. 50595 works Stephan

Re: [Pharo-dev] Spotter changes broke CodePanel

2016-02-28 Thread Tudor Girba
Hi, Strange. Now I get the same problems as well. Cheers, Doru > On Feb 28, 2016, at 11:08 AM, Tudor Girba wrote: > > Hi, > >> On Feb 28, 2016, at 10:32 AM, Stephan Eggermont wrote: >> >> On 24-02-16 20:14, Tudor Girba wrote: >>> Hi, >>> >>> I took a brief look. It looks like a strange pr

Re: [Pharo-dev] Spotter changes broke CodePanel

2016-02-28 Thread Tudor Girba
Hi, > On Feb 28, 2016, at 10:32 AM, Stephan Eggermont wrote: > > On 24-02-16 20:14, Tudor Girba wrote: >> Hi, >> >> I took a brief look. It looks like a strange problem. If I add the >> wantsToDisplayOnEmptyQuery to false, it seems to work, but I do not >> understand the real problem. At least

Re: [Pharo-dev] Spotter changes broke CodePanel

2016-02-28 Thread Stephan Eggermont
On 24-02-16 20:14, Tudor Girba wrote: Hi, I took a brief look. It looks like a strange problem. If I add the wantsToDisplayOnEmptyQuery to false, it seems to work, but I do not understand the real problem. At least not yet. Could you live with it for now? On my machine it doesn't seem to chang

[Pharo-dev] Call for Spec Examples

2016-02-28 Thread stepharo
Hi guys I started to group the Spec material in a github pillar project. I should add the dynamic chapter of stephan. Julien is preparing some examples and what would be good is if you have some tips and tricks we could add a chapter to collect them. https://github.com/SquareBracketAssociate