[Pharo-dev] [update 3.0] #30263

2013-07-11 Thread Marcus Denker
30263 - 10304 FileStreamTest should cleanup test files created https://pharo.fogbugz.com/f/cases/10304 10466 Better interruption https://pharo.fogbugz.com/f/cases/10466 11147 FileReference(Object)>>doesNotUnderstand: #other https://pharo.fogbugz.com/f/

[Pharo-dev] [regression reporter]regression occurred

2013-07-11 Thread no-reply
https://ci.inria.fr/pharo/job/Pharo-3.0-Update-Step-2-Validation/label=win/332/ 25 regressions found. FileSystem.Tests.Disk.DiskFileSystemTest.testCopy FileSystem.Tests.Disk.DiskFileSystemTest.testCopyDestExists FileSystem.Tests.Disk.DiskFileSystemTest.testCopySourceDoesntExist FileSystem.

Re: [Pharo-dev] [update 3.0] #30263

2013-07-11 Thread Marcus Denker
I will revert this update… we *really* need something that runs the tests of the submitted fixes… it seems that 11147 FileReference(Object)>>doesNotUnderstand: #other is not working *at all*. On Jul 11, 2013, at 10:00 AM, Marcus Denker wrote: > 30263 > - > > 10304 FileStreamT

Re: [Pharo-dev] Some Spec questions

2013-07-11 Thread Andrei Vasile Chis
> Actually Erwan Douaille is doing WidgetAbstractWrapper to solve this > problem (I've just learnt that a few minutes ago). You may discuss with him > about that. > Super. Thanks for all the help and the info Andrei

Re: [Pharo-dev] [update 3.0] #30261

2013-07-11 Thread Friedrich Dominicus
Marcus Denker writes: > 30261 > - > > 11138 Implementation of user directories is a mess > https://pharo.fogbugz.com/f/cases/11138 > > Diff information: > http://smalltalkhub.com/mc/Pharo/Pharo30/main/Traits-MarcusDenker.542.diff > http://smalltalkhub.com/mc/Pharo/Pharo30/main/Fi

Re: [Pharo-dev] [update 3.0] #30261

2013-07-11 Thread Marcus Denker
On Jul 11, 2013, at 10:27 AM, Friedrich Dominicus wrote: > Marcus Denker writes: > >> 30261 >> - >> >> 11138 Implementation of user directories is a mess >> https://pharo.fogbugz.com/f/cases/11138 >> >> Diff information: >> http://smalltalkhub.com/mc/Pharo/Pharo30/main/Traits-

[Pharo-dev] [update 3.0] #30263

2013-07-11 Thread Marcus Denker
30263, the third try - 10466 Better interruption https://pharo.fogbugz.com/f/cases/10466 10304 FileStreamTest should cleanup test files created https://pharo.fogbugz.com/f/cases/10304 Diff information: http://smalltalkhub.com/mc/Pharo/Pharo30/main/Tests-MarcusDenke

Re: [Pharo-dev] the return of the strange methods

2013-07-11 Thread Jan Vrany
On 11/07/13 07:32, Marcus Denker wrote: On Jul 11, 2013, at 8:26 AM, Stéphane Ducasse wrote: I would really like to have Sunit 5 in Pharo. Of course we added lots of things to Sunit, so this means rewriting tests. (e.g. skip). And we will get the sunit* methods back… You sure? Because

Re: [Pharo-dev] [update 3.0] #30263

2013-07-11 Thread Sven Van Caekenberghe
On 11 Jul 2013, at 10:54, Marcus Denker wrote: > 30263, the third try Isn't the Monkey supposed to catch bogus integrations _before_ you ?

Re: [Pharo-dev] [update 3.0] #30261

2013-07-11 Thread Stephan Eggermont
Marcu swrote: >Sadly right now one needs an account... > >There are multiple bugs that make the experience right now a bit sub-optimal > >1) to get an account quickly there is > >http://bugs.pharo.org > >*but* there is a bug that it does not work with a dot in the email address.

Re: [Pharo-dev] [update 3.0] #30263

2013-07-11 Thread Camillo Bruni
On 2013-07-11, at 12:03, Sven Van Caekenberghe wrote: > On 11 Jul 2013, at 10:54, Marcus Denker wrote: > >> 30263, the third try > > Isn't the Monkey supposed to catch bogus integrations _before_ you ? We still have strange issues with the ImageWorker (running code in a remote image) that's w

Re: [Pharo-dev] [update 3.0] #30261

2013-07-11 Thread Camillo Bruni
On 2013-07-11, at 12:11, Stephan Eggermont wrote: > Marcu swrote: >> Sadly right now one needs an account... >> >> There are multiple bugs that make the experience right now a bit sub-optimal >> >> 1) to get an account quickly there is >> >> http://bugs.pharo.org >> >> *but* there i

