Re: [Pharo-users] Running test

2019-02-07 Thread john pfersich
Yeah, I’m running DrGeo from Applications. Trying open gives you the same result. Yes, Mojave security is a PITA. But other apps downloaded from the web don’t have this problem. But I don’t develop on the Mac because of Apple’s paranoid behavior. I’ll stick to Unix, thanks.

Re: [Pharo-users] Running test

2019-02-07 Thread Sean P. DeNigris
Are you running from /Applications? You might also have to right click and select open instead of double clicking. Mac security can make it a bit of a PITA - Cheers, Sean -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html

Re: [Pharo-users] Formatting Dates

2019-02-07 Thread Eduardo de Oliveira Padoan
Seems like the method it ends up using, Date>>printDate:format:on:, currently ignores the formatArray given and just prints using -MM-DD. But there's a ExrendedDatePrinter class that implements the same method and does what you expect. I found it using ctrl-m when selecting the expression

[Pharo-users] RBPattern syntax

2019-02-07 Thread Manuel Leuenberger
Hi, I am looking into the RB pattern language for refactoring and I am having trouble matching and replacing non-trivial pattern. Given the following excerpt, I want to match "b shape ." and replace it with "b shape: [ :x | x ]" b shape circle size: 15;

Re: [Pharo-users] Running test

2019-02-07 Thread Hilaire
So beside the signing problem, I have a problem with the OS X vm. The error is the same I got from the Linux VM referenced in the Pharo download page... I think someone should double check these VMs are ok or not. I will check again the mac os vm in these drgeo bundle. Hilaire Le 07/02/2019 à

Re: [Pharo-users] Running test

2019-02-07 Thread Hilaire
What is Smalltalk CI? Related to Chistophe? Thanks Le 07/02/2019 à 12:05, Tim Mackinnon a écrit : > I think this is where having a build pipeline might be worth investigating - > I think Smalltalk CI might let you automatically build on different machines, > such that you can package each

Re: [Pharo-users] Running test

2019-02-07 Thread Tim Mackinnon
> On 7 Feb 2019, at 11:15, Andrei Chis wrote: > > To sign an app you need to use MacOS as you need some xcode tool from what I > remember. Its worth checking with Christophe, as he may have automated this (there are tools that can do it - I recall). If Smalltalk CI can’t do it - then

Re: [Pharo-users] Running test

2019-02-07 Thread Tim Mackinnon
I think this is where having a build pipeline might be worth investigating - I think Smalltalk CI might let you automatically build on different machines, such that you can package each build on its native environment in an automated fashion. Maybe Christophe might chip in about how he builds

Re: [Pharo-users] Running test

2019-02-07 Thread Hilaire
Ok, one more thing that could be helpful to try and to give me indication: remove the folder DrGeo.app/Contents/_CodeSignature and start again DrGeo.app from the Application folder. What OS X says? Thanks Le 06/02/2019 à 22:02, john pfersich a écrit : > Yes before I tried to start it.  > --

Re: [Pharo-users] Running test

2019-02-07 Thread Hilaire
...then look at how signing the functionnal bundle. The 18.06 bundle[1] is not signed and from feedback I got it can start once dragged in the Application folder. [1] https://launchpad.net/drgeo/trunk/18.06/+download/DrGeo.app-18.06a.zip -- Dr. Geo http://drgeo.eu

Re: [Pharo-users] Running test

2019-02-07 Thread Hilaire
I get another different feedback, while not good, it exposes a plugin error. https://twitter.com/gl_4/status/1093004875733106688 First should be to get a starting app with signature warning, then Le 06/02/2019 à 22:02, john pfersich a écrit : > Yes before I tried to start it.  > -- Dr. Geo

Re: [Pharo-users] Running test

2019-02-07 Thread Hilaire
Can signing the bundle content be done from Linux? Or is it mandatory to do it from OS X? >From what I looked at the Linux Pharo Launcher, I can only fetch image and associated VM for Linux but I may have miss something. Hilaire Le 06/02/2019 à 21:41, Tim Mackinnon a écrit : > For OS X (and

Re: [Pharo-users] Why DirectoryIsNotEmpty on FileReference>>deleteAll ?

2019-02-07 Thread Albrecht Baur via Pharo-users
--- Begin Message --- it is not urgent for me - I have a workaround. So for me it can wait until the next stable is released. Albrecht On 07.02.19 09:58, Alistair Grant wrote: Hi Esteban, On Thu, 7 Feb 2019 at 09:41, Esteban Lorenzano wrote: Means we will need a new stable for Pharo 7/8 ?

Re: [Pharo-users] Why DirectoryIsNotEmpty on FileReference>>deleteAll ?

2019-02-07 Thread Alistair Grant
Hi Esteban, On Thu, 7 Feb 2019 at 09:41, Esteban Lorenzano wrote: > > Means we will need a new stable for Pharo 7/8 ? > > Esteban Albrecht will obviously be the one to say how urgent it is for him, or whether he can get by with vmLatest80. From my perspective: the issue has been there

Re: [Pharo-users] Why DirectoryIsNotEmpty on FileReference>>deleteAll ?

2019-02-07 Thread Esteban Lorenzano
Means we will need a new stable for Pharo 7/8 ? Esteban > On 7 Feb 2019, at 09:23, Alistair Grant wrote: > > On Thu, 7 Feb 2019 at 09:08, Albrecht Baur > wrote: >> >> Hi Alistair, >> >> I have tested it and works with the latest VM. > > Great, thanks for the confirmation. > > Cheers, >

Re: [Pharo-users] Why DirectoryIsNotEmpty on FileReference>>deleteAll ?

2019-02-07 Thread Alistair Grant
On Thu, 7 Feb 2019 at 09:08, Albrecht Baur wrote: > > Hi Alistair, > > I have tested it and works with the latest VM. Great, thanks for the confirmation. Cheers, Alistair > thanks, > > Albrecht > > On 07.02.19 07:56, Alistair Grant wrote: > > Hi Albrecht, > > > > On Wed, 6 Feb 2019 at 19:51,

Re: [Pharo-users] Why DirectoryIsNotEmpty on FileReference>>deleteAll ?

2019-02-07 Thread Albrecht Baur via Pharo-users
--- Begin Message --- Hi Alistair, I have tested it and works with the latest VM. thanks, Albrecht On 07.02.19 07:56, Alistair Grant wrote: Hi Albrecht, On Wed, 6 Feb 2019 at 19:51, Albrecht Baur via Pharo-users wrote: thank you! That is good news. best, Albrecht Would you please