[Pharo-dev] [ANN] Pharo Sprint tomorrow, March 3

2017-03-01 Thread Marcus Denker
We will organize a Pharo sprint / Moose dojo March, 03, starting at 10:00am. (Local Time Paris). Goals of this sprint: • Clean issue tracker to prepare for release Pharo6 • remove Pharo6 tag from not-important cases • Check Pharo5 Issues and pending back-ports Remotely,

[Pharo-dev] Regarding the autocomplete project information

2017-03-01 Thread Siddharth Gupta
Hello, I am interested in taking up the autoComplete project. I played around Pharo last year too. Could you tell me places to start from, with respect to the autocomplete project. Regards Siddharth Gupta, Ph: 9871012292 Linkedin | Github

Re: [Pharo-dev] [ANN] Regex Tester Tool for Pharo

2017-03-01 Thread Max Leske
Awesome! Thanks! > On 1 Mar 2017, at 21:32, Torsten Bergmann wrote: > > Hi, > > I wrote a little tool to test regular expressions and verify that > given samples match it. It also helps to divide an expression into > subexpressions to retrieve parts of a matched string. > >

Re: [Pharo-dev] [ANN] Regex Tester Tool for Pharo

2017-03-01 Thread stepharong
Torsten Olivier in our team that is perl freaks from time to time, told me that this is sad that Pharo regexp are not compatible with the "standard" = rePlugin. And I think that his remark makes sense. I was wondering if we should not ressurect the RePlugin to make sure that users can use

Re: [Pharo-dev] [ANN] XML Metadata Interchange (XMI) for Pharo

2017-03-01 Thread stepharong
Hi torsten do you know the work of peter to generate classes out of XMI and populate models? Because it complements your approach. stef On Wed, 01 Mar 2017 22:26:05 +0100, Torsten Bergmann wrote: Hi, if you work with UML, modeling tools or model data exchange often

[Pharo-dev] [ANN] XML Metadata Interchange (XMI) for Pharo

2017-03-01 Thread Torsten Bergmann
Hi, if you work with UML, modeling tools or model data exchange often you might know XMI - the XML Metadata Interchange format. I wrote a little package that makes it easier to work and browse data based on this format within Pharo. For instance you can open an XMI object either from a

Re: [Pharo-dev] [squeak-dev] Re: [vwnc] Does anyone have a "new" string literal?

2017-03-01 Thread DavidLeibs
Let me add some more motivation and background for the discussion. I responded to stephar...@free.fr questions by mail yesterday but it didn't wind up on the forum. Sorry about that. http://www.erights.org/elang/quasi/overview.html Provides very good background for quasi-liberals. I believe this

Re: [Pharo-dev] strange idea about slots

2017-03-01 Thread Richard Sargent
Ben Coman wrote > I'm not sure I'm thinking straight, but I wonder... > Can you put Slots inside an Association? > > For example, could have two slots x and y, > and then be able to do the following... > > (x -> y) substitute: (1 -> 2). > self assert: x equals: 1. > self assert: y

Re: [Pharo-dev] Google Summer of Code 2017: Call for mentors for Pharo Consortium

2017-03-01 Thread Max Leske
It seems that I can’t. It’s not in the list of channels, I guess I have to be invited. > On 1 Mar 2017, at 20:19, Serge Stinckwich wrote: > > Please join the #gsoc-planning channel on Slack ! > > On Wed, Mar 1, 2017 at 8:16 PM, Max Leske wrote:

Re: [Pharo-dev] Google Summer of Code 2017: Call for mentors for Pharo Consortium

2017-03-01 Thread Serge Stinckwich
Please join the #gsoc-planning channel on Slack ! On Wed, Mar 1, 2017 at 8:16 PM, Max Leske wrote: > Good stuff! > > I’m up for mentoring. > >> On 1 Mar 2017, at 13:45, Serge Stinckwich wrote: >> >> Heartiest Congratulations ! >> >> Pharo

Re: [Pharo-dev] Google Summer of Code 2017: Call for mentors for Pharo Consortium

2017-03-01 Thread Max Leske
Good stuff! I’m up for mentoring. > On 1 Mar 2017, at 13:45, Serge Stinckwich wrote: > > Heartiest Congratulations ! > > Pharo Consortium has been selected as a mentor organisation for Google > Summer of Code 2017. > > Google Summer of Code is a global program

Re: [Pharo-dev] strange idea about slots

