Re: [Pharo-project] Milestone reached :-)

2012-04-09 Thread Pavel Krivanek
Hi Martin, It's interesting idea - to have separate Fuel packages for serialization and materialization (and probably some common base). Currently it is not the most important task to do (we need to clean the residues of the Compiler in the image etc.) but I like it :-) -- Pavel On Mon, Apr 9,

[Pharo-project] about cmd+b, cmd-n

2012-04-09 Thread Stéphane Ducasse
Hi A while ago I added the fact that cmd+b on a selector behave as cmd+m cmd+m on a class behave as cmd+b cmd+N on a selector as cmd+n cmd+n on a class as cmd+N but we lost this cool change probably with the new text editor. Could somebody have a look

[Pharo-project] 1.4 ready?

2012-04-09 Thread Pavel Krivanek
Hi, as I see on http://code.google.com/p/pharo/issues/list?can=2q=label%3AMilestone-1.4, there are only three open issues for 1.4. Two of them are ready to integrate and one needs only CI configuration. Are we ready to release? Cheers, -- Pavel

Re: [Pharo-project] Using stdout in Windows -- 'File stdout is closed'

2012-04-09 Thread Stéphane Ducasse
Can you check with squeak? Because we took stout from levente's work and I do not see why it would not work. Did you try with the latest VM? also the one of eliot? Because may be there is a primitive problem. Stef On Apr 9, 2012, at 1:31 AM, Martin Dias wrote: Hi In my windows 7, I get an

Re: [Pharo-project] 1.4 ready?

2012-04-09 Thread Stéphane Ducasse
On Apr 9, 2012, at 9:23 AM, Pavel Krivanek wrote: Hi, as I see on http://code.google.com/p/pharo/issues/list?can=2q=label%3AMilestone-1.4, there are only three open issues for 1.4. Two of them are ready to integrate and one needs only CI configuration. Are we ready to release? Yes :)

Re: [Pharo-project] font reading problems

2012-04-09 Thread Stéphane Ducasse
indeed much nicer. After this is a question of license to ship by default. For 1.4 we should probably put Bitmap DejaVu Sans Regular 12 or something like that. The default should be good. On Apr 9, 2012, at 10:59 AM, Alexis Parseghian wrote: I have found Droid Sans to be quite

Re: [Pharo-project] Invalid socket handle in Zinc Server after image startup

2012-04-09 Thread Norbert Hartl
Am 08.04.2012 um 18:56 schrieb Mark Smith: Great :). I hope you succeed in coaxing Sven to write a chapter. The more written down the better :). So, do it. Documentation written from a user perspective is often more useful than the one written by the developer. The problems you faced and

[Pharo-project] So I broke 100 Mbytes/s today

2012-04-09 Thread Philippe Marschall
Hi This is a small update on the work I've been doing on the AJP adapter for Seaside. I've optimized the content rendering and reduced the amount of copying it does for content rendering (header rendering still does more copying than strictly necessary). The most dramatic change is with a

Re: [Pharo-project] So I broke 100 Mbytes/s today

2012-04-09 Thread Stéphane Ducasse
thanks philippe for this good energy. Stef On Apr 9, 2012, at 11:48 AM, Philippe Marschall wrote: Hi This is a small update on the work I've been doing on the AJP adapter for Seaside. I've optimized the content rendering and reduced the amount of copying it does for content rendering

[Pharo-project] FFI definitions - structs

2012-04-09 Thread recursive68
Hi, The FFI documentation states the following in terms of defining a C struct fields when defining subclasses of ExternalStructure: # For example, a color structur might implemented so: - first, create a new class named color in the System Browser

Re: [Pharo-project] 1.4 ready?

2012-04-09 Thread Mark Smith
Fantastic! :) On 9 Apr 2012, at 10:04, Stéphane Ducasse wrote: On Apr 9, 2012, at 9:23 AM, Pavel Krivanek wrote: Hi, as I see on http://code.google.com/p/pharo/issues/list?can=2q=label%3AMilestone-1.4, there are only three open issues for 1.4. Two of them are ready to integrate and

[Pharo-project] [Urget, GSoC] A (second) for the HMI with Amber and Pharo project needed

2012-04-09 Thread Dennis Schetinin
Here is the proposal. I find it really interesting. Anyone else? Best regards, Dennis Schetinin Sent with Sparrow (http://www.sparrowmailapp.com/?sig)

Re: [Pharo-project] font reading problems

2012-04-09 Thread Mark Smith
I agree with Sven that monospace isn't needed. I've only ever found monospace useful when I've had to work on code with a large number of nested blocks e.g. for if if if if while if ;). In which case it does help expose the codes structure, but I haven't seen that in Smalltalk. I generally go

Re: [Pharo-project] Invalid socket handle in Zinc Server after image startup

2012-04-09 Thread Mark Smith
On 9 Apr 2012, at 10:07, Norbert Hartl wrote: Am 08.04.2012 um 18:56 schrieb Mark Smith: Great :). I hope you succeed in coaxing Sven to write a chapter. The more written down the better :). So, do it. Documentation written from a user perspective is often more useful than the one

