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

2013-11-20 Thread GitHub
Branch: refs/tags/30587 Home: https://github.com/pharo-project/pharo-core

Re: [Pharo-dev] Xtreams in Pharo 3

2013-11-20 Thread Sven Van Caekenberghe
On 20 Nov 2013, at 17:18, Frank Shearar wrote: > It's Pharo specific at the moment AFAICT because it refers to > FileHandle and FileReference, while the upstream repo uses > FSFileHandle and FSFileReference. The conversation's partly at > https://code.google.com/p/xtreams/issues/detail?id=2 Tha

Re: [Pharo-dev] Fwd: Your request to join pharo-contribution has been accepted

2013-11-20 Thread Sven Van Caekenberghe
On 21 Nov 2013, at 02:18, Paul DeBruicker wrote: > Sven Van Caekenberghe-2 wrote >> I guess this is not yet enough to be able to create a new CI job ? >> Do I still have to wait for a manual approval ? > > > When I was initially added via that process I was not added with either > 'Admin' or '

Re: [Pharo-dev] Fwd: Your request to join pharo-contribution has been accepted

2013-11-20 Thread Paul DeBruicker
err. 'Slave Admin' not 'Project Admin' -- View this message in context: http://forum.world.st/Fwd-Your-request-to-join-pharo-contribution-has-been-accepted-tp4723829p4723879.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.

Re: [Pharo-dev] Fwd: Your request to join pharo-contribution has been accepted

2013-11-20 Thread Paul DeBruicker
Sven Van Caekenberghe-2 wrote > I guess this is not yet enough to be able to create a new CI job ? > Do I still have to wait for a manual approval ? When I was initially added via that process I was not added with either 'Admin' or 'Project Admin' status. Once Camillo made me an 'admin' I could

Re: [Pharo-dev] petit parser longest match

2013-11-20 Thread Norbert Hartl
I'm not sure what you are trying to improve. It works quite well :) Norbert > Am 20.11.2013 um 22:59 schrieb Chris Cunningham : > > ehh, ignore this for now. Neither is working well enough. If I get > something working well, I'll post back. > > >> On Wed, Nov 20, 2013 at 1:45 PM, Chris Cunn

Re: [Pharo-dev] Xtreams in Pharo 3

2013-11-20 Thread mkobetic
"Sven Van Caekenberghe" wrote: > On 20 Nov 2013, at 17:24, Sean P. DeNigris wrote: > > > Sven Van Caekenberghe-2 wrote > >> Are there version differences with the VW code, and how do you see that > >> evolving ? > > > > When we looked a few years ago at ESUG in Ghent, the port was out-of-date > >

Re: [Pharo-dev] Tuning Opal Optimizations

2013-11-20 Thread Eliot Miranda
Hi Sven, On Wed, Nov 20, 2013 at 11:33 AM, Sven Van Caekenberghe wrote: > > On 20 Nov 2013, at 18:53, Eliot Miranda wrote: > > > > > > > > > On Wed, Nov 20, 2013 at 8:47 AM, Nicolas Cellier < > nicolas.cellier.aka.n...@gmail.com> wrote: > > The only thing that annoyed me is that I failed to dis

Re: [Pharo-dev] petit parser longest match

2013-11-20 Thread Chris Cunningham
ehh, ignore this for now. Neither is working well enough. If I get something working well, I'll post back. On Wed, Nov 20, 2013 at 1:45 PM, Chris Cunningham wrote: > Actually, do this [the #( 0 nil ) meant it was shared with ALL choice > parsers forever - not a good choice]. > > parseOn: aStre

Re: [Pharo-dev] petit parser longest match