Re: [Pharo-dev] Some updates to GLorp

2013-07-11 Thread Esteban A. Maringolo
What is the configuration I should load to get the latest Glorp + PostgreSQL? Esteban A. Maringolo 2013/7/10 Mariano Martinez Peck : > Hi guys > > I did a couple of things related to Glorp. I commited 2 fixes related to the > connection pool. > Also, for the native postgres driver, I adapted the

Re: [Pharo-dev] Some updates to GLorp

2013-07-11 Thread Mariano Martinez Peck
If by PostgresSQL you mean the native driver (not OpenDBXDriver), then in my conf I load from ' http://www.smalltalkhub.com/mc/DBXTalk/Configurations/main' (ConfigurationOfGlorpDBX project version: '2.8') load: #('GlorpPostgresV2NativeWithTests' ). That should work. On Thu, Jul 11, 2013 at 9:2

[Pharo-dev] Notification extends Exception...

2013-07-11 Thread Vincent Blondeau
Hi, For Moose on web, I have to implement the loading of a Moose Model by a HTML post request. This request send a file which have to been parsed to create a model. The parsing launch a Job (by an UIManager) and the Job throws a JobStartNotification at his beginning. JobStartNotification is

[Pharo-dev] [update 3.0] #30264

2013-07-11 Thread Esteban Lorenzano
30264 - 11151 More changes needed to trait/classes polymorphism https://pharo.fogbugz.com/f/cases/11151/ (pass 1) Diff information: http://smalltalkhub.com/mc/Pharo/Pharo30/main/Traits-EstebanLorenzano.544.diff http://smalltalkhub.com/mc/Pharo/Pharo30/main/RPackage-Core-EstebanLorenz

Re: [Pharo-dev] the return of the strange methods

2013-07-11 Thread Stéphane Ducasse
On Jul 11, 2013, at 8:32 AM, Marcus Denker wrote: > > On Jul 11, 2013, at 8:26 AM, Stéphane Ducasse > wrote: > >> I would really like to have Sunit 5 in Pharo. >> > > Of course we added lots of things to Sunit, so this means rewriting tests. > (e.g. skip). > > And we will get the sunit*

Re: [Pharo-dev] Some updates to GLorp

2013-07-11 Thread Stéphane Ducasse
On Jul 10, 2013, at 10:04 PM, Mariano Martinez Peck wrote: > Hi guys > > I did a couple of things related to Glorp. I commited 2 fixes related to the > connection pool. > Also, for the native postgres driver, I adapted the pool we have for > OpenDBXDriver. It's quite ugly because we are dupl

Re: [Pharo-dev] Notification extends Exception...

2013-07-11 Thread Igor Stasenko
On 11 July 2013 15:06, Vincent Blondeau wrote: > Hi, > > For Moose on web, I have to implement the loading of a Moose Model by a HTML > post request. > This request send a file which have to been parsed to create a model. > > The parsing launch a Job (by an UIManager) and the Job throws a > JobSta

Re: [Pharo-dev] Notification extends Exception...

2013-07-11 Thread Frank Shearar
On 11 July 2013 14:06, Vincent Blondeau wrote: > Hi, > > For Moose on web, I have to implement the loading of a Moose Model by a HTML > post request. > This request send a file which have to been parsed to create a model. > > The parsing launch a Job (by an UIManager) and the Job throws a > JobSta

Re: [Pharo-dev] Notification extends Exception...

2013-07-11 Thread Guillaume Larcheveque
An exception sounds to me like something that is not expected. In my opinion, a notification is not an exception but just an information. Esteban told me that this discussion has already occurs but I was not able to find it. 2013/7/11 Igor Stasenko > On 11 July 2013 15:06, Vincent Blondeau >

Re: [Pharo-dev] Notification extends Exception...

2013-07-11 Thread Frank Shearar
On 11 July 2013 14:26, Guillaume Larcheveque wrote: > An exception sounds to me like something that is not expected. In my > opinion, a notification is not an exception but just an information. It's a terminology problem. The Smalltalk class Exception does not represent the same thing as the Ruby

Re: [Pharo-dev] Notification extends Exception...

2013-07-11 Thread Sven Van Caekenberghe
Vincent, On 11 Jul 2013, at 15:06, Vincent Blondeau wrote: > I use a Zinc Server. So when I do the request, Zinc catch the Exception and > send an error as response. ZnSingleThreadedServer>>#handleRequestProtected: request "Handle request and return a response. If a Smalltalk

