[Pharo-dev] [regression reporter]regression occurred

2013-09-26 Thread no-reply
https://ci.inria.fr/pharo/job/Pharo-3.0-Update-Step-2.1-Validation/label=win/531/ 2 regressions found. Zinc.Tests.ZnServerTests.testEntityTooLarge Zinc.Zodiac.ZnHTTPSTests.testGetPharoVersion

Re: [Pharo-dev] SmalltalkHub use of LESS stylesheets

2013-09-26 Thread Sebastian Sastre
I'm curions on how this develops. Looking forward for hear about every tactic to make amber apps loading snappishly :D On Sep 26, 2013, at 11:27 PM, Esteban A. Maringolo wrote: > Hi all, > > The SmalltalkHub website seems to be using LESS stylesheets, which are > downloaded in a sequential

[Pharo-dev] SmalltalkHub use of LESS stylesheets

2013-09-26 Thread Esteban A. Maringolo
Hi all, The SmalltalkHub website seems to be using LESS stylesheets, which are downloaded in a sequential order, and it takes ~20sec to download the styles. Wouldn't it be better to compile the LESS stylesheets to regular CSS files (combined and minified in a single file would be great). LESS sty

Re: [Pharo-dev] UI Mess

2013-09-26 Thread Camillo Bruni
On 2013-09-26, at 15:50, GOUBIER Thierry wrote: > Thanks, Sean, I'm happy that after Erwan suggestion of an issue, someone took > charge of cleaning that :) > > My own position is that current Pharo has unified the filesystem issue with > FileReference, and that I'm not impressed by moving te

Re: [Pharo-dev] [Issue Tracker] input of submitters/bug fixers needed

2013-09-26 Thread kilon
I agree, closing bugs , or deleting them, on the grounds that none has comment on them for a very long time is a very bad idea. Pharo has a small crowd of users and I seriously doubt they care much of the bug report process. That does not make a bug any less important though. In the end of the da

Re: [Pharo-dev] [Issue Tracker] input of submitters/bug fixers needed

2013-09-26 Thread Stéphane Ducasse
On Sep 26, 2013, at 3:57 PM, Camillo Bruni wrote: > > On 2013-09-26, at 10:23, "Sean P. DeNigris" wrote: > >> Marcus Denker-4 wrote >>> The problem is that if we have over 500 entries, people just give up. >>> They say "what use is it to fix 1, there are just too many". >> >> Okay, so I thin

Re: [Pharo-dev] UI Mess

2013-09-26 Thread Stéphane Ducasse
If you remember a while ago I was thinking that the theme could be managed like settings (ie encapsulated in the widgets and that the widgets could encapsulate their default for theme), but sadly I was wrong because a theme oftn requires specific computation. So probably we should have a widget

Re: [Pharo-dev] A simple File browser ?

2013-09-26 Thread Stéphane Ducasse
Thanks we appreciate :) Bootstrap pharo, pharo consortium, and business is taking a lot of time and energy :) But we will do it. > > Yes, I know. I'm trying to close all the ones I have around at the moment > before opening a new one :) > > Thierry > -- > Thierry Goubier > CEA list > Laborato

Re: [Pharo-dev] UI Mess

2013-09-26 Thread Sean P. DeNigris
Goubier Thierry wrote > answer := UIManager default > chooseFileReference: 'Select a file' > path: aFileReference > pattern: '*.png' > name: nil I can't tell if that captures the full options of fileDialogWindow without a bit more investigation, but that would be a great improvemen

Re: [Pharo-dev] [PROVENANCE INTERNET] Re: A simple File browser ?

2013-09-26 Thread Erwan Douaille
https://pharo.fogbugz.com/default.asp?11690 just as a reminder :) 2013/9/26 Stéphane Ducasse > > On Sep 26, 2013, at 11:35 AM, Goubier Thierry > wrote: > > > Solution: > > > > (UIManager default chooseFullFileName: 'Choose an Icon' extensions: nil > path: nil preview: nil) asFileReference > >

Re: [Pharo-dev] [PROVENANCE INTERNET] Re: A simple File browser ?

2013-09-26 Thread Stéphane Ducasse
On Sep 26, 2013, at 11:35 AM, Goubier Thierry wrote: > Solution: > > (UIManager default chooseFullFileName: 'Choose an Icon' extensions: nil path: > nil preview: nil) asFileReference > > We could probably clean up a bit those chooseXXX methods :) oh yes! If we could get more time. Stef

Re: [Pharo-dev] Strange FileDoesNotExistException when loading code from Seaside...