2013-11-20 Thread Chris Cunningham
Actually, do this [the #( 0 nil ) meant it was shared with ALL choice parsers forever - not a good choice]. parseOn: aStream "This is optimized code that avoids unnecessary block activations, do not change. When all choices fail, the last failure is answered." | element longest | longest := Array

Re: [Pharo-dev] petit parser longest match

2013-11-20 Thread Chris Cunningham
Ho about this (replacement for yours, or just replace in PPChoiceParser - but it will result in different behavior for that method outside of your particular parser, so beware): parseOn: aStream "This is optimized code that avoids unnecessary block activations, do not change. When all choices fail

Re: [Pharo-dev] Spotlight behaviour

2013-11-20 Thread p...@highoctane.be
Does not work with proper font hinting. On Wednesday, November 20, 2013, Torsten Bergmann wrote: > I agree with Pavel: having a dark theme is easy. In the end > it is all Smalltalk, so just evaluate > > Color black become: Color white > > to swap the color objects and then open a new Nautlius

Re: [Pharo-dev] Multithreading

2013-11-20 Thread Clément Bera
So what you are looking for is Process and semaphores. This is not multithreading in the default Pharo VM + image, currently our semaphore/process management is not multithreaded, but executes all the process in the same thread. What happens basically is that you will run several processes in 1 th

Re: [Pharo-dev] Spotlight behaviour

2013-11-20 Thread Torsten Bergmann
I agree with Pavel: having a dark theme is easy. In the end it is all Smalltalk, so just evaluate Color black become: Color white   to swap the color objects and then open a new Nautlius. ;) Have fun T. Gesendet: Mittwoch, 20. November 2013 um 15:36 Uhr Von: "Pavel Krivanek" An: "Pharo Dev

Re: [Pharo-dev] Tuning Opal Optimizations

2013-11-20 Thread Sven Van Caekenberghe
On 20 Nov 2013, at 18:53, Eliot Miranda wrote: > > > > On Wed, Nov 20, 2013 at 8:47 AM, Nicolas Cellier > wrote: > The only thing that annoyed me is that I failed to discover the incantation > thru sender/implementor chain because some messages are constructed... > > that's an anti-patter

Re: [Pharo-dev] Tuning Opal Optimizations

2013-11-20 Thread Eliot Miranda
On Wed, Nov 20, 2013 at 10:54 AM, Clément Bera wrote: > 2013/11/20 Eliot Miranda > >> >> On Wed, Nov 20, 2013 at 8:47 AM, Nicolas Cellier < >> nicolas.cellier.aka.n...@gmail.com> wrote: >> >>> The only thing that annoyed me is that I failed to discover the >>> incantation thru sender/implementor

[Pharo-dev] Fwd: Your request to join pharo-contribution has been accepted

2013-11-20 Thread Sven Van Caekenberghe
I guess this is not yet enough to be able to create a new CI job ? Do I still have to wait for a manual approval ? Begin forwarded message: > From: no-re...@ci.inria.fr > Subject: Your request to join pharo-contribution has been accepted > Date: 20 Nov 2013 20:02:57 GMT+1 > To: s...@stfx.eu > >

Re: [Pharo-dev] Multithreading

2013-11-20 Thread Yuriy Tymchuk
I’m not proficient in multithreading, but I think that I’m looking for Semaphore and Process. Things that I implement take a very long time to run, and I can’t do anything else during that time or even cancel them. So I guess they should run in a separate process which I can achieve with #fork.

Re: [Pharo-dev] Tuning Opal Optimizations

2013-11-20 Thread Clément Bera
2013/11/20 Eliot Miranda > > On Wed, Nov 20, 2013 at 8:47 AM, Nicolas Cellier < > nicolas.cellier.aka.n...@gmail.com> wrote: > >> The only thing that annoyed me is that I failed to discover the >> incantation thru sender/implementor chain because some messages are >> constructed... >> > > that's

[Pharo-dev] Nautilus Tree

2013-11-20 Thread Sean P. DeNigris
That's really cool that we have started making the package list more manageable! I noticed that right now, separate packages within the same project are not collapsed. E.g. if I have MyProject-Core and MyProject-Platform, they will be siblings in the tree, instead of both under MyProject. It seems

Re: [Pharo-dev] Multithreading

