[Pharo-dev] Coral Website Down?

2013-06-15 Thread Stuart Herring
I was going to play around with Coral a bit, but it looks like the website is down. In fact, it looks like the whole http://rmod.lille.inria.fr site is not responding. Am I looking in the right place? Regards, Stuart

[Pharo-dev] Smark doc/use?

2013-06-15 Thread Stéphane Ducasse
Hi camillo/Stefan I would like to know how to use SMark and document it. Do you have a start of a blog/doc/slide that I can use as a start? I'm thinking that I could use the implementation of Trie of Benoit and the one of Cuis as an example to do some benchs. Since I'm not fluent in benchmarks,

Re: [Pharo-dev] Package Browser and System Organization

2013-06-15 Thread Stéphane Ducasse
Thanks. We are rethinking the browser In the new version we will have package (tree based) and tags: for class categories. Stef > Hello Phar-ites! > > I was at the STIC conference this week, and decided to do a small project in > Pharo to "get my feet wet." I ported the "Package Browser" (AKA

Re: [Pharo-dev] [ANN] Barcode project with initial EAN13

2013-06-15 Thread Sebastian Sastre
awesome. This will come handy for sure. I'd also find useful QRCodes Keep it going! sebastian o/ On Jun 14, 2013, at 1:13 PM, Torsten Bergmann wrote: > Hi, > > didnt know Barcodes are so easy to implement in Smalltalk. So I started with > EAN13 barcode > together with unit tests. Proj

Re: [Pharo-dev] Locale currency symbol

2013-06-15 Thread Paul DeBruicker
Torsten Bergmann wrote > In "Pharo2.0 Latest update: #20599" on Win8 the expression: > > Locale current primCurrencySymbol > > returns '^' > > The "Locale" plugin is installed (Smalltalk listLoadedModules) > LocalePlugin VMMaker-oscog-EstebanLorenzano.236 (i) > > Any comments? > > Thx > T.

Re: [Pharo-dev] About validation

2013-06-15 Thread Stéphane Ducasse
So may be we should start to write the Validation Chapter as I started so long time ago the SUnit in 6 pages document. Are you interested to get your name with the one of Ze fabulous crazy french researcher? What a fame, isnt? Stef On Jun 15, 2013, at 2:26 PM, Sean P. DeNigris wrote: > Stép

Re: [Pharo-dev] About validation

2013-06-15 Thread Sean P. DeNigris
Stéphane Ducasse wrote > we have a culture for testing and it would be good to have one for > validation. +1 - Cheers, Sean -- View this message in context: http://forum.world.st/Pharo-dev-About-validation-tp4693434p4693474.html Sent from the Pharo Smalltalk Developers mailing list archive

Re: [Pharo-dev] Native Boost/ OpenGL on Windows?

2013-06-15 Thread Stéphane Ducasse
the problem is really the library on linux :) Igor spent a couple of hours yesterday with mathieu because mathieu updated Ubuntu and suddenly everything crashed. (in fact short texts only). Stef On Jun 14, 2013, at 10:17 PM, Alexandre Bergel wrote: > Hi! > > We are experiencing the followin

Re: [Pharo-dev] [ANN] Barcode project with initial EAN13

2013-06-15 Thread Stéphane Ducasse
On Jun 15, 2013, at 1:40 PM, Torsten Bergmann wrote: > Stef wrote: >> Excellent >> How do you plug that with a camera and image recognition system? > > Its about creation of barcodes - not scanning. > > BTW: when does someone harvest the code of the CameraPlugin from Scratch > to have camera

Re: [Pharo-dev] About validation

2013-06-15 Thread Stéphane Ducasse
On Jun 15, 2013, at 1:18 PM, Sean P. DeNigris wrote: > Stéphane Ducasse wrote >> Now does anybody implemented in Pharo the SUnit extension? > > From http://forum.world.st/ANN-ValidationRevisited-alpha-td4690680.html : > Gofer it >smalltalkhubUser: 'SeanDeNigris' project: 'aMentoringCourseO

[Pharo-dev] [ANN] Barcode project with initial EAN13