2013-09-26 Thread Mariano Martinez Peck
it is similar to an error that appears in some Jenkins jobs like: ASTCache>>at: in Block: [31m Startup Error: FileDoesNotExistException: '< https://ci.inria.fr/pharo-contribution/job/Fuel/PHARO=30,VERSION=bleedingEdge,VM=vm/ws/Fuel.changes '> [0mMultiByteFileStream class(StandardFileStr

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

2013-09-26 Thread Pavel Krivanek
The update build failed on Linux slave -- Pavel 2013/9/26 Marcus Denker : > 30425 > - > > 11687 Merge Opal with Opal Repository > https://pharo.fogbugz.com/f/cases/11687 > > 11688 Pharo Kernel shrinking update for 30424 > https://pharo.fogbugz.com/f/cases/11688 > > Diff inform

Re: [Pharo-dev] UI Mess

2013-09-26 Thread GOUBIER Thierry
Thanks, Sean, I'm happy that after Erwan suggestion of an issue, someone took charge of cleaning that :) My own position is that current Pharo has unified the filesystem issue with FileReference, and that I'm not impressed by moving ten variants of an API for choosing files from one class to an

Re: [Pharo-dev] Strange FileDoesNotExistException when loading code from Seaside...

2013-09-26 Thread Mariano Martinez Peck
Of course, executing the SAME load code from the workspace in the image does workso this is only when I trigger it from a seaside button...weird... On Thu, Sep 26, 2013 at 3:31 PM, Mariano Martinez Peck < marianop...@gmail.com> wrote: > ups...here is the screenshot. > > > On Thu, Sep 26, 201

[Pharo-dev] Pharo Launcher cant launch Image on Windows

2013-09-26 Thread kilon
Pharo Launcher cant launch images it download on windows . Does not understand in ExternalWindowProcess >> value , nextPutAll:. There is however a comment inside the method that says : "FIXME: Close the initial pipe handles. For now, I have not implemented passing these to the child, and there is n

[Pharo-dev] Strange FileDoesNotExistException when loading code from Seaside...

2013-09-26 Thread Mariano Martinez Peck
Hi guys, I have a link in a Seaside app that allow us to trigger a Metacello load to update the source code. It has a weird errorI get a FileDoesNotExistException with the .changes file, which indeed exists. The error is in #readOnlyFileNamed:. I attach an screenshot of the stack. What is fun

Re: [Pharo-dev] UI Mess

2013-09-26 Thread Sean P. DeNigris
Camillo Bruni-3 wrote > Just image that the UIManager should also work on the CommandLine After browsing UICommandLineManager>>#chooseFrom:lines:title:, I see where we are headed - mimicking the headful interactions via stdin/out. Very cool! Camillo Bruni-3 wrote > Returning any window on UIMana

Re: [Pharo-dev] [Pharo-users] [ANN] Launching Pharo on Ubuntu

2013-09-26 Thread btc
kilon wrote: yeap definetly excited. I love python, but really missed such an IDE as pharo. But now I can say I found the tool I was always looking for. :) Ok tried , latest PharoLauncher on windows. Brogress bars work well, it even displays a third one for unziping the files. But I f

[Pharo-dev] [update 3.0] #30425

2013-09-26 Thread Marcus Denker
30425 - 11687 Merge Opal with Opal Repository https://pharo.fogbugz.com/f/cases/11687 11688 Pharo Kernel shrinking update for 30424 https://pharo.fogbugz.com/f/cases/11688 Diff information: http://smalltalkhub.com/mc/Pharo/Pharo30/main/System-Support-MarcusDenker.916.

Re: [Pharo-dev] UI Mess

2013-09-26 Thread Camillo Bruni
On 2013-09-26, at 12:29, "Sean P. DeNigris" wrote: > We have FileDialogWindow, which is a cool little class which implements all > the cool things you may want to do when selecting a file, for example: > - answer either a directory, file, file entry, etc. > - set an initial directory > - set the

[Pharo-dev] UI Mess

2013-09-26 Thread Sean P. DeNigris
We have FileDialogWindow, which is a cool little class which implements all the cool things you may want to do when selecting a file, for example: - answer either a directory, file, file entry, etc. - set an initial directory - set the sorting block Life is good. Then, we take the entire domain

[Pharo-dev] [update 3.0] #30424

2013-09-26 Thread Marcus Denker
30424 - 11684 Make Compiler unloadable part 1 https://pharo.fogbugz.com/f/cases/11684 11685 Make Compiler unloadable part 2 https://pharo.fogbugz.com/f/cases/11685 Diff information: http://smalltalkhub.com/mc/Pharo/Pharo30/main/Traits-MarcusDenker.572.diff ht

Re: [Pharo-dev] [Pharo-users] [ANN] Launching Pharo on Ubuntu

2013-09-26 Thread Damien Cassou
On Thu, Sep 26, 2013 at 2:04 PM, kilon wrote: > Is this why image launching fails, or is it unrelated ? open a new thread about that please. -- Damien Cassou http://damiencassou.seasidehosting.st "Success is the ability to go from one failure to another without losing enthusiasm." Winston Chu

Re: [Pharo-dev] [Issue Tracker] input of submitters/bug fixers needed

2013-09-26 Thread Camillo Bruni
On 2013-09-26, at 10:23, "Sean P. DeNigris" wrote: > Marcus Denker-4 wrote >> The problem is that if we have over 500 entries, people just give up. >> They say "what use is it to fix 1, there are just too many". > > Okay, so I think a "Resolved" status like "Stale" would be a good > compromise.

Re: [Pharo-dev] Pharo Launcher link

2013-09-26 Thread Damien Cassou
On Wed, Sep 25, 2013 at 3:11 PM, kilon wrote: > Its not far from that goal at all. Congratulation for you work, you can > count me in as a contributor :) please send your code to smalltalkhub as soon as you have something and tell me. Thank you kilon -- Damien Cassou http://damiencassou.seasi

Re: [Pharo-dev] [Issue Tracker] input of submitters/bug fixers needed

2013-09-26 Thread Sean P. DeNigris
Marcus Denker-4 wrote > The problem is that if we have over 500 entries, people just give up. > They say "what use is it to fix 1, there are just too many". Okay, so I think a "Resolved" status like "Stale" would be a good compromise. Then we can close the issue, but it will be tagged as to the re

Re: [Pharo-dev] A simple File browser ?

2013-09-26 Thread Goubier Thierry
Le 26/09/2013 14:47, Marcus Denker a écrit : On Sep 26, 2013, at 1:16 PM, Goubier Thierry wrote: Le 26/09/2013 11:47, Erwan Douaille a écrit : 2013/9/26 Goubier Thierry mailto:thierry.goub...@cea.fr>> Solution: (UIManager default chooseFullFileName: 'Choose an Icon' extensio

Re: [Pharo-dev] [PROVENANCE INTERNET] Re: A simple File browser ?

2013-09-26 Thread Marcus Denker
On Sep 26, 2013, at 1:16 PM, Goubier Thierry wrote: > > > Le 26/09/2013 11:47, Erwan Douaille a écrit : >> >> >> >> 2013/9/26 Goubier Thierry > > >> >>Solution: >> >>(UIManager default chooseFullFileName: 'Choose an Icon' extensions: >>nil path:

Re: [Pharo-dev] [Issue Tracker] input of submitters/bug fixers needed

2013-09-26 Thread Marcus Denker
On Sep 26, 2013, at 2:34 PM, "Sean P. DeNigris" wrote: > Thank you for taking care of this, Marcus! > > While we're on the subject, there have been some issues which were not > resolved that were closed due to e.g. inactivity. I totally understand the > need to keep the bug tracker to a managea

Re: [Pharo-dev] [Issue Tracker] input of submitters/bug fixers needed

2013-09-26 Thread Sean P. DeNigris
Thank you for taking care of this, Marcus! While we're on the subject, there have been some issues which were not resolved that were closed due to e.g. inactivity. I totally understand the need to keep the bug tracker to a manageable size, but I feel that something is lost when we do this. For exa

Re: [Pharo-dev] [Pharo-users] [ANN] Launching Pharo on Ubuntu

2013-09-26 Thread kilon
yeap definetly excited. I love python, but really missed such an IDE as pharo. But now I can say I found the tool I was always looking for. :) Ok tried , latest PharoLauncher on windows. Brogress bars work well, it even displays a third one for unziping the files. But I found a bug, it cant

Re: [Pharo-dev] [OT] What's Your Next Language on the Javascript Platform?

2013-09-26 Thread kilon
Voted . Ok be sincere how many of you actually use amber ? :D -- View this message in context: http://forum.world.st/OT-What-s-Your-Next-Language-on-the-Javascript-Platform-tp4710516p4710522.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.

[Pharo-dev] For those with arm / back problems -> Code by Voice

2013-09-26 Thread kilon
Here is a very nice presentation for coding by voice using emacs. It should work for pharo too via shampoo ( https://github.com/dmatveev/shampoo-emacs ) Here is the presentation https://www.youtube.com/watch?v=8SkdfdXWYaI

[Pharo-dev] [OT] What's Your Next Language on the Javascript Platform?

2013-09-26 Thread Esteban Lorenzano
not bad :) http://www.infoq.com/research/languages-on-javascript-platform

Re: [Pharo-dev] [PROVENANCE INTERNET] Re: A simple File browser ?

2013-09-26 Thread Goubier Thierry
Le 26/09/2013 11:47, Erwan Douaille a écrit : 2013/9/26 Goubier Thierry mailto:thierry.goub...@cea.fr>> Solution: (UIManager default chooseFullFileName: 'Choose an Icon' extensions: nil path: nil preview: nil) asFileReference So coool :) Thanks ! We could probably clean u

Re: [Pharo-dev] [PROVENANCE INTERNET] Re: A simple File browser ?

2013-09-26 Thread Erwan Douaille
2013/9/26 Goubier Thierry > Solution: > > (UIManager default chooseFullFileName: 'Choose an Icon' extensions: nil > path: nil preview: nil) asFileReference > > So coool :) Thanks ! > We could probably clean up a bit those chooseXXX methods :) > > Yes, just browsing it looks horrible :) Just as