2013-11-20 Thread Clément Bera
Hello, What do you mean by multithreading ? Do you mean Semaphore and Process, Cog Multithreading, the Island VM plugin ? 2013/11/20 Yuriy Tymchuk > Hi everyone, is there any chapter on multithreading in Pharo books? If not > maybe I’ll write something about that, but any material will be usef

Re: [Pharo-dev] Tuning Opal Optimizations

2013-11-20 Thread Peter Hugosson-Miller
Nice one, Eliot! :-) -- Cheers, Peter. On 20 nov 2013, at 18:53, Eliot Miranda wrote: > > > > On Wed, Nov 20, 2013 at 8:47 AM, Nicolas Cellier > wrote: >> The only thing that annoyed me is that I failed to discover the incantation >> thru sender/implementor chain because some messages are

Re: [Pharo-dev] Tuning Opal Optimizations

2013-11-20 Thread Eliot Miranda
On Wed, Nov 20, 2013 at 8:47 AM, Nicolas Cellier < nicolas.cellier.aka.n...@gmail.com> wrote: > The only thing that annoyed me is that I failed to discover the > incantation thru sender/implementor chain because some messages are > constructed... > that's an anti-pattern to be avoided. One can u

Re: [Pharo-dev] Smalltalks 2013 video now available

2013-11-20 Thread kilon alios
I watched 3 videos so far, Stephane's , Estebans, and the one about an rpg game. All of them very interesting. thanks On Wed, Nov 20, 2013 at 6:15 PM, Sean P. DeNigris wrote: > Thanks Andres! This is so important to share the conferences beyond the > slice of our community attending :) > > >

Re: [Pharo-dev] Pharo's Gofer

2013-11-20 Thread Sean P. DeNigris
There's also: Sean P. DeNigris wrote > Gofer>>#directory: > ... > repository := (aDirectoryOrString isString and: [ aDirectoryOrString > endsWith: '*' ]) I don't like the double-duty of appending $* to the string argument to indicate a subdirectory repository. How about adding to the API,

[Pharo-dev] Pharo's Gofer

2013-11-20 Thread Sean P. DeNigris
Gofer>>#directory: ... Smalltalk globals at: #MCSubDirectoryRepository ifAbsent: [ self error: aDirectoryOrString printString , ' is an unsupported repository type' ] Why wouldn't MCSubDirectoryRepository be present? Are we staying compatible with other plat

Re: [Pharo-dev] Xtreams in Pharo 3

2013-11-20 Thread Nicolas Cellier
I don't like the Squeak encoders with all the basicNext & co complications, it cries for rewriting. In Xtreams, I just included a compatibility layer for legacy text converters, because it was the fastest ROI. But in my pre-Xtreams attempt, I previously started rewriting the most common (UTF8 & UTF

Re: [Pharo-dev] Tuning Opal Optimizations

2013-11-20 Thread Nicolas Cellier
The only thing that annoyed me is that I failed to discover the incantation thru sender/implementor chain because some messages are constructed... I tried the senders of timesRepeat: then the senders of corresponding visitor message (no image near my keyboard to check the name). Of course, once you

Re: [Pharo-dev] Xtreams in Pharo 3

2013-11-20 Thread Sven Van Caekenberghe
On 20 Nov 2013, at 17:24, Sean P. DeNigris wrote: > Sven Van Caekenberghe-2 wrote >> Are there version differences with the VW code, and how do you see that >> evolving ? > > When we looked a few years ago at ESUG in Ghent, the port was out-of-date > with the VW code. We were able to patch file

Re: [Pharo-dev] Xtreams in Pharo 3

2013-11-20 Thread Sean P. DeNigris
Sven Van Caekenberghe-2 wrote > Are there version differences with the VW code, and how do you see that > evolving ? When we looked a few years ago at ESUG in Ghent, the port was out-of-date with the VW code. We were able to patch filetree to bring the code round-trip to/from VW, mapping namespace

Re: [Pharo-dev] NativeBoost: Documentation Suggestion and Question

