[Pharo-users] conditional loading of packages in BaselineOf/ConfigurationOf

2018-04-05 Thread Peter Uhnák
Hi, is it possible to specify _natively_ (in the BaselineOf spec itself) a conditional loading of packages? Example usage: I have package with extensions for Calypso, but Calypso is not always loaded, so I want to load the package only if Calypso is present. The ugly way (because it's a hack and

Re: [Pharo-users] conditional loading of packages in BaselineOf/ConfigurationOf

2018-04-05 Thread Cyril Ferlicot D.
On 05/04/2018 09:53, Peter Uhnák wrote: > Hi, > > is it possible to specify _natively_ (in the BaselineOf spec itself) a > conditional loading of packages? > > Example usage: > I have package with extensions for Calypso, but Calypso is not always > loaded, so I want to load the package only if Ca

Re: [Pharo-users] Black screen on Mac OSX

2018-04-05 Thread Hilaire
Le 04/04/2018 à 12:13, Stephane Ducasse a écrit : Let me know for P7 because this is easier to check and help. Ah, so please test this one on your Mac. It is a P7 image based built: https://www.dropbox.com/s/f51fh7wa9x52grv/DrGeo.app-18.06a.zip?dl=0 Thanks Hilaire -- Dr. Geo http://drgeo.eu

Re: [Pharo-users] Slower

2018-04-05 Thread Hilaire
After some more investigation, I think it is not the greated bottleneck. When I render points not as discs but as Square, Athens is happy. I guess the Cairo way of doing this is very slow because its seems Cairo does not come with dedicated disc rendering code, it must be render with portion o

[Pharo-users] Failure with GitFileTree commiting changes in Traits

2018-04-05 Thread Rafael Luque
Hello all, I'm getting the below error each time a try to commit changes in Traits in a project that uses GitFileTree and Pharo 6.0. I've noticed that ConfigurationOfGitFileTree loads (for Pharo 6.0) FileTree from: github://dalehenrich/filetree:pharo6.0_dev/repository/ If I update to use the "p

[Pharo-users] CFP - IWST 2018 - International Workshop on Smalltalk Technologies

2018-04-05 Thread Stephane Ducasse
CFP - IWST 2018 - International Workshop on Smalltalk Technologies [Please accept our apologies if you receive multiple copies of this call] [Please send to interested colleagues / mailing-lists] **

Re: [Pharo-users] Slower

2018-04-05 Thread Stephane Ducasse
if I remember correctly that Cairo does not support arc and that igor was doing point interpolation to support it. stef On Thu, Apr 5, 2018 at 11:33 AM, Hilaire wrote: > After some more investigation, I think it is not the greated bottleneck. > > When I render points not as discs but as Square,

Re: [Pharo-users] Failure with GitFileTree commiting changes in Traits

2018-04-05 Thread Thierry Goubier
Hi Raphaël, I'll have a look and change the branch to be the pharo6.0 (and non _dev for now). Regards, Thierry 2018-04-05 11:58 GMT+02:00 Rafael Luque : > Hello all, > > I'm getting the below error each time a try to commit changes in Traits in a > project that uses GitFileTree and Pharo 6.0. >

Re: [Pharo-users] Failure with GitFileTree commiting changes in Traits

2018-04-05 Thread Thierry Goubier
Hi Raphaël, I've pushed a fix on the first count (ConfigurationOfGitFileTree refers to the stable pharo6.0 branch) and I've added a fix on the pharo6.0_dev branch (which is an almost complete rewrite of the metadata-less filetree write, with probably significant performance gains). Just tell me i

Re: [Pharo-users] Failure with GitFileTree commiting changes in Traits

2018-04-05 Thread Rafael Luque
Thierry, it work like a charm. This is what I call an express super support service. Thank you!! 2018-04-05 12:28 GMT+00:00 Thierry Goubier : > Hi Raphaël, > > I've pushed a fix on the first count (ConfigurationOfGitFileTree > refers to the stable pharo6.0 branch) and I've > added a fix on the

Re: [Pharo-users] Slower

2018-04-05 Thread Henrik Sperre Johansen
HilaireFernandes wrote > After some more investigation, I think it is not the greated bottleneck. > > When I render points not as discs but as Square, Athens is happy. I > guess the Cairo way of doing this is very slow because its seems Cairo > does not come with dedicated disc rendering code, i

Re: [Pharo-users] Failure with GitFileTree commiting changes in Traits

2018-04-05 Thread Thierry Goubier
2018-04-05 15:53 GMT+02:00 Rafael Luque : > Thierry, it work like a charm. > > This is what I call an express super support service. > Thank you!! Thank you as well for testing it :) Thierry > 2018-04-05 12:28 GMT+00:00 Thierry Goubier : >> >> Hi Raphaël, >> >> I've pushed a fix on the first c

Re: [Pharo-users] Slower

2018-04-05 Thread p...@highoctane.be
On Thu, Apr 5, 2018, 16:09 Henrik Sperre Johansen < henrik.s.johan...@veloxit.no> wrote: > HilaireFernandes wrote > > After some more investigation, I think it is not the greated bottleneck. > > > > When I render points not as discs but as Square, Athens is happy. I > > guess the Cairo way of doin

Re: [Pharo-users] Failure with GitFileTree commiting changes in Traits

2018-04-05 Thread Sean P. DeNigris
Rafael Luque wrote > This is what I call an express super support service. :) - Cheers, Sean -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html

[Pharo-users] installation of packages on 6.1

2018-04-05 Thread Baveco, Hans
Trying to install Territorial the installation got stuck on the installation of Roassal2 1.35, with error "LGitObjectNotInitialized" Transcript says: "Project: Roassal2 1.35 I got an error while cloning: There was an authentication error while trying to execute the operation: error authenticati

Re: [Pharo-users] Failure with GitFileTree commiting changes in Traits

2018-04-05 Thread Thierry Goubier
Beware, I have not yet ported the fixes on the pharo7.0_dev branch. Will do it now. If I manage to get the zero-conf script to work... Thierry Le 05/04/2018 à 17:12, Sean P. DeNigris a écrit : Rafael Luque wrote This is what I call an express super support service. :) - Cheers, Sean

Re: [Pharo-users] installation of packages on 6.1

2018-04-05 Thread Hernán Morales Durand
Hi Hans, How did you tried? Using the following expression I got a different error: Gofer it smalltalkhubUser: ’hernan’ project: ’Territorial’; configuration; loadBleedingEdge. LGit_GIT_ERROR: Failed to connect to github.com: Invalid argument. 2018-04-05 13:02 GMT-03:00 Baveco, Hans : >

Re: [Pharo-users] Failure with GitFileTree commiting changes in Traits

2018-04-05 Thread Thierry Goubier
Done. Thierry Le 05/04/2018 à 20:47, Thierry Goubier a écrit : Beware, I have not yet ported the fixes on the pharo7.0_dev branch. Will do it now. If I manage to get the zero-conf script to work... Thierry Le 05/04/2018 à 17:12, Sean P. DeNigris a écrit : Rafael Luque wrote This is what I

[Pharo-users] line drawing bug

2018-04-05 Thread joe
Hello everyone! Im trying use the balloon canvas to draw some nice smooth anti aliased lines, but now i seem to have hit upon a bug which i dont know how to fix. if i draw just lines i get everything i want.  but if i add a “drawString:…” in there at any point, all the lines i try to draw subse