Re: [Pharo-dev] Some updates to GLorp

2013-07-11 Thread Mariano Martinez Peck
I do agree. But notice that it took me like 2 days to adapt the pool to the native driver, find the problems, fix the bugs, commit fixed, update the confs, etc. So that was already something :) On Thu, Jul 11, 2013 at 4:14 AM, Stéphane Ducasse wrote: > > On Jul 10, 2013, at 10:04 PM, Mariano Ma

Re: [Pharo-dev] Notification extends Exception...

2013-07-11 Thread Vincent Blondeau
Le 11/07/2013 15:42, Sven Van Caekenberghe a écrit : Vincent, On 11 Jul 2013, at 15:06, Vincent Blondeau wrote: I use a Zinc Server. So when I do the request, Zinc catch the Exception and send an error as response. ZnSingleThreadedServer>>#handleRequestProtected: request "Handle re

Re: [Pharo-dev] Some Spec questions

2013-07-11 Thread Clara Allende
Great! Thank you guys :) On 11 July 2013 05:17, Andrei Vasile Chis wrote: > > Actually Erwan Douaille is doing WidgetAbstractWrapper to solve this >> problem (I've just learnt that a few minutes ago). You may discuss with him >> about that. >> > > Super. Thanks for all the help and the info > >

Re: [Pharo-dev] Notification extends Exception...

2013-07-11 Thread Sven Van Caekenberghe
On 11 Jul 2013, at 16:08, Vincent Blondeau wrote: > Le 11/07/2013 15:42, Sven Van Caekenberghe a écrit : >> Vincent, >> >> On 11 Jul 2013, at 15:06, Vincent Blondeau >> wrote: >> >>> I use a Zinc Server. So when I do the request, Zinc catch the Exception and >>> send an error as response.

[Pharo-dev] [Update 3.0] 30265

2013-07-11 Thread Esteban Lorenzano
11151 More changes needed to trait/classes polymorphism https://pharo.fogbugz.com/f/cases/11151/ (pass 2)

Re: [Pharo-dev] [Update 3.0] 30265

2013-07-11 Thread Sebastian Tleye
Excellent!! 2013/7/11 Esteban Lorenzano > 11151 More changes needed to trait/classes polymorphism > https://pharo.fogbugz.com/f/cases/11151/ > > (pass 2) > >

[Pharo-dev] [regression reporter]regression occurred

2013-07-11 Thread no-reply
https://ci.inria.fr/pharo/job/Pharo-3.0-Update-Step-2-Validation/label=linux-stable-worker/338/ 1 regressions found. Tests.CodeImport.ChunkImportTestCase.testImportAClassCategory

[Pharo-dev] [regression reporter]regression occurred

2013-07-11 Thread no-reply
https://ci.inria.fr/pharo/job/Pharo-3.0-Update-Step-2-Validation/label=mac/338/ 1 regressions found. Tests.Release.ReleaseTest.testUnknownProcesses

[Pharo-dev] [regression reporter]regression occurred

2013-07-11 Thread no-reply
https://ci.inria.fr/pharo/job/Pharo-3.0-Update-Step-2-Validation/label=win/338/ 1 regressions found. Tests.Release.ReleaseTest.testUnknownProcesses

[Pharo-dev] [update 3.0] #30266

2013-07-11 Thread Esteban Lorenzano
30266 - 11151 More changes needed to trait/classes polymorphism https://pharo.fogbugz.com/f/cases/11151/ (pass 3, one more to come)

Re: [Pharo-dev] Notification extends Exception...

2013-07-11 Thread Nicolas Cellier
Catching all/any Exception is generally considered a code smell 2013/7/11 Sven Van Caekenberghe > > On 11 Jul 2013, at 16:08, Vincent Blondeau < > vincent.blond...@polytech-lille.net> wrote: > > > Le 11/07/2013 15:42, Sven Van Caekenberghe a écrit : > >> Vincent, > >> > >> On 11 Jul 2013, at 15

Re: [Pharo-dev] Notification extends Exception...

2013-07-11 Thread Sven Van Caekenberghe
On 11 Jul 2013, at 18:05, Nicolas Cellier wrote: > Catching all/any Exception is generally considered a code smell In Pharo 3.0 AssertionFailure inherits from Error, which takes away my reason to catch Exception instead of Error. > 2013/7/11 Sven Van Caekenberghe > > On 11 Jul 2013, at 16:

Re: [Pharo-dev] Notification extends Exception...

2013-07-11 Thread Norbert Hartl
Am 11.07.2013 um 18:05 schrieb Nicolas Cellier : > Catching all/any Exception is generally considered a code smell > Not if you reach the borders of a defined system. In the smalltalk system this is an unhandled exception: it catches it and opens a debugger on it. In Svens case it is simila

Re: [Pharo-dev] Notification extends Exception...

2013-07-11 Thread Camillo Bruni
On 2013-07-11, at 18:12, Sven Van Caekenberghe wrote: > On 11 Jul 2013, at 18:05, Nicolas Cellier > wrote: > >> Catching all/any Exception is generally considered a code smell > > In Pharo 3.0 AssertionFailure inherits from Error, which takes away my reason > to catch Exception instead of Err

[Pharo-dev] [update 3.0] #30267

2013-07-11 Thread Esteban Lorenzano
30267 - 11151 More changes needed to trait/classes polymorphism https://pharo.fogbugz.com/f/cases/11151/ (pass 4, final) Diff information: http://smalltalkhub.com/mc/Pharo/Pharo30/main/Traits-EstebanLorenzano.547.diff http://smalltalkhub.com/mc/Pharo/Pharo30/main/ToolsTest-EstebanLor

Re: [Pharo-dev] Notification extends Exception...

2013-07-11 Thread Frank Shearar
On 11 July 2013 17:26, Camillo Bruni wrote: > On 2013-07-11, at 18:12, Sven Van Caekenberghe wrote: >> On 11 Jul 2013, at 18:05, Nicolas Cellier >> wrote: >> >>> Catching all/any Exception is generally considered a code smell >> >> In Pharo 3.0 AssertionFailure inherits from Error, which takes

Re: [Pharo-dev] Notification extends Exception...

2013-07-11 Thread Guillaume Larcheveque
In my opinion, Java have the right name: an exception is something that not occurs every time by definition. In our case, a JobStartNotification is always thrown; which is the opposite of an exception 2013/7/11 Frank Shearar > On 11 July 2013 17:26, Camillo Bruni wrote: > > On 2013-07-11, at 1

Re: [Pharo-dev] Notification extends Exception...

2013-07-11 Thread Frank Shearar
On 11 July 2013 19:20, Guillaume Larcheveque wrote: > In my opinion, Java have the right name: an exception is something that not > occurs every time by definition. In our case, a JobStartNotification is > always thrown; which is the opposite of an exception That's all fine and good, except Small

Re: [Pharo-dev] OpenDBX problem with simultaneus connections

2013-07-11 Thread Mariano Martinez Peck
I recommend to update to the last commit I did... Otherwise, if you were using different instances of Login for each session you should have several SelmaConnectionPool alive :) (rather than 1) On Sat, Jul 6, 2013 at 5:54 PM, Facundo Vozzi wrote: > Thanks Esteban. > > Now, I changed GlorpOpenDB