2013-11-20 Thread Sean P. DeNigris
Sean P. DeNigris wrote > Ping ;) I'm stuck... Perhaps Igor prefers "bump"... ;) - Cheers, Sean -- View this message in context: http://forum.world.st/NativeBoost-Documentation-Suggestion-and-Question-tp4720805p4723768.html Sent from the Pharo Smalltalk Developers mailing list archive at Na

Re: [Pharo-dev] Is Coral still alive?

2013-11-20 Thread Sean P. DeNigris
philippeback wrote > Rha, no windows. > >> which already exists and it's named LIMBO :) Cool! But yes, supporting beyond Mac will be a must. Out of curiosity, why does it require a plugin? It has seemed to me that one of the purposes of NB is to bring code into the image, and out of the VM...

[Pharo-dev] Loading Xtreams in Pharo

2013-11-20 Thread Sven Van Caekenberghe
Hi, If anyone else is interested, you can load Xtreams using this expression: Gofer new squeaksource: 'Xtreams'; configuration; loadVersion: #bleedingEdge. I tested this only in Pharo 3.0, but it should work in 2.0 as well. Since all tests are green, it might be a good idea to set up a CI

Re: [Pharo-dev] Xtreams in Pharo 3

2013-11-20 Thread Frank Shearar
On 20 November 2013 16:13, Sven Van Caekenberghe wrote: > Hi Nicolas, > > On 19 Nov 2013, at 23:50, Nicolas Cellier > wrote: > >> For the OpalCompiler support, I have simply added the compiler method in >> Xtreams-Parsing because it does not conflict with anything else, I have the >> feeling t

Re: [Pharo-dev] Smalltalks 2013 video now available

2013-11-20 Thread Sean P. DeNigris
Thanks Andres! This is so important to share the conferences beyond the slice of our community attending :) - Cheers, Sean -- View this message in context: http://forum.world.st/Smalltalks-2013-video-now-available-tp4723610p4723764.html Sent from the Pharo Smalltalk Developers mailing l

Re: [Pharo-dev] Spotlight behaviour

2013-11-20 Thread Esteban Lorenzano
so... here you have it: http://smalltalkhub.com/#!/~estebanlm/Pharo3DarkTheme Esteban On Nov 20, 2013, at 4:29 PM, Yuriy Tymchuk wrote: > > On 20 Nov 2013, at 15:45, Esteban A. Maringolo wrote: > >> The problem with dark themes is that they require icons prepared for >> dark backgrounds. A

Re: [Pharo-dev] Convert to Athens

2013-11-20 Thread J.F. Rick
Thanks. It works. I already have found a few bugs and one thing I don't understand. (1) A few Paint things seem to implement athensFillRectangle:on: and athensFillPath:on: rather than fillRectangle:on: and fillPath:on:. It seems like it should be the latter rather than the former. I changed the na

Re: [Pharo-dev] http://smalltalkhub.com/ down?

2013-11-20 Thread Camillo Bruni
sorry, seems like the local network was down for 30secs :) On 2013-11-20, at 17:01, Yuriy Tymchuk wrote: > no > On 20 Nov 2013, at 16:58, Camillo Bruni wrote: > >> subj > > signature.asc Description: Message signed with OpenPGP using GPGMail

Re: [Pharo-dev] http://smalltalkhub.com/ down?

2013-11-20 Thread Yuriy Tymchuk
no On 20 Nov 2013, at 16:58, Camillo Bruni wrote: > subj

[Pharo-dev] http://smalltalkhub.com/ down?

2013-11-20 Thread Camillo Bruni
subj signature.asc Description: Message signed with OpenPGP using GPGMail

[Pharo-dev] Multithreading

2013-11-20 Thread Yuriy Tymchuk
Hi everyone, is there any chapter on multithreading in Pharo books? If not maybe I’ll write something about that, but any material will be useful for me right now.

[Pharo-dev] [pharo-project/pharo-core] 361d2e: 30586

2013-11-20 Thread GitHub
Branch: refs/heads/3.0 Home: https://github.com/pharo-project/pharo-core Commit: 361d2ea339d2fd9ad1aadd95649c36b5d023973e https://github.com/pharo-project/pharo-core/commit/361d2ea339d2fd9ad1aadd95649c36b5d023973e Author: Jenkins Build Server Date: 2013-11-20 (Wed, 20 Nov 2013

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