Re: [Pharo-dev] A simple File browser ?

2013-09-26 Thread Erwan Douaille
Ok thanks ! I was looking to return another kindof answer, by browsing codes ... Let me know when you fix it :) 2013/9/26 Goubier Thierry > Ouch. Looks like it's not really usable then if it returns only the file > name. > > I'll have a deeper look and push an issue then. > > Thierry > > Le 26

Re: [Pharo-dev] [PROVENANCE INTERNET] Re: A simple File browser ?

2013-09-26 Thread Goubier Thierry
Solution: (UIManager default chooseFullFileName: 'Choose an Icon' extensions: nil path: nil preview: nil) asFileReference We could probably clean up a bit those chooseXXX methods :) Thierry Le 26/09/2013 11:30, Goubier Thierry a écrit : Ouch. Looks like it's not really usable then if it ret

Re: [Pharo-dev] A simple File browser ?

2013-09-26 Thread Goubier Thierry
Ouch. Looks like it's not really usable then if it returns only the file name. I'll have a deeper look and push an issue then. Thierry Le 26/09/2013 11:16, Erwan Douaille a écrit : It returns the file name, do you know how can i get the full path or a FileReference ? :) 2013/9/26 Erwan Douai

Re: [Pharo-dev] A simple File browser ?

2013-09-26 Thread Erwan Douaille
It returns the file name, do you know how can i get the full path or a FileReference ? :) 2013/9/26 Erwan Douaille > > > > 2013/9/26 Goubier Thierry > >> Hi, >> >> Why don't you want to use the default, as in: >> >> UIManager default chooseFileMatching: nil >> >> ? >> > Because i didn't know th

