[Pharo-dev] remote development via VS Code

2017-06-07 Thread Ben Coman
I just bumped into Microsoft's MIT Licensed IDE "Visual Studio Code" that runs on OSX, Linux & Windows. What is interesting is their Debug Protocol for connecting to language specific debuggers. * https://code.visualstudio.com/docs/extensionAPI/api-debugging If I had time, it would be

Re: [Pharo-dev] DiskStore question

2017-06-07 Thread Ben Coman
Just an aside (slightly off topic) for GSoC students and other newcomers to understand the difference between: instance-variables, class-variables, and class-instance-variables; my post here provides an interesting exercise...

Re: [Pharo-dev] DiskStore question

2017-06-07 Thread Guillermo Polito
tx Ben :) go Rajula go! On Wed, Jun 7, 2017 at 6:07 PM, Ben Coman wrote: > Just an aside (slightly off topic) for GSoC students and other newcomers > to understand the difference between: instance-variables, class-variables, > and class-instance-variables; > my post here

Re: [Pharo-dev] Problem opening UI saved images

2017-06-07 Thread Ben Coman
On Wed, Jun 7, 2017 at 5:17 PM, Sven Van Caekenberghe wrote: > This has been reported before I believe, but there is something weird when > saving images on the command line. > > On macOS 10.12.5 > > $ curl get.pharo.org/60+vm | bash > ... > > $ ./pharo Pharo.image printVersion >

Re: [Pharo-dev] [Moose-dev] CFP - IWST 2017 - Deadline 16th June

2017-06-07 Thread Anne Etien
Dear Smalltalker colleagues, This is a kind reminder of IWST 2017 submission deadline that will occur on 16th June (next Friday). The ACM DL endorsement and the best papers awards by Lam Research Corporation have been confirmed. Two tracks (research and industrial) this year. All details can be

Re: [Pharo-dev] GitHub package management beta

2017-06-07 Thread p...@highoctane.be
p...@highoctane.be On Wed, Jun 7, 2017 at 3:16 AM, Eliot Miranda wrote: > Hi All, > > I've been invited to participate in github's Bera test of their new > package management support. I don't know much, if anything, about the > software except that it supports

Re: [Pharo-dev] GitHub package management beta

2017-06-07 Thread Max Leske
Yes please! > On 7 Jun 2017, at 03:16, Eliot Miranda wrote: > > Hi All, > >I've been invited to participate in github's Bera test of their new > package management support. I don't know much, if anything, about the > software except that it supports RubyGems

Re: [Pharo-dev] Github package management beta

2017-06-07 Thread Dale Henrichs
dhenr...@gemtalksystems.com On 06/06/2017 09:32 PM, Eliot Miranda wrote: Hi All, I've been invited to participate in github's Bera test of their new package management support. I don't know much, if anything, about the software except that it supports RubyGems (Ruby), Maven (Java) and

Re: [Pharo-dev] PharoDays17 Slides and some Videos

2017-06-07 Thread Ben Coman
On Wed, Jun 7, 2017 at 10:24 PM, Marcus Denker wrote: > Hi, > > I have uploaded the Slides and Videos of PharoDays2017. Slides are > complete (minus those > talks that were due demos). For the Videos we have right now 8 talks and > the “Show Us Your > Project” session.

Re: [Pharo-dev] OSProcess behaves wrong on Mac OS Sierra - Pharo 6