2013-11-20 Thread GitHub
Branch: refs/tags/30586 Home: https://github.com/pharo-project/pharo-core

Re: [Pharo-dev] Spotlight behaviour

2013-11-20 Thread Yuriy Tymchuk
On 20 Nov 2013, at 15:45, Esteban A. Maringolo wrote: > The problem with dark themes is that they require icons prepared for > dark backgrounds. And not only in terms of alpha channels, but also in > terms of contrast. > > I like the dark theming of Adobe products, or the "gray" theming of > vi

Re: [Pharo-dev] Spotlight behaviour

2013-11-20 Thread Yuriy Tymchuk
On 20 Nov 2013, at 15:25, Esteban Lorenzano wrote: > btw... my goal is to achieve this: > > http://blog.jetbrains.com/blog/2013/06/11/inside-darcula-look-and-feel-an-interview-with-konstantin-bulenkov/ Brilliant, I wanted to do the same > > (as Phil suggested some time ago, in a thread whic

Re: [Pharo-dev] Periscope for Pharo 3.0

2013-11-20 Thread Juraj Kubelka
Thank you, Pavel! Jura El 20-11-2013, a las 11:32, Pavel Krivanek escribió: > Hi, > > I made Periscope update that works in Pharo 3.0. To try it simply open > Configuration Browser and simply load stable version of the Periscope project. > > Cheers, > -- Pavel

Re: [Pharo-dev] Spotlight behaviour

2013-11-20 Thread kilon alios
oh and Sven just installed flux and tried it, brilliant thanks for the recommendation. Still does not beats dark themes, but certainly helps :) Halogen setting makes it easier to my eyes. On Wed, Nov 20, 2013 at 5:15 PM, kilon alios wrote: > Esteban thats look great to me, I would have gone as

Re: [Pharo-dev] Spotlight behaviour

2013-11-20 Thread kilon alios
Esteban thats look great to me, I would have gone as far as turing the background of text editor to pitch black but even this theme is more than fine for me. So yes it will be wise to post your code to smalltalkhub and let us help you out with this. I am most certainly be interested to contribute ,

Re: [Pharo-dev] Spotlight behaviour

2013-11-20 Thread Esteban A. Maringolo
The problem with dark themes is that they require icons prepared for dark backgrounds. And not only in terms of alpha channels, but also in terms of contrast. I like the dark theming of Adobe products, or the "gray" theming of video editing software. But I once read that it was made dark to give p

Re: [Pharo-dev] Tuning Opal Optimizations

2013-11-20 Thread Igor Stasenko
On 19 November 2013 16:20, Marcus Denker wrote: > > On 19 Nov 2013, at 16:07, Sven Van Caekenberghe wrote: > > > Hi, > > > > It seems that #timesRepeat: is compiled/optimized away by Opal, which is > probably good. BTW, what is the list of selectors that get this treatment ? > > > RBMessageNode

Re: [Pharo-dev] Spotlight behaviour

2013-11-20 Thread Pavel Krivanek
You can get interesting results when you play a little bit with Color class. It's Smalltalk ;-) -- Pavel 2013/11/20 Esteban Lorenzano > ok... I will package it and made it available in the course of the day > then. > more hands means faster results :) > > Esteban > > On Nov 20, 2013, at 2:53 P

[Pharo-dev] Periscope for Pharo 3.0

2013-11-20 Thread Pavel Krivanek
Hi, I made Periscope update that works in Pharo 3.0. To try it simply open Configuration Browser and simply load stable version of the Periscope project. Cheers, -- Pavel

Re: [Pharo-dev] Spotlight behaviour

2013-11-20 Thread Esteban Lorenzano
btw... my goal is to achieve this: http://blog.jetbrains.com/blog/2013/06/11/inside-darcula-look-and-feel-an-interview-with-konstantin-bulenkov/ (as Phil suggested some time ago, in a thread which was the reason I started to try a dark theme). Also... my intention is to contribute to clean a