Re: [Pharo-dev] A simple File browser ?

2013-09-26 Thread Erwan Douaille
2013/9/26 Goubier Thierry > Hi, > > Why don't you want to use the default, as in: > > UIManager default chooseFileMatching: nil > > ? > Because i didn't know than it exist :) It looks what i expected Thanks ! :) > > Thierry > > Le 26/09/2013 10:40, Erwan Douaille a écrit : > >> Hi, >> >> I woul

[Pharo-dev] [Issue Tracker] input of submitters/bug fixers needed

2013-09-26 Thread Marcus Denker
Hello, The issue tracker is again at over 500 entries: https://pharo.fogbugz.com/f/filters/33/All-by-project Please, if you submitted a bug in the past, check it's status! -> Maybe someone asked you a trivial question that *you* can answer in 10 seconds, but if you don't, the issue can

Re: [Pharo-dev] A simple File browser ?

2013-09-26 Thread Goubier Thierry
Hi, Why don't you want to use the default, as in: UIManager default chooseFileMatching: nil ? Thierry Le 26/09/2013 10:40, Erwan Douaille a écrit : Hi, I would like to know if something like, a file browser ui containing a select button, exist ? Something really simple, just for browse and

[Pharo-dev] A simple File browser ?

2013-09-26 Thread Erwan Douaille
Hi, I would like to know if something like, a file browser ui containing a select button, exist ? Something really simple, just for browse and select one file. In my case i need it for import new icons. Thanks :) -- Best regards, Douaille Erwan