2013-06-15 Thread Torsten Bergmann
Stef wrote: >Excellent >How do you plug that with a camera and image recognition system? Its about creation of barcodes - not scanning. BTW: when does someone harvest the code of the CameraPlugin from Scratch to have camera support in Pharo VMs? Esteban wrote: >I'm in a project using EAN13

Re: [Pharo-dev] [ANN] Barcode project with initial EAN13

2013-06-15 Thread Esteban A. Maringolo
As far as I understood it is Barcode generation and not scanning. I'm in a project using EAN13 (and 8) a lot, but the scanning is done at the client with a third party lib. However it is good to know I'll have support at the server side. Regards, El 15/06/2013 05:01, "Stéphane Ducasse" escribió:

Re: [Pharo-dev] About validation

2013-06-15 Thread Sean P. DeNigris
Stéphane Ducasse wrote > Now does anybody implemented in Pharo the SUnit extension? >From http://forum.world.st/ANN-ValidationRevisited-alpha-td4690680.html : Gofer it smalltalkhubUser: 'SeanDeNigris' project: 'aMentoringCourseOnSmalltalk'; package: 'ValidationRevisited'; load. Bu

Re: [Pharo-dev] [ANN] Voyage updated to 2.0 and blog post

2013-06-15 Thread Auverlot Olivier
Hi Esteban, Very cool ! thanks for the documentation. I just started a project with Mongodb and Voyage. The tutorial will help me. Best regards Olivier ;-) Hi, I worked a bit on voyage today to update the configuration for 2.0 (it was working, but not with the latest versions). I also finis

Re: [Pharo-dev] [ANN] Barcode project with initial EAN13

2013-06-15 Thread Stéphane Ducasse
Excellent How do you plug that with a camera and image recognition system? > Hi, > > didnt know Barcodes are so easy to implement in Smalltalk. So I started with > EAN13 barcode > together with unit tests. Project lives on: > > http://smalltalkhub.com/#!/~TorstenBergmann/Barcode > > You can

Re: [Pharo-dev] [Pharo-users] [ANN] Voyage updated to 2.0 and blog post

2013-06-15 Thread Stéphane Ducasse
Thanks esteban I will convert the blog into a draft chapter so that olivier can help documenting it too. Stef On Jun 14, 2013, at 4:01 PM, Esteban Lorenzano wrote: > Hi, > > I worked a bit on voyage today to update the configuration for 2.0 (it was > working, but not with the latest versions

Re: [Pharo-dev] [BUG]: Extension Methods Missing from Packages

2013-06-15 Thread Stéphane Ducasse
Hi guys we have some deadlines coming and esteban got some deadline last week, igor is diving into the new text model and doing a large pass on it and we should be back on hacking mode. Stef On Jun 13, 2013, at 2:31 PM, Goubier Thierry wrote: > However, if you write the extension category a

Re: [Pharo-dev] [BUG]: Extension Methods Missing from Packages

2013-06-15 Thread Stéphane Ducasse
On Jun 14, 2013, at 9:29 AM, Esteban Lorenzano wrote: > > On Jun 14, 2013, at 7:52 AM, Marcus Denker wrote: > >> >> On Jun 14, 2013, at 4:13 AM, Sean P. DeNigris wrote: >> >>> This bug is a major PITA. Please review and integrate the fixes!!! >>> >> >> >> Yes, it would be nice if mo

Re: [Pharo-dev] aString translated

2013-06-15 Thread Stéphane Ducasse
Yes :) Stef On Jun 14, 2013, at 8:20 AM, Denis Kudriashov wrote: > I always wondering why any developer should worry about translation when make > labels. > It is obviously code dublication: around creation of any label there is > #translated message. Why people not put it inside labels itsel

[Pharo-dev] About validation

2013-06-15 Thread Stéphane Ducasse
Hi I read the chapter on validation of the mentoring course book of andres valloud. http://www.lulu.com/fr/fr/shop/andres-valloud/a-mentoring-course-on-smalltalk/paperback/product-3788890.html And I love this extension of SUnit. I loved the idea when I saw it for the first time at Lug