Re: [Pharo-dev] Spotlight behaviour

2013-11-20 Thread Esteban Lorenzano
ok... I will package it and made it available in the course of the day then. more hands means faster results :) Esteban On Nov 20, 2013, at 2:53 PM, Sven Van Caekenberghe wrote: > > On 20 Nov 2013, at 14:42, Esteban Lorenzano wrote: > >> :) >> >> >> >> I'm slowly working in a darktheme...

Re: [Pharo-dev] Spotlight behaviour

2013-11-20 Thread Sven Van Caekenberghe
On 20 Nov 2013, at 14:34, kilon alios wrote: > All this white hurts my eyes. One thing you could try is to use a tool like f.lux (http://justgetflux.com). It adjusts the color temperature of your display according to the time of day, so that is bluer/harder when it is daylight and orange/soft

Re: [Pharo-dev] Spotlight behaviour

2013-11-20 Thread Yuriy Tymchuk
Wow, this is amazing. Where can we get it? Maybe I’ll contribute something :) Uko On 20 Nov 2013, at 14:42, Esteban Lorenzano wrote: > :) > > > > I'm slowly working in a darktheme... problem is the INCREDIBLE amount of > hardcode colors and silly code. > So it will take some time until is

Re: [Pharo-dev] Spotlight behaviour

2013-11-20 Thread Sven Van Caekenberghe
On 20 Nov 2013, at 14:42, Esteban Lorenzano wrote: > :) > > > > I'm slowly working in a darktheme... problem is the INCREDIBLE amount of > hardcode colors and silly code. > So it will take some time until is ready (also because I work on it when I'm > bored and not wanting to do what I sho

Re: [Pharo-dev] Spotlight behaviour

2013-11-20 Thread kilon alios
yes I can confirm that this work also on windoom 7. Indeed Sven your Pharo looks a bit more sexy than mine. the code you posted works also like a charm for me , thank you. Now If I could get also a dark theme working with pharo that would be awesome. All this white hurts my eyes. But I guess I wil

Re: [Pharo-dev] Spotlight behaviour

2013-11-20 Thread Sven Van Caekenberghe
On 20 Nov 2013, at 13:46, Esteban A. Maringolo wrote: > Sven. > > What version are YOU using? Fonts and windows look so clean an sharp! :) ;-) Yes they are. Like I said, Pharo version #30582 defaultFont Source Sans Pro Normal points: 12 height: 21 listFont Source Sans Pro Normal points: 12

Re: [Pharo-dev] Is Coral still alive?

2013-11-20 Thread Goubier Thierry
Yes, I also need a windows solution... Any suggestions about that ? Thierry Le 20/11/2013 13:09, p...@highoctane.be a écrit : Rha, no windows. --- Philippe Back Dramatic Performance Improvements Mob: +32(0) 478 650 140 | Fax: +32 (0) 70 408 027 Mail:p...@highoctane.be

[Pharo-dev] [pharo-project/pharo-core] 7bba52: 30585

2013-11-20 Thread GitHub
Branch: refs/heads/3.0 Home: https://github.com/pharo-project/pharo-core Commit: 7bba5208cdfd7dd5361737d02aea1c0039981c04 https://github.com/pharo-project/pharo-core/commit/7bba5208cdfd7dd5361737d02aea1c0039981c04 Author: Jenkins Build Server Date: 2013-11-20 (Wed, 20 Nov 2013

Re: [Pharo-dev] Spotlight behaviour

2013-11-20 Thread Esteban Lorenzano
that's not a spotlight problem but an OCompletion one. and in my opinion, a really important problem :( Esteban On Nov 20, 2013, at 1:23 PM, Yuriy Tymchuk wrote: > HI, > > do you know why search behaves like this? I was expecting Object to show up > > > > > Cheers > Uko

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

2013-11-20 Thread GitHub
Branch: refs/tags/30585 Home: https://github.com/pharo-project/pharo-core

[Pharo-dev] Spotlight behaviour

