Re: [Pharo-users] Is there a tonel:// format for repos?

2018-05-14 Thread Guillermo Polito
Also, are you in Pharo6 or 7?

Re: [Pharo-users] Is there a tonel:// format for repos?

2018-05-14 Thread Guillermo Polito
Hey! On Tue, May 15, 2018 at 12:46 AM, Tim Mackinnon wrote: > I’ve created a new thread on Smalltalk CI - but back to tonel - having got > my local project to start reading - its now failing when it then starts > processing my BaselineOf and hits my willow dependency - which

Re: [Pharo-users] Is there a tonel:// format for repos?

2018-05-14 Thread Tim Mackinnon
I’ve created a new thread on Smalltalk CI - but back to tonel - having got my local project to start reading - its now failing when it then starts processing my BaselineOf and hits my willow dependency - which was initially things like: spec baseline: 'WillowBootstrap' with: [ spec

[Pharo-users] Smalltalk CI on Gitlab

2018-05-14 Thread Tim Mackinnon
Hi Sean - thanks for mentioning that - I tried it ages ago and didn’t get on well with it on Travs. But I don’t understand how it works on Gitlab - and the project readme.md seems to assume you understand how its approaching the problem (which possibly has changed over the years). Looking at

Re: [Pharo-users] Is there a tonel:// format for repos?

2018-05-14 Thread Sean P. DeNigris
Tim Mackinnon wrote > may take another look at SmalltalkCI - the trouble is, I really don’t like > Travis… I quite like the model of Gitlab’s one stop shop I use SmalltalkCI on Gitlab (https://gitlab.com/SeanDeNigris/gitlab-smalltalk-ci) - Cheers, Sean -- Sent from:

Re: [Pharo-users] Is there a tonel:// format for repos?

2018-05-14 Thread Tim Mackinnon
Peter - thanks for getting me to retry it - it turns out that tonel:// is correct, and I had misread the error message - which was actually due to me misnaming the baselineOf project suffix. To your point Sean - if using a CI server - if you use GitHub or GitLab:// prefixes - you need ssh key

Re: [Pharo-users] Is there a tonel:// format for repos?

2018-05-14 Thread Sean P. DeNigris
Tim Mackinnon wrote > to just run a simple gitlab ci pipeline Can't you just use `gitlab://` and Iceberg/Metacello integration? IIUC it "just works" for tones, with or without Smalltalk CI (but I haven't ported to tonel yet, so take FWIW) - Cheers, Sean -- Sent from:

Re: [Pharo-users] Is there a tonel:// format for repos?

2018-05-14 Thread Tim Mackinnon
Hmmm - will have to try that again - I seemed to get an error - maybe this is just a Pharo 7 thing? It had previously been simpler and more reliable to just run a simple gitlab ci pipeline - but yeah maybe I should reconsider that... > On 14 May 2018, at 16:59, Peter Uhnák

Re: [Pharo-users] Is there a tonel:// format for repos?

2018-05-14 Thread Peter Uhnák
> > Metacello new > baseline: 'WillowPagerDuty'; > repository: 'tonel://../src'; > load. > > This should work. You can also use SmalltalkCI instead of doing everything by hand. Peter

Re: [Pharo-users] How to LAN feature

2018-05-14 Thread Sean P. DeNigris
HilaireFernandes wrote > No idea about what it is. >> I assume you know about ProcessWrapper ProcessWrapper = OSProcess for Windows - Cheers, Sean -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html

Re: [Pharo-users] How to LAN feature

2018-05-14 Thread Cédrick Béler
Might be in cmd: ipconfig /all Cédrick > Le 14 mai 2018 à 16:56, Hilaire a écrit : > > No idea about what it is. > > >> Le 14/05/2018 à 15:03, Sean P. DeNigris a écrit : >> HilaireFernandes wrote >>> I need a strategy that will work on Windows too >> I assume you know

Re: [Pharo-users] How to LAN feature

2018-05-14 Thread Hilaire
No idea about what it is. Le 14/05/2018 à 15:03, Sean P. DeNigris a écrit : HilaireFernandes wrote I need a strategy that will work on Windows too I assume you know about ProcessWrapper. Is there no Windows command to get similar info? -- Dr. Geo http://drgeo.eu

[Pharo-users] Is there a tonel:// format for repos?

2018-05-14 Thread Tim Mackinnon
Hi - I converted my project to tonel, and am looking to hook it up to my gitlab pipeline, and for older projects I had a run.st script that did: Metacello new baseline: 'WillowPagerDuty'; repository: ‘filetree://../src'; load. I get a not found error when I run

Re: [Pharo-users] How to LAN feature

2018-05-14 Thread Sean P. DeNigris
HilaireFernandes wrote > I need a strategy that will work on Windows too I assume you know about ProcessWrapper. Is there no Windows command to get similar info? - Cheers, Sean -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html

Re: [Pharo-users] WeakXxx and Pharo7+ (was: Re: Package extension. Adding instance variables to classes)

2018-05-14 Thread Herbert Vojčík
Guillermo Polito wrote: On Mon, May 14, 2018 at 11:22 AM, Herbert Vojčík > wrote: Guillermo Polito wrote: On Sun, May 13, 2018 at 6:37 PM, Herbert Vojčík

Re: [Pharo-users] Pharo70 session start and silent failures

2018-05-14 Thread Guillermo Polito
On Thu, May 3, 2018 at 3:13 PM, Holger Freyther wrote: > I am facing a problem with the new SessionManager>>#snapshot:andQuit: > code. I have had plenty Pharo70 images that didn't restore anymore as the > code is waiting for the "wait" semaphore. For sure it is something my

Re: [Pharo-users] WeakXxx and Pharo7+ (was: Re: Package extension. Adding instance variables to classes)

2018-05-14 Thread Guillermo Polito
On Mon, May 14, 2018 at 11:22 AM, Herbert Vojčík wrote: > > > Guillermo Polito wrote: > >> >> On Sun, May 13, 2018 at 6:37 PM, Herbert Vojčík > > wrote: >> >> >> >> Guillermo Polito wrote: >> >> Just be careful, that

Re: [Pharo-users] How to LAN feature

2018-05-14 Thread Henrik Sperre Johansen
Julián Maestri-2 wrote >> >> (impossible without the added networking prims, and still unreliable >> whether it will find the correct ones with...) >> > > The problem seems to be here: he->h_addr_list[0] its a list of addresses > and only the first one is used. That's the "old" ipv4 primitive.

Re: [Pharo-users] Package extension. Adding instance variables to classes

2018-05-14 Thread Guillermo Polito
On Sun, May 13, 2018 at 6:37 PM, Herbert Vojčík wrote: > > > Guillermo Polito wrote: > >> Just be careful, that privateState thing looks like a Moose only Famix >> feature. It't not available in plain Pharo objects :) >> > > In ES6 mailing list, they had this problem re how to

Re: [Pharo-users] How to LAN feature

2018-05-14 Thread HilaireFernandes
Hello, Thanks for the tip. Yep, indeed it is possible to get the information from the command line. But I need a strategy that will work on Windows too (75% of the Dr. Geo user base). I have the same problem with bitmap clipboard, I have a strategy only for linux with command line[1], may be

Re: [Pharo-users] Browse dependencies to a package

2018-05-14 Thread Pavel Krivanek
no, but you can use this code: report := DADependencyChecker new computeImageDependencies. report knownDependantsOf: 'Glamour-Examples' -- Pavel 2018-05-07 22:05 GMT+02:00 Cyril Ferlicot D. : > Hi, > > In Pharo we have the dependency analyzer to get the dependencies