[Pharo-project] curious announcement interaction with halt

2012-04-09 Thread Ben Coman
My understanding of Announcements is not so good yet, but here is another opportunity. While I was trying to trace some code execution to troubleshoot a ticket that I logged for Mondrian, I bumped into some behaviour that seems strange, which I would like to understand. At the end I propose

Re: [Pharo-project] [ANN] NBOpenGL update

2012-04-09 Thread Javier Pimás
Cool!, I'll check on linux when I have some free time. Cheers. On Fri, Apr 6, 2012 at 10:31 AM, Igor Stasenko siguc...@gmail.com wrote: Hi there, for those, who interested, i updated a NBOpenGL configuration. Changes are: - updated GL API to most recent available (taken directly from

Re: [Pharo-project] [ANN] NBOpenGL update

2012-04-09 Thread Damien Cassou
On Fri, Apr 6, 2012 at 3:31 PM, Igor Stasenko siguc...@gmail.com wrote: I did not tested the update thoroughly.. so i would appreciate if people will try it out and tell how it goes. please tell us what we can do to test. I'm on linux. -- Damien Cassou http://damiencassou.seasidehosting.st

Re: [Pharo-project] So I broke 100 Mbytes/s today

2012-04-09 Thread Sven Van Caekenberghe
On 09 Apr 2012, at 11:48, Philippe Marschall wrote: Hi This is a small update on the work I've been doing on the AJP adapter for Seaside. I've optimized the content rendering and reduced the amount of copying it does for content rendering (header rendering still does more copying than

Re: [Pharo-project] Invalid socket handle in Zinc Server after image startup

2012-04-09 Thread Sven Van Caekenberghe
On 08 Apr 2012, at 18:48, Stéphane Ducasse wrote: I'm trying to make sven write a chapter :) So I added it to the server section :) Yes, I have to write some (more) documentation, I know. It is on my list. And one day it will happen. Sven smime.p7s Description: S/MIME cryptographic

Re: [Pharo-project] FFI definitions - structs

2012-04-09 Thread Schwab,Wilhelm K
Try something like what appears below. If you search the Squeak archives, you'll probably find some useful posts by Andreas Raab. Don't expect too much documentation. Overall, Squeak/Pharo's FFI still falls far short of Dolphin's (sorry, but it's true), and structure mapping is a big area of

Re: [Pharo-project] [ANN] NBOpenGL update

2012-04-09 Thread Schwab,Wilhelm K
+1. I have it loaded on Linux, but have *no* clue what to try, or if it even has hope of working (I see Win32 and Mac categories, but no linux-specifics). Bill From: pharo-project-boun...@lists.gforge.inria.fr

Re: [Pharo-project] So I broke 100 Mbytes/s today

2012-04-09 Thread Philippe Marschall
On 09.04.2012 18:44, Sven Van Caekenberghe wrote: On 09 Apr 2012, at 11:48, Philippe Marschall wrote: Hi This is a small update on the work I've been doing on the AJP adapter for Seaside. I've optimized the content rendering and reduced the amount of copying it does for content rendering

Re: [Pharo-project] font reading problems

2012-04-09 Thread Stéphane Ducasse
sound interesting. On Apr 9, 2012, at 2:53 PM, Mark Smith wrote: +1 for Droid Sans (licence permitting) but I'd up the point size to be more in line with Svens message.

Re: [Pharo-project] Invalid socket handle in Zinc Server after image startup

2012-04-09 Thread Stéphane Ducasse
Sven I started to collect material in the Draft/Zinc/ folder on pharobooks. Do you need access to it? Stef On Apr 9, 2012, at 6:46 PM, Sven Van Caekenberghe wrote: On 08 Apr 2012, at 18:48, Stéphane Ducasse wrote: I'm trying to make sven write a chapter :) So I added it to the server

[Pharo-project] Workspace completion with Tab and Ctrl-q gone in Pharo 1.4?

2012-04-09 Thread p...@highoctane.be
I tried the 1.4 and there is no completion anymore. What to do to get it back? Philippe

Re: [Pharo-project] font reading problems

2012-04-09 Thread Joshua Litt
Hello, I am a smalltalk neophyte and I have nothing super constructive to add other than I recently dipped my toe into smalltalk, and stumbled on Pharo. Cog + a streamlined fork of squeak? Count me in! I started to work through PBE, but I just could not get over the font issue. On my massive

Re: [Pharo-project] Workspace completion with Tab and Ctrl-q gone in Pharo 1.4?

2012-04-09 Thread Stéphane Ducasse
first load ConfigurationOfNewECompletion (via the configurationBrowser). Second we will see if we can clean OCompletion to make it work with ECompletion instead of breaking it. We could ship the old and ugly version but we will see if we can make both happily work together. Some people like

Re: [Pharo-project] font reading problems

2012-04-09 Thread Stéphane Ducasse
On Apr 9, 2012, at 9:41 PM, Joshua Litt wrote: Hello, I am a smalltalk neophyte and I have nothing super constructive to add other than I recently dipped my toe into smalltalk, and stumbled on Pharo. welcome :) Cog + a streamlined fork of squeak? Count me in! I started to work through

Re: [Pharo-project] font reading problems

2012-04-09 Thread Joshua Litt
Thank you for the welcome. I figured I was missing something. So, I see I can load my system fonts, and those can be any size. Very neat. Thanks for the help! On Mon, Apr 9, 2012 at 1:31 PM, Stéphane Ducasse stephane.duca...@inria.frwrote: On Apr 9, 2012, at 9:41 PM, Joshua Litt wrote:

[Pharo-project] FFI definitions - structs

2012-04-09 Thread recursive68
Thanks for info and pointers. Cheers.

Re: [Pharo-project] Invalid socket handle in Zinc Server after image startup

2012-04-09 Thread Sven Van Caekenberghe
On 09 Apr 2012, at 21:21, Stéphane Ducasse wrote: Sven I started to collect material in the Draft/Zinc/ folder on pharobooks. Do you need access to it? Yes, I can have a look, we don't have to do double work ;-) Stef On Apr 9, 2012, at 6:46 PM, Sven Van Caekenberghe wrote: On 08 Apr

Re: [Pharo-project] Workspace completion with Tab and Ctrl-q gone in Pharo 1.4?

2012-04-09 Thread p...@highoctane.be
Ok. Thanks. Loaded and working. Kind of a different beast than what was in 1.3 Noticed that 1.4 has somewhat streamlined the PluggableTextMorph and underlying machinery. Good. Still fighting all of the gears to grasp it properly. Question: How can I have a PluggableTextMorph containing clickable

Re: [Pharo-project] Invalid socket handle in Zinc Server after image startup

2012-04-09 Thread Stéphane Ducasse
You were already in :) svn checkout svn://scm.gforge.inria.fr/svnroot/pharobooks/ svn checkout --username anonsvn https://scm.gforge.inria.fr/svn/pharobooks/ Stef On Apr 9, 2012, at 10:51 PM, Sven Van Caekenberghe wrote: On 09 Apr 2012, at 21:21, Stéphane Ducasse wrote: Sven I started to

