Re: [Pharo-project] Issue 294: VM does not send script files to image

2008-10-27 Thread Damien Cassou
On Mon, Oct 27, 2008 at 9:51 PM, Stéphane Ducasse <[EMAIL PROTECTED]> wrote: > Damien can you try It works, thank you. -- Damien Cassou Peter von der Ahé: «I'm beginning to see why Gilad wished us good luck». (http://blogs.sun.com/ahe/entry/override_snafu) ___

[Pharo-project] iPhone 1.07

2008-10-27 Thread John M McIntosh
I've push out an iPhone 1.07 VM. http://www.smalltalkconsulting.com/squeak.html This VM uses the latest core Pharo image. The VM has a number of changes to enable C data structure support and code examples for putting up a UITextEdit and UITextView for single and multiple line textual inp

Re: [Pharo-project] [ANN] 10116

2008-10-27 Thread Damien Pollet
I don't have italics anymore (not even simulated). Also, a funny one: click to show the world menu, then mouse over the items in the middle section repeteadly. The menus get whiter each time they are displayed :) Maybe menus have to be ironed to fix the color to the pixels, like print-your-logo t

[Pharo-project] Bob

2008-10-27 Thread Keith Hodges
Dear All, Bob is slowly taking shape, I am perhaps a day away from alpha, but I don't have much spare time this week, so I expect that this will not be available until next week. If you would like to contribute, I am hanging around in squeak irc most (uk) evenings. some docs follow, cheers Kei

[Pharo-project] Re: Test Server

2008-10-27 Thread Keith Hodges
Alexandre Bergel wrote: > Hi! > > I've been told that Keith and maybe few others are working on a test > server. > In a 10 minutes seaside coding session I did a small application that > displays a result of a SUnit test. > Is there anything like this around? > > Cheers, > Alexandre Yes... 'SUnit

Re: [Pharo-project] [ANN] 10116

2008-10-27 Thread Stéphane Ducasse
- Browsing seems to be much slower than before. I don't know exactly why, but it could be related to the font changes? Scrolling lists (in the Browser, in Monticello) is horribly slow. Italic letters are strangely spaced. The issues disappear when I set all the fonts to Accuny. Strange, I don'

[Pharo-project] [ANN] 10117 + 10118

2008-10-27 Thread Stéphane Ducasse
Enjoy 10117 - SystemNavigation enh by noury - MethodReference printon enh - Etoy unsent method removal - Installer installer in scriptloader updated 10118 - fixing the bug that annoyed damien :) Now we can load scripts again. Tomorrow late after we will do a sprint at Bern :) Stef __

Re: [Pharo-project] [ANN] 10116

2008-10-27 Thread Adrian Lienhard
thanks for the feedback On Oct 27, 2008, at 21:04 , Lukas Renggli wrote: The update works well. Some issues and ideas: - The new world menu rocks. However I find it slightly confusing that some items can be found at two different locations. I would expect to find the transcript next to the wo

Re: [Pharo-project] Issue 294: VM does not send script files to image