[Pharo-dev] Ph.D. Student Position on Dynamic Reflective Language Integration with FPGAs for Robotic Applications

2013-07-11 Thread jannik.laval
Dear Smalltalkers, We are searching for a PhD Student. Following you will find the proposal. Best regards, == Location: Mines de Douai and ENSTA Brest (France) Advisor and contacts: Noury Bouraqadi, Luc Fabresse, Jannik Laval (c...@mines-douai.fr, website: http://car.mines-douai.fr/) Loïc

Re: [Pharo-dev] the return of the strange methods

2013-07-11 Thread Camillo Bruni
On 2013-07-11, at 09:12, Stéphane Ducasse wrote: > On Jul 11, 2013, at 8:32 AM, Marcus Denker wrote: >> On Jul 11, 2013, at 8:26 AM, Stéphane Ducasse >> wrote: >> >>> I would really like to have Sunit 5 in Pharo. >>> >> >> Of course we added lots of things to Sunit, so this means rewriting t

Re: [Pharo-dev] OpenDBX problem with simultaneus connections

2013-07-11 Thread Facundo Vozzi
Mariano, is OpenDBXDriver-MarianoMartinezPeck.38 your last commit? Thanks On Thu, Jul 11, 2013 at 5:21 PM, Mariano Martinez Peck < marianop...@gmail.com> wrote: > I recommend to update to the last commit I did... > Otherwise, if you were using different instances of Login for each session > you

Re: [Pharo-dev] [update 3.0] #30267

2013-07-11 Thread Damien Cassou
On Thu, Jul 11, 2013 at 6:36 PM, Esteban Lorenzano wrote: > 11151 More changes needed to trait/classes polymorphism > https://pharo.fogbugz.com/f/cases/11151/ That's huge. Soon, we will be able to remove thr ClassDescription and Behavior classes. It makes sense because they are useless i

[Pharo-dev] @lab at midday

2013-07-11 Thread Esteban Lorenzano
french lessons (yep, 3 this week :)