2017-03-01 Thread Clément Bera
On Wed, Mar 1, 2017 at 3:56 PM, Ben Coman wrote: > > I'm not sure I'm thinking straight, but I wonder... > Can you put Slots inside an Association? > > For example, could have two slots x and y, > and then be able to do the following... > > (x -> y) substitute: (1 ->

[Pharo-dev] [pharo-project/pharo-core]

2017-03-01 Thread GitHub
Branch: refs/tags/60420 Home: https://github.com/pharo-project/pharo-core

[Pharo-dev] [pharo-project/pharo-core] 6a900f: 60420

2017-03-01 Thread GitHub
Branch: refs/heads/6.0 Home: https://github.com/pharo-project/pharo-core Commit: 6a900f6d070e3179dfbd5897db9769b5cea5d867 https://github.com/pharo-project/pharo-core/commit/6a900f6d070e3179dfbd5897db9769b5cea5d867 Author: Jenkins Build Server Date:

Re: [Pharo-dev] strange idea about slots

2017-03-01 Thread Pavel Krivanek
Slots only drive access to the instance variables and the association "literal" is already a message send. But I guess you wold be able to do such behavior with own Opal plugin. -- Pavel 2017-03-01 15:56 GMT+01:00 Ben Coman : > > I'm not sure I'm thinking straight, but I

Re: [Pharo-dev] Google Summer of Code 2017: Call for mentors for Pharo Consortium

2017-03-01 Thread p...@highoctane.be
Ok for helping someone :-) Phil On Wed, Mar 1, 2017 at 1:45 PM, Serge Stinckwich wrote: > Heartiest Congratulations ! > > Pharo Consortium has been selected as a mentor organisation for Google > Summer of Code 2017. > > Google Summer of Code is a global program

[Pharo-dev] strange idea about slots

2017-03-01 Thread Ben Coman
I'm not sure I'm thinking straight, but I wonder... Can you put Slots inside an Association? For example, could have two slots x and y, and then be able to do the following... (x -> y) substitute: (1 -> 2). self assert: x equals: 1. self assert: y equals: 2. So the association

Re: [Pharo-dev] code loss when cancelling during save.

2017-03-01 Thread Pavel Krivanek
can it be relate? https://pharo.fogbugz.com/f/cases/18304/Changes-in-protocol-can-cause-usaved-comment-lost-in-other-browser 2017-03-01 15:12 GMT+01:00 Ben Coman : > > I just got bitten by a code loss. I'm not sure what to search for on > Fogbugz, so I'll just ask if

[Pharo-dev] code loss when cancelling during save.

2017-03-01 Thread Ben Coman
I just got bitten by a code loss. I'm not sure what to search for on Fogbugz, so I'll just ask if anyone has already logged it. 1. Start with an existing method 2. Add a line assigning to an unknown variable. e.g. blah := 0. 3. Click on another method ==> "Contents have been modified, what do

[Pharo-dev] [pharo-project/pharo-core] 26c7e5: 60419

2017-03-01 Thread GitHub
Branch: refs/heads/6.0 Home: https://github.com/pharo-project/pharo-core Commit: 26c7e56ee19ea1914e471033c1777c373f9cf8db https://github.com/pharo-project/pharo-core/commit/26c7e56ee19ea1914e471033c1777c373f9cf8db Author: Jenkins Build Server Date:

[Pharo-dev] [pharo-project/pharo-core]

2017-03-01 Thread GitHub
Branch: refs/tags/60419 Home: https://github.com/pharo-project/pharo-core

[Pharo-dev] Google Summer of Code 2017: Call for mentors for Pharo Consortium

2017-03-01 Thread Serge Stinckwich
Heartiest Congratulations ! Pharo Consortium has been selected as a mentor organisation for Google Summer of Code 2017. Google Summer of Code is a global program focused on introducing students to open source software development. Students work on a 3 month programming project with an open

[Pharo-dev] [pharo-project/pharo-core] 6cad4e: 60418

2017-03-01 Thread GitHub
Branch: refs/heads/6.0 Home: https://github.com/pharo-project/pharo-core Commit: 6cad4e2f8a336eac9195a11ac577fbc9f3803340 https://github.com/pharo-project/pharo-core/commit/6cad4e2f8a336eac9195a11ac577fbc9f3803340 Author: Jenkins Build Server Date:

[Pharo-dev] [pharo-project/pharo-core]

2017-03-01 Thread GitHub
Branch: refs/tags/60418 Home: https://github.com/pharo-project/pharo-core