2008-10-27 Thread Stéphane Ducasse
I found the bug using ProjectLauncher to load script is a bit a funny logic to my eyes Damien can you try startUpAfterLogin | scriptName loader isUrl | Preferences readDocumentAtStartup ifTrue: [ HTTPClient isRunningInBrowser ifTrue:[

Re: [Pharo-project] Issue 294: VM does not send script files to image

2008-10-27 Thread Stéphane Ducasse
I tried in 10107 image to put a self halt but it does not show up. I will try to find how I can reproduce your bug On Oct 27, 2008, at 9:27 PM, Stéphane Ducasse wrote: Can you try to paste that method in ProjectLauncher startUpAfterLogin | scriptName loader isUrl | Preference

Re: [Pharo-project] Issue 294: VM does not send script files to image

2008-10-27 Thread Stéphane Ducasse
Can you try to paste that method in ProjectLauncher startUpAfterLogin | scriptName loader isUrl | Preferences readDocumentAtStartup ifTrue: [ HTTPClient isRunningInBrowser ifTrue:[ self setupFromParameters. scriptNam

Re: [Pharo-project] [ANN] 10116

2008-10-27 Thread Lukas Renggli
The update works well. Some issues and ideas: - The new world menu rocks. However I find it slightly confusing that some items can be found at two different locations. I would expect to find the transcript next to the workspace. Also the keyboard shortcuts are missing. - Browsing seems to be muc

Re: [Pharo-project] Issue 294: VM does not send script files to image

2008-10-27 Thread Damien Cassou
On Mon, Oct 27, 2008 at 8:25 PM, Stéphane Ducasse <[EMAIL PROTECTED]> wrote: > may be the codeLoader removal I did yesterday with marcus when I fixed the > etoyFriendly Preferences in Project. This is important that you try to fix this bug as soon as possible so that I can go on generating dev ima

Re: [Pharo-project] About managing pharo submissions

2008-10-27 Thread Lukas Renggli
Accessing the file system directly does not work well with SqueakSource, because then its model is not properly updated. Setting up a WebDAV or FTP repository somewhere else should not be difficult though. Lukas On Mon, Oct 27, 2008 at 8:27 PM, Stéphane Ducasse <[EMAIL PROTECTED]> wrote: > Yes bu

Re: [Pharo-project] Merging one-click and pharo-dev

2008-10-27 Thread Stéphane Ducasse
I do not know. Looks ok, just one minor change, the bundle version in the info.plist reads 3.8.18b1U, but it should read 3.8.18b4U I note this app doesn't have the freetype plugins for any platforms, are they needed? Or is that a pending feature awaiting for font work in the pharo image?

Re: [Pharo-project] Test Server

2008-10-27 Thread Stéphane Ducasse
On Oct 27, 2008, at 5:13 PM, Alexandre Bergel wrote: Hi! I've been told that Keith and maybe few others are working on a test server. this is called Bob and use Sake now I do not know more than that. But would be good to invest to see and possibly help. The refactoring of matthew of instal

Re: [Pharo-project] About managing pharo submissions

2008-10-27 Thread Stéphane Ducasse
Yes but I do not know if the model will be refreshed. I should talk with lukas and adrian about that. On Oct 27, 2008, at 7:45 AM, Damien Cassou wrote: On Sun, Oct 26, 2008 at 2:24 PM, Stéphane Ducasse <[EMAIL PROTECTED]> wrote: - we cannot script squeaksource to move package around You may

Re: [Pharo-project] Pharo-dev and one-click releases

2008-10-27 Thread Stéphane Ducasse
I will check damien. argh. I've just uploaded a new pharo-dev and a new one-click based on 10107 (I'm not able to build images for newer pharo versions, see issue http://code.google.com/p/pharo/issues/detail?id=294). Could you please try them? http://code.google.com/p/pharo/wiki/Downloads?tm=2

Re: [Pharo-project] Issue 294: VM does not send script files to image

2008-10-27 Thread Stéphane Ducasse
may be the codeLoader removal I did yesterday with marcus when I fixed the etoyFriendly Preferences in Project. On Oct 27, 2008, at 8:26 AM, Damien Cassou wrote: Important bug: http://code.google.com/p/pharo/issues/detail?id=294. I'm not able to automatically generate pharo-dev images. -

Re: [Pharo-project] Re: About Issue 248

2008-10-27 Thread Stéphane Ducasse
On Oct 27, 2008, at 9:07 AM, nicolas cellier wrote: Stéphane Ducasse <[EMAIL PROTECTED]> writes: Nicolas I know that when marcus tried to load the slice we got a problem with the dependencies so may we did a mistake moving file to pharoTreated. Now we have a problem because we are spending

[Pharo-project] [ANN] 10116

2008-10-27 Thread Adrian Lienhard
- Issue 185: More World menu cleanup needed (includes the following improvements: mouse-over sub-menus, capitalize tool names, exchange single with double change sorter) - Issue 282: Increase default window sizes - Issue 283: Remove fonts and change default font choices - Remove remaining fla

Re: [Pharo-project] Merging one-click and pharo-dev

2008-10-27 Thread John M McIntosh
Looks ok, just one minor change, the bundle version in the info.plist reads 3.8.18b1U, but it should read 3.8.18b4U I note this app doesn't have the freetype plugins for any platforms, are they needed? Or is that a pending feature awaiting for font work in the pharo image? On Oct 27, 2008,

[Pharo-project] Test Server

2008-10-27 Thread Alexandre Bergel
Hi! I've been told that Keith and maybe few others are working on a test server. In a 10 minutes seaside coding session I did a small application that displays a result of a SUnit test. Is there anything like this around? Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.

Re: [Pharo-project] About managing pharo submissions

2008-10-27 Thread Stéphane Ducasse
Some reflections about it. We would much faster with CS but we would lose ancestry information. So lukas/adrian do you think that it would be possible to script squeaksource to move packages around? Or may be using a svn/ftp whatever file system? In addition it would be important to manage be

Re: [Pharo-project] BlockContextTest requires user action

2008-10-27 Thread Adrian Lienhard
ah, this is not a new test but one that doesn't work anymore as expected: testSupplyAnswerUsingRegexMatchOfQuestion (String includesSelector: #matchesRegex:) ifFalse: [^ self]. self should: [true = ([self confirm: 'You like Smalltalk?'] valueSupplyingAns

[Pharo-project] BlockContextTest requires user action

2008-10-27 Thread Adrian Lienhard
Since version 10114 (or a few versions earlier) BlockContextTest opens a popup (see attached screensot). Is this a joke? Please remove this. Adrian <> ___ http://www.adrian-lienhard.ch/ ___ Pharo-project mailing list Pharo-projec

Re: [Pharo-project] Merging one-click and pharo-dev

2008-10-27 Thread Damien Cassou
On Thu, Oct 23, 2008 at 7:51 AM, John M McIntosh <[EMAIL PROTECTED]> wrote: > However it's a 3.8.18b1U you should use a 3.8.18b4U VM > when you copy over the vm and rename the "Squeak VM Opt" to "squeak" please > also copy over the "Squeak VM Opt.sig" to "Squeak.sig" > That is a pgp signature file

[Pharo-project] Pharo-dev and one-click releases

2008-10-27 Thread Damien Cassou
I've just uploaded a new pharo-dev and a new one-click based on 10107 (I'm not able to build images for newer pharo versions, see issue http://code.google.com/p/pharo/issues/detail?id=294). Could you please try them? http://code.google.com/p/pharo/wiki/Downloads?tm=2 -- Damien Cassou Peter von d

[Pharo-project] Re: About Issue 248

2008-10-27 Thread nicolas cellier
Stéphane Ducasse <[EMAIL PROTECTED]> writes: > > Nicolas > > I know that when marcus tried to load the slice we got a problem with > the dependencies > so may we did a mistake moving file to pharoTreated. > Now we have a problem because we are spending too much time because > dependencies an

[Pharo-project] Issue 294: VM does not send script files to image

2008-10-27 Thread Damien Cassou
Important bug: http://code.google.com/p/pharo/issues/detail?id=294. I'm not able to automatically generate pharo-dev images. -- Damien Cassou Peter von der Ahé: «I'm beginning to see why Gilad wished us good luck». (http://blogs.sun.com/ahe/entry/override_snafu) _