2013-11-20 Thread Yuriy Tymchuk
HI,do you know why search behaves like this? I was expecting Object to show upCheersUko

Re: [Pharo-dev] Is Coral still alive?

2013-11-20 Thread p...@highoctane.be
Rha, no windows. --- Philippe Back Dramatic Performance Improvements Mob: +32(0) 478 650 140 | Fax: +32 (0) 70 408 027 Mail:p...@highoctane.be | Web: http://philippeback.eu Blog: http://philippeback.be | Twitter: @philippeback Youtube: http://www.youtube.com/user/philippeback/videos High Octane S

Re: [Pharo-dev] Is Coral still alive?

2013-11-20 Thread Camillo Bruni
On 2013-11-20, at 12:37, Stéphane Ducasse wrote: > No as far as I know. > We are thinking to something else - I should discuss with Guillermo. > the first step for me would be to have a cool OSProcess rewritten with NB. which already exists and it's named LIMBO :) https://github.com/theseion/l

Re: [Pharo-dev] Is Coral still alive?

2013-11-20 Thread Stéphane Ducasse
No as far as I know. We are thinking to something else - I should discuss with Guillermo. the first step for me would be to have a cool OSProcess rewritten with NB. Stef > > --- > Philippe Back > Dramatic Performance Improvements > Mob: +32(0) 478 650 140 | Fax: +32 (0) 70 408 027 > Mail:p...@

[Pharo-dev] petit parser longest match

2013-11-20 Thread Norbert Hartl
I talked to Lukas two years ago about parsing the longest match [1]. He committed it to PetitBeta back then. Now I need it and I had a look at the current parsers but didn’t find one that can do the same. Is there a parser that can do longest match? If not I would propose adding that to the def

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

2013-11-20 Thread GitHub
Branch: refs/tags/30584 Home: https://github.com/pharo-project/pharo-core

Re: [Pharo-dev] Convert to Athens

2013-11-20 Thread Igor Stasenko
http://www.smalltalkhub.com/#!/~Pharo/Athens On 20 November 2013 09:04, J.F. Rick wrote: > Right. Where is this Athens repository? I have the latest in Pharo30/main > (Athens-Morphic-MarcusDenker.23.mcz) and that does not seem to include > AthensWrapperMorph. > > Cheers, > > Jeff > > > On Wed,

[Pharo-dev] [pharo-project/pharo-core] 6f19ff: 30584

2013-11-20 Thread GitHub
Branch: refs/heads/3.0 Home: https://github.com/pharo-project/pharo-core Commit: 6f19ffcdcbd3c9fd33768af2390acbbb665b11a6 https://github.com/pharo-project/pharo-core/commit/6f19ffcdcbd3c9fd33768af2390acbbb665b11a6 Author: Jenkins Build Server Date: 2013-11-20 (Wed, 20 Nov 2013

[Pharo-dev] Smalltalks 2013 video now available

2013-11-20 Thread Andres Valloud
Check out the playlist here: http://www.youtube.com/playlist?list=PLCGAAdUizzH027lLWKXh_44cGuEsay7-R Make sure you don't miss Smalltalks 2014! Andres.

Re: [Pharo-dev] Convert to Athens

2013-11-20 Thread J.F. Rick
Right. Where is this Athens repository? I have the latest in Pharo30/main (Athens-Morphic-MarcusDenker.23.mcz) and that does not seem to include AthensWrapperMorph. Cheers, Jeff On Wed, Nov 20, 2013 at 8:35 AM, Igor Stasenko wrote: > > > > On 19 November 2013 17:42, J.F. Rick wrote: > >> Ind

Re: [Pharo-dev] MetaRepoForPharo30 write permissions

2013-11-20 Thread Pavel Krivanek
Hi Torsten, thank you very much. Of course I tried it before. I'm not a member of the Smalltalkhub Pharo team so this is the reason why I have to act as explicit contributor. Cheers -- Pavel 2013/11/20 Torsten Bergmann > Done, but I think it should have worked even > without adding you as a c