Re: [Pharo-project] Vm on iOS with Xcode 4.3

2012-04-09 Thread p...@highoctane.be
I do have the cloned repos now. For ConfigurationOfCog where can I pick this one up ? In the supplied image I guess. Right? ... moving (slowly) forward. Thanks! 2012/4/6 p...@highoctane.be p...@highoctane.be Oh great news! Tomorrow will be Pharo iOS day. Le 6 avr. 2012 17:54, Esteban

Re: [Pharo-project] Vm on iOS with Xcode 4.3

2012-04-09 Thread Mariano Martinez Peck
On Tue, Apr 10, 2012 at 12:16 AM, p...@highoctane.be p...@highoctane.bewrote: I do have the cloned repos now. For ConfigurationOfCog where can I pick this one up ? In the supplied image I guess. Right? Hi Philip. Just by change did you read my blog posts about building the VM? they may be

[Pharo-project] Comments/suggestions on deprecations etc

2012-04-09 Thread Martin Sandiford
Hi All, I'm seeing some unexpected behaviour with deprecations in 1.4. For example, if I do the following: Gofer it squeaksource: 'MetacelloRepository'; package: 'ConfigurationOfSeaside30'; load. ConfigurationOfSeaside30 load. Deprecation raiseWarning: false. ZnZincServerAdaptor

Re: [Pharo-project] TextAttribute, TextAction and TextDoIt or TextURL: not working

2012-04-09 Thread Eliot Miranda
On Mon, Apr 9, 2012 at 2:56 PM, p...@highoctane.be p...@highoctane.bewrote: I've been investigating with text. I found things that do work like: ((Text withAll: 'foo') , (Text string: '*' attribute: (TextAnchor new anchoredMorph: EllipseMorph new)) , (Text withAll: 'bar')) asMorph

Re: [Pharo-project] font reading problems

2012-04-09 Thread Alain Plantec
Hi, yes, the default font is not that readable. as a workarround try the following (and see before and after screenshots): --- | fb | StandardFonts setFontsToStyleNamed: #small. fb :=StandardFonts defaultFont emphasized: 1. #($. $: $; $' $` $,) do: [:ch | StandardFonts

Re: [Pharo-project] FFI definitions - structs

2012-04-09 Thread S Krish
ExternalStructure and examples subclasses.. especially X11Display has something basic.. On Tue, Apr 10, 2012 at 2:16 AM, recursiv...@gmail.com wrote: Thanks for info and pointers. Cheers.

Re: [Pharo-project] Using stdout in Windows -- 'File stdout is closed'

2012-04-09 Thread Martin Sandiford
Hi Martin, I get the same thing if I start Cog with no special command line, and I think this seems kind of correct to me, as I'm not sure where the output would go when there is no console attached. C:\foo CogVM.exe test.image If I start Cog with output redirected to a file, then