2017-06-07 Thread Cyrille Delaunay
Perfect, thank you Eliot 2017-06-06 23:41 GMT+02:00 Eliot Miranda : > Hi Cyrille, > > > On Jun 6, 2017, at 7:21 AM, Cyrille Delaunay > wrote: > > Hello, > > I am running a Pharo 6 image (Latest update: #60498) on a mac sierra > machine (10.12.1).

Re: [Pharo-dev] Highlighting with pillar (html)

2017-06-07 Thread Alexandre Bergel
Weir… same result. No highlight for me… :-( Alexandre > On Jun 6, 2017, at 3:58 AM, p...@highoctane.be wrote: > > Is > > [[[lan­gua­ge=­Sma­lltalk > g := RTGrapher new. > > ds := RTData new. > ds points: 'What a beautiful day' substrings. > ds y: [ :aString | aString

[Pharo-dev] Problem opening UI saved images

2017-06-07 Thread Sven Van Caekenberghe
This has been reported before I believe, but there is something weird when saving images on the command line. On macOS 10.12.5 $ curl get.pharo.org/60+vm | bash ... $ ./pharo Pharo.image printVersion [version] 6.0 #60499 $ ./pharo Pharo.image save one $ ./pharo one.image printVersion

Re: [Pharo-dev] Problem opening UI saved images

2017-06-07 Thread Marcus Denker
Yes, there is an issue: https://pharo.fogbugz.com/f/cases/20094/Headless-mode-breaks-image > On 7 Jun 2017, at 11:17, Sven Van Caekenberghe wrote: > > This has been reported before I believe, but there

Re: [Pharo-dev] Highlighting with pillar (html)

2017-06-07 Thread p...@highoctane.be
Do you have like 2 blank lines before and after the [[['s ? Phil On Wed, Jun 7, 2017 at 11:15 AM, Alexandre Bergel wrote: > Weir… same result. No highlight for me… :-( > > Alexandre > > > > On Jun 6, 2017, at 3:58 AM, p...@highoctane.be wrote: > > > > Is > > > >

Re: [Pharo-dev] Problem opening UI saved images

2017-06-07 Thread K K Subbu
On Wednesday 07 June 2017 02:47 PM, Sven Van Caekenberghe wrote: $ ./pharo-ui one.image Does not open the UI, no window, hangs, no error, nothing. Since the image itself still works, it must be a UI thing. It works as expected on Linux (32-bit code running on 64-bit Ubuntu 16.04). We need to

Re: [Pharo-dev] Problem opening UI saved images

2017-06-07 Thread Juraj Kubelka
Hi, the thing is that the window has zero size. If you are able to find it on your screen, you can resize it. Cheers, Juraj > El 07-06-2017, a las 11:17, Sven Van Caekenberghe escribió: > > This has been reported before I believe, but there is something weird when > saving

Re: [Pharo-dev] Problem opening UI saved images

2017-06-07 Thread Esteban Lorenzano
> On 7 Jun 2017, at 12:16, Juraj Kubelka wrote: > > Hi, > > the thing is that the window has zero size. If you are able to find it on > your screen, you can resize it. yes, there is a bug somewhere (I guess in the save primitive). I need to see where is the

[Pharo-dev] DiskStore question

2017-06-07 Thread Rajula Vineet
Hi, I have been looking at the DiskStore class and I came across the method defaultWorkingDirectory. defaultWorkingDirectory | pathString | pathString := Primitives decode: Primitives imageFile. ^ (self pathFromString: pathString) parent I didn`t get the implementation

Re: [Pharo-dev] DiskStore question

2017-06-07 Thread Sven Van Caekenberghe
Primitives is a class variable of DiskStore, it contains an instance of FilePluginPrims. > On 7 Jun 2017, at 11:30, Rajula Vineet wrote: > > Hi, > > I have been looking at the DiskStore class and I came across the method > defaultWorkingDirectory. > >

Re: [Pharo-dev] Highlighting with pillar (html)

2017-06-07 Thread Damien Pollet
Check the HTML source. I'd bet the highlighting is there as spans and classes, but you don't have a matching stylesheet. On 7 June 2017 at 11:29, p...@highoctane.be wrote: > Do you have like 2 blank lines before and after the [[['s ? > > Phil > > On Wed, Jun 7, 2017 at 11:15

Re: [Pharo-dev] Github package management beta

2017-06-07 Thread Cyril Ferlicot D.
cy...@ferlicot.me Le 07/06/2017 à 06:32, Eliot Miranda a écrit : > Hi All, > >I've been invited to participate in github's Bera test of their new > package management support. I don't know much, if anything, about the > software except that it supports RubyGems (Ruby), Maven (Java) and

Re: [Pharo-dev] [ Pillar ] Plumbing travis + github => pdf delivered to you

2017-06-07 Thread Damien Pollet
Yes, in fact I did it for the glorp booklet already and will replicate that to the other ones as well. On 7 June 2017 at 03:43, Ben Coman wrote: > This is really nice. Thanks Damien. > > Is it possible for the book title to appear in the PDF filename. > At [1] it is

[Pharo-dev] PharoDays17 Slides and some Videos

2017-06-07 Thread Marcus Denker
Hi, I have uploaded the Slides and Videos of PharoDays2017. Slides are complete (minus those talks that were due demos). For the Videos we have right now 8 talks and the “Show Us Your Project” session. More might come in the future (I need to check). Slides: -

Re: [Pharo-dev] [ Pillar ] Plumbing travis + github => pdf delivered to you

2017-06-07 Thread Damien Pollet
Okay, unless I missed one, all booklets should have an appropriately named PDF file uploaded as a draft release. Don't trust the releases tab, drafts don't count as releases so it will say "0 Releases" until we do a proper one. There is still the annoyance that a new draft will be uploaded for

Re: [Pharo-dev] PharoDays17 Slides and some Videos

2017-06-07 Thread p...@highoctane.be
There was a deck for XmppTalk: https://docs.google.com/presentation/d/1HTG3GB3xdwlje8wADZPjUQNIyA6tmuxyZz1UaX5ikEU/edit?usp=sharing Phil On Wed, Jun 7, 2017 at 4:24 PM, Marcus Denker wrote: > Hi, > > I have uploaded the Slides and Videos of PharoDays2017. Slides are >

Re: [Pharo-dev] PharoDays17 Slides and some Videos

2017-06-07 Thread Marcus Denker
Nice! I will add it. > On 7 Jun 2017, at 16:54, p...@highoctane.be wrote: > > There was a deck for XmppTalk: > https://docs.google.com/presentation/d/1HTG3GB3xdwlje8wADZPjUQNIyA6tmuxyZz1UaX5ikEU/edit?usp=sharing > >