Re: [Pharo-project] pharogenesis

2011-01-17 Thread Norbert Hartl
On 16.01.2011, at 21:46, Stéphane Ducasse wrote: > I would love to have all these versions in a database and that we can query > them :) > I thought the same. But then I didn't think about database. Wouldn't that be possible if the environment SystemDictionary is in full use? Would it be poss

[Pharo-project] Issue 3542 in pharo: Add SmalltalkImage>>#gcBiasToGrow: and friends to core

2011-01-17 Thread pharo
Status: Accepted Owner: adrian.l...@gmail.com Labels: Milestone-1.2 New issue 3542 by adrian.l...@gmail.com: Add SmalltalkImage>>#gcBiasToGrow: and friends to core http://code.google.com/p/pharo/issues/detail?id=3542 These methods were added through the dev image, but obviously should also

Re: [Pharo-project] aligning morphs

2011-01-17 Thread Gary Chambers
It seems you are asking for the scroll value before the layout has been calculated. (since the window hasn't received a fullbounds yet). | m scroll | m := PanelMorph new. m hResizing: #shrinkWrap; vResizing: #spaceFill; changeTableLayout; listDirection: #leftToRight. m addMorphBack: (Morph new

Re: [Pharo-project] Was not able to update with #12304

2011-01-17 Thread Stéphane Ducasse
Torsten Could you retry to update but closing all the windows? Because we do not have any problems we could reproduce and it may be a strange behavior of he classBuilder. Stef On Jan 16, 2011, at 8:27 PM, Torsten Bergmann wrote: > I was not able to update from a core 1.2 #12300 - it stopped >

Re: [Pharo-project] splitters in table layout

2011-01-17 Thread Gary Chambers
Splitters only work with proportional layouts due to the way they work. Also, since shrink wrap uses the min width/height and splitters have to work by effectively changing the position or extent of adjacent morphs (not min), things are more limited. Can you describe the effect you wish to ach

Re: [Pharo-project] Pharo issues on Google

2011-01-17 Thread Gary Chambers
IFor that url I get: GoogleError Server Error The server encountered an error and could not complete your request. If the problem persists, please report your problem and mention this error message and the query that caused it. Regards, Gary - Original Message - From: "Stéph

Re: [Pharo-project] PharoKernel-1.2-12306

2011-01-17 Thread Marcus Denker
On Jan 16, 2011, at 9:25 PM, Pavel Krivanek wrote: > Hi all, > > I updated the PharoKernel to work with the latest core image. What do > we need to prepare automatic Hudson builds? For the full image, we use the script of Lukas https://github.com/renggli/builder But for the Kernel, m

Re: [Pharo-project] Issue 3542 in pharo: Add SmalltalkImage>>#gcBiasToGrow: and friends to core

2011-01-17 Thread pharo
Updates: Status: Closed Comment #1 on issue 3542 by stephane...@gmail.com: Add SmalltalkImage>>#gcBiasToGrow: and friends to core http://code.google.com/p/pharo/issues/detail?id=3542 in 12307

Re: [Pharo-project] Issue 3522 in pharo: wiki like help contents

2011-01-17 Thread pharo
Updates: Status: Closed Comment #12 on issue 3522 by stephane...@gmail.com: wiki like help contents http://code.google.com/p/pharo/issues/detail?id=3522 (No comment was entered for this change.)

Re: [Pharo-project] Issue 3541 in pharo: TextConverter should take into account iso

2011-01-17 Thread pharo
Comment #2 on issue 3541 by stephane...@gmail.com: TextConverter should take into account iso http://code.google.com/p/pharo/issues/detail?id=3541 The slice is empty. As soon as you send the code we will integrate it.

[Pharo-project] [update 1.2] #12307

2011-01-17 Thread Stéphane Ducasse
12307 - Issue 3522 - Wiki help system. Thanks Torsten Bergman and Alain Plantec. - Issue 3542: Add SmalltalkImage>>#gcBiasToGrow: and friends to core. Thanks Adrian Lienhard. - Fixing too strong orange in OrangeUITheme. Stef

Re: [Pharo-project] Issue 3498 in pharo: remove:ifAbsent: in linked list leads to interruption/sync problems

2011-01-17 Thread pharo
Comment #11 on issue 3498 by stephane...@gmail.com: remove:ifAbsent: in linked list leads to interruption/sync problems http://code.google.com/p/pharo/issues/detail?id=3498 Adrian could you have a look because I'm too busy to get concentrated? Because for me this is one of the important last

Re: [Pharo-project] Pharo issues on Google

2011-01-17 Thread Adrian Lienhard
Works for me... Adrian On Jan 17, 2011, at 12:20 , Gary Chambers wrote: > IFor that url I get: > > > GoogleError > > Server Error > > The server encountered an error and could not complete your request. > If the problem persists, please report your problem and mention this error > messa

[Pharo-project] Issue 3543 in pharo: Merge latest Glamour theme

2011-01-17 Thread pharo
Status: Accepted Owner: stephane...@gmail.com CC: siguc...@gmail.com Labels: Milestone-1.2 New issue 3543 by stephane...@gmail.com: Merge latest Glamour theme http://code.google.com/p/pharo/issues/detail?id=3543 Doru published a new version of the theme in the inbox. We should use it.

[Pharo-project] Issue 3544 in pharo: Rename Morphic-Themes into Themes

2011-01-17 Thread pharo
Status: Accepted Owner: stephane...@gmail.com Labels: Milestone-1.2 New issue 3544 by stephane...@gmail.com: Rename Morphic-Themes into Themes http://code.google.com/p/pharo/issues/detail?id=3544 we should rename the Morphic-Themes package into what: Themes?

[Pharo-project] [update 1.1.1] #11415

2011-01-17 Thread Marcus Denker
11415 - Issue 3504:MethodContext>>numArgs -- Marcus Denker -- http://www.marcusdenker.de INRIA Lille -- Nord Europe. Team RMoD.

Re: [Pharo-project] Issue 3504 in pharo: MethodContext>>numArgs

2011-01-17 Thread pharo
Comment #4 on issue 3504 by marcus.d...@gmail.com: MethodContext>>numArgs http://code.google.com/p/pharo/issues/detail?id=3504 11415

Re: [Pharo-project] Issue 3498 in pharo: remove:ifAbsent: in linked list leads to interruption/sync problems

2011-01-17 Thread pharo
Comment #12 on issue 3498 by adrian.l...@gmail.com: remove:ifAbsent: in linked list leads to interruption/sync problems http://code.google.com/p/pharo/issues/detail?id=3498 I suggest to apply the change attached (this is from comment #5). We have been using this in production for 2 weeks and

Re: [Pharo-project] Issue 3541 in pharo: TextConverter should take into account iso

2011-01-17 Thread pharo
Comment #3 on issue 3541 by torsten@astares.de: TextConverter should take into account iso http://code.google.com/p/pharo/issues/detail?id=3541 Here it is, as a simple changeset. It just changes Latin1TextConverter>>encodingNames as suggested. Attachments: Latin1TextConverter c

[Pharo-project] Was not able to update with #12304

2011-01-17 Thread Torsten Bergmann
Looks like a Cog issue, I was able to reproduce it: When I download "PharoCore-1.2.zip" from https://pharo-ic.lille.inria.fr/hudson/job/Pharo%20Core%201.2/126/ (which is a Pharo 1.2 Core #12303 image) and I directly start the image with the latest Win32 Cog VM from Eliot then I'm not able to g

Re: [Pharo-project] Issue 3542 in pharo: Add SmalltalkImage>>#gcBiasToGrow: and friends to core

2011-01-17 Thread pharo
Updates: Cc: stephane.ducasse Comment #2 on issue 3542 by torsten@astares.de: Add SmalltalkImage>>#gcBiasToGrow: and friends to core http://code.google.com/p/pharo/issues/detail?id=3542 So #12307 also adds #initializeMemorySettingsProfileSeaside to the core image? Why? Seaside is

Re: [Pharo-project] Issue 3541 in pharo: TextConverter should take into account iso

2011-01-17 Thread pharo
Updates: Status: Closed Comment #4 on issue 3541 by marcus.d...@gmail.com: TextConverter should take into account iso http://code.google.com/p/pharo/issues/detail?id=3541 12308

[Pharo-project] [update 1.2] #12308

2011-01-17 Thread Marcus Denker
12308 - Issue 3541: TextConverter should take into account iso Issue 3498: remove:ifAbsent: in linked list leads to interruption/sync problems -- Marcus Denker -- http://www.marcusdenker.de INRIA Lille -- Nord Europe. Team RMoD.

Re: [Pharo-project] Issue 3498 in pharo: remove:ifAbsent: in linked list leads to interruption/sync problems

2011-01-17 Thread pharo
Updates: Status: Closed Comment #13 on issue 3498 by marcus.d...@gmail.com: remove:ifAbsent: in linked list leads to interruption/sync problems http://code.google.com/p/pharo/issues/detail?id=3498 12308

Re: [Pharo-project] Issue 3542 in pharo: Add SmalltalkImage>>#gcBiasToGrow: and friends to core

2011-01-17 Thread pharo
Updates: Status: Comment Comment #3 on issue 3542 by adrian.l...@gmail.com: Add SmalltalkImage>>#gcBiasToGrow: and friends to core http://code.google.com/p/pharo/issues/detail?id=3542 Thanks for the review, Torsten. Those are valid concerns. We can leave out #initializeMemorySetting

[Pharo-project] [ANN 1.2] pre-build core 1.2#12308

2011-01-17 Thread Marcus Denker
https://gforge.inria.fr/frs/download.php/28154/PharoCore-1.2beta-12308.zip -- Marcus Denker -- http://www.marcusdenker.de INRIA Lille -- Nord Europe. Team RMoD.

Re: [Pharo-project] Issue 3542 in pharo: Add SmalltalkImage>>#gcBiasToGrow: and friends to core

2011-01-17 Thread pharo
Updates: Cc: marianopeck renggli Comment #4 on issue 3542 by torsten@astares.de: Add SmalltalkImage>>#gcBiasToGrow: and friends to core http://code.google.com/p/pharo/issues/detail?id=3542 Added Mariano and Lukas to this issue, Mariano seems to have most commits on ImageForDevelop

Re: [Pharo-project] 502 Bad Gateway

2011-01-17 Thread Guillermo Polito
It seems squeaksource went down. It looks ok now( http://www.squeaksource.com), can you try again? Cheers, Guille On Sun, Jan 16, 2011 at 11:28 PM, HwaJong Oh wrote: > > I have this error while copying mcz file from my directory repo to > pharoInbox. > It was working well a minute ago. > > 'HT

Re: [Pharo-project] Pharo issues on Google

2011-01-17 Thread Stéphane Ducasse
Me too I had to restart safari. Stef On Jan 17, 2011, at 12:20 PM, Gary Chambers wrote: > IFor that url I get: > > > GoogleError > > Server Error > > The server encountered an error and could not complete your request. > If the problem persists, please report your problem and mention thi

Re: [Pharo-project] Was not able to update with #12304

2011-01-17 Thread Stéphane Ducasse
Thanks torsten. Stef On Jan 17, 2011, at 1:21 PM, Torsten Bergmann wrote: > Looks like a Cog issue, I was able to reproduce it: > > When I download "PharoCore-1.2.zip" from > https://pharo-ic.lille.inria.fr/hudson/job/Pharo%20Core%201.2/126/ > > (which is a Pharo 1.2 Core #12303 image) and I d

Re: [Pharo-project] Issue 3542 in pharo: Add SmalltalkImage>>#gcBiasToGrow: and friends to core

2011-01-17 Thread pharo
Comment #5 on issue 3542 by torsten@astares.de: Add SmalltalkImage>>#gcBiasToGrow: and friends to core http://code.google.com/p/pharo/issues/detail?id=3542 Here is the cs to remove initializeMemorySettingsProfileSeaside from core. Attachments: RemoveSeasideMemorySettings.1.cs 17

Re: [Pharo-project] Issue 3542 in pharo: Add SmalltalkImage>>#gcBiasToGrow: and friends to core

2011-01-17 Thread pharo
Comment #6 on issue 3542 by torsten@astares.de: Add SmalltalkImage>>#gcBiasToGrow: and friends to core http://code.google.com/p/pharo/issues/detail?id=3542 Opened a seaside issue here http://code.google.com/p/seaside/issues/detail?id=633

Re: [Pharo-project] [squeak-dev] more Info in aboutSqueak

2011-01-17 Thread Alexander Lazarević
2011/1/13 Enrico Spinielli > H Alex, > great idea! > > As a side thought, couldn't it be a dialog with cut&past-able text? > I thought about that too, but now used a small ToolBuilder window instead. In the SystemReporter you can chose what system information should be gathered. So you could ha

Re: [Pharo-project] Pharo issues on Google

2011-01-17 Thread Gary Chambers
Good hint, clearing my Chrome caches fixed it! Regards, Gary - Original Message - From: "Stéphane Ducasse" To: Sent: Monday, January 17, 2011 1:05 PM Subject: Re: [Pharo-project] Pharo issues on Google Me too I had to restart safari. Stef On Jan 17, 2011, at 12:20 PM, Gary Chambe

Re: [Pharo-project] Issue 3542 in pharo: Add SmalltalkImage>>#gcBiasToGrow: and friends to core

2011-01-17 Thread pharo
Updates: Status: Fixed Comment #7 on issue 3542 by stephane...@gmail.com: Add SmalltalkImage>>#gcBiasToGrow: and friends to core http://code.google.com/p/pharo/issues/detail?id=3542 (No comment was entered for this change.)

[Pharo-project] Xtreams-Xtras: hashing and HMAC

2011-01-17 Thread mkobetic
I started playing with FFI and got the hashing streams working. They require OpenSSL's libcrypto, which should be available on any reasonably recent Unix and OSX. The VW version also has interface to native Windows bcrypt.dll (available on Vista and later) but I haven't done that part yet. Anywa

Re: [Pharo-project] Issue 3542 in pharo: Add SmalltalkImage>>#gcBiasToGrow: and friends to core

2011-01-17 Thread pharo
Comment #8 on issue 3542 by philippe...@gmail.com: Add SmalltalkImage>>#gcBiasToGrow: and friends to core http://code.google.com/p/pharo/issues/detail?id=3542 I created a Seaside issue for this: http://code.google.com/p/seaside/issues/detail?id=634 Does anybody know whether these settings are

Re: [Pharo-project] pharogenesis

2011-01-17 Thread Max Leske
I'm not quite sure I can follow you. Do you want to import the full repository into the image? Or would you want SystemDictionary to hold simply the version of every method that was active *before* the current version? The first case is a no go I think. The packed repository is 101 MB big and t

Re: [Pharo-project] 502 Bad Gateway

2011-01-17 Thread HwaJong Oh
it worked! thanks! 2011. 1. 17., 저녁 10:00, Guillermo Polito [via Smalltalk] 작성: > It seems squeaksource went down. It looks ok > now(http://www.squeaksource.com), can you try again? > > Cheers, > Guille > > On Sun, Jan 16, 2011 at 11:28 PM, HwaJong Oh <[hidden email]> wrote: > > I have thi

Re: [Pharo-project] pharogenesis

2011-01-17 Thread Norbert Hartl
On 17.01.2011, at 16:41, Max Leske wrote: > I'm not quite sure I can follow you. Do you want to import the full > repository into the image? Or would you want SystemDictionary to hold simply > the version of every method that was active *before* the current version? > > The first case is a no

Re: [Pharo-project] pharogenesis

2011-01-17 Thread Max Leske
Well, if we're dreaming anyway: My dream is to interact with a remote git repo. Because at the moment, to use Pharogenesis, one has to clone the repository and keep in mind to include all the tags and branches. It would be cool to have the network protocols integrated into GitFS. But that's a wh

Re: [Pharo-project] [Pharo-users] Where do I find KeyedSet?

2011-01-17 Thread Hernán Morales Durand
Hi, and thanks for the clarification Levente, This points me to a question, since it seems KeyedSet was removed because at that time no users were found. Is that the criteria (i.e. no users) for removing a class from the Core image? Assuming you have NO resources for checking use of classes by th

[Pharo-project] Is there a http server that understands PUT?

2011-01-17 Thread Norbert Hartl
While trying to consume some PUT urls with Seaside-REST I noticed that the transmitted content is missing. I tried Comanche as well as swazoo. At this moment I'm not sure if I did something wrong but I seems that only GET and POST are treated. Does anyone has some experience on this? thanks,

Re: [Pharo-project] Issue 2986 in pharo: DemoMode should not change Fonts only sizes

2011-01-17 Thread pharo
Updates: Labels: -Milestone-1.2 Milestone-1.3 Comment #4 on issue 2986 by marcus.d...@gmail.com: DemoMode should not change Fonts only sizes http://code.google.com/p/pharo/issues/detail?id=2986 let's do this as one of the first things in 1.3

Re: [Pharo-project] Issue 3542 in pharo: Add SmalltalkImage>>#gcBiasToGrow: and friends to core

2011-01-17 Thread pharo
Updates: Status: Closed Comment #9 on issue 3542 by marcus.d...@gmail.com: Add SmalltalkImage>>#gcBiasToGrow: and friends to core http://code.google.com/p/pharo/issues/detail?id=3542 12309

[Pharo-project] [update 1.2] #12309

2011-01-17 Thread Marcus Denker
12309 - Issue 3542: Add SmalltalkImage>>#gcBiasToGrow: and friends to core -- Marcus Denker -- http://www.marcusdenker.de INRIA Lille -- Nord Europe. Team RMoD.

Re: [Pharo-project] Is there a http server that understands PUT?

2011-01-17 Thread Janko Mivšek
Hi Norbert, On 17. 01. 2011 21:22, Norbert Hartl wrote: > While trying to consume some PUT urls with Seaside-REST I noticed that the > transmitted content is missing. I tried Comanche as well as swazoo. At this > moment I'm not sure if I did something wrong but I seems that only GET and > POST

Re: [Pharo-project] [squeak-dev] Re: new Cog VMs

2011-01-17 Thread Andres Valloud
Or the signal handler functions do not comply with the relevant specifications, e.g.: signal handlers that do not preserve the value of errno, signal handlers that use a function not in the list of approved safe functions you can call from a signal handler as per the Single Uni

Re: [Pharo-project] Is there a http server that understands PUT?

2011-01-17 Thread Adrian Lienhard
Hi Norbert, I suggest to have a look at Zink: http://homepage.mac.com/svc/Zinc-HTTP-Components/index.html Cheers, Adrian On Jan 17, 2011, at 21:22 , Norbert Hartl wrote: > While trying to consume some PUT urls with Seaside-REST I noticed that the > transmitted content is missing. I tried Coma

Re: [Pharo-project] [Pharo-users] Where do I find KeyedSet?

2011-01-17 Thread Stéphane Ducasse
I do not know. What would like is - well documented packages classes with tests and that we can load what we need. - small core Stef On Jan 17, 2011, at 7:03 PM, Hernán Morales Durand wrote: > Hi, and thanks for the clarification Levente, > > This points me to a question, since

Re: [Pharo-project] Is there a http server that understands PUT?

2011-01-17 Thread Sven Van Caekenberghe
On 17 Jan 2011, at 22:10, Adrian Lienhard wrote: > Hi Norbert, > > I suggest to have a look at Zink: > http://homepage.mac.com/svc/Zinc-HTTP-Components/index.html > > Cheers, > Adrian The Zinc Seaside adaptor should support PUT, if not I would be happy to help figure out what goes wrong (ple

Re: [Pharo-project] splitters in table layout

2011-01-17 Thread Tudor Girba
Hi Gary, I wish to achieve the effect from the panes inside the OSX Finder. Suppose that I have two panes vertically stretched and horizontally stacked in a GeneralScrollbar with a splitter in between. When I drag the splitter, the first panel should extend and push the second one. So, basical

[Pharo-project] Example of XML SAX Parser usage

2011-01-17 Thread Larry Gadallah
Hi all: I'm reviving a thread from long ago now that I've gotten a few minutes to look at this question again: How is XML data best parsed using a SAX parser in Pharo Smalltalk? I tried to look at the GenomeTools project that Miguel references below, but it seems that the class he mentions (GTNCB

Re: [Pharo-project] Is there a http server that understands PUT?

2011-01-17 Thread Norbert Hartl
On 17.01.2011, at 21:52, Janko Mivšek wrote: > Hi Norbert, > > On 17. 01. 2011 21:22, Norbert Hartl wrote: >> While trying to consume some PUT urls with Seaside-REST I noticed that the >> transmitted content is missing. I tried Comanche as well as swazoo. At this >> moment I'm not sure if I di

Re: [Pharo-project] Is there a http server that understands PUT?

2011-01-17 Thread Norbert Hartl
On 17.01.2011, at 23:09, Sven Van Caekenberghe wrote: > > On 17 Jan 2011, at 22:10, Adrian Lienhard wrote: > >> Hi Norbert, >> >> I suggest to have a look at Zink: >> http://homepage.mac.com/svc/Zinc-HTTP-Components/index.html >> >> Cheers, >> Adrian > > The Zinc Seaside adaptor should supp

Re: [Pharo-project] Example of XML SAX Parser usage

2011-01-17 Thread Hernán Morales Durand
Hi Larry, I renamed the class to GTBLASTResultsParser. To try it you may evaluate GTBLASTResultReader new results: ( FileStream readOnlyFileNamed: 'K9W70UJU014-Alignment.xml' ); hitNodes which takes about 50 seconds on my machine over an alignment file of a nucle

Re: [Pharo-project] Was not able to update with #12304

2011-01-17 Thread Eliot Miranda
On Mon, Jan 17, 2011 at 4:21 AM, Torsten Bergmann wrote: > Looks like a Cog issue, I was able to reproduce it: > > When I download "PharoCore-1.2.zip" from > https://pharo-ic.lille.inria.fr/hudson/job/Pharo%20Core%201.2/126/ > > (which is a Pharo 1.2 Core #12303 image) and I directly start the im

Re: [Pharo-project] Was not able to update with #12304

2011-01-17 Thread Igor Stasenko
On 18 January 2011 07:51, Eliot Miranda wrote: > On Mon, Jan 17, 2011 at 4:21 AM, Torsten Bergmann wrote: >> >> Looks like a Cog issue, I was able to reproduce it: >> >> When I download "PharoCore-1.2.zip" from >> https://pharo-ic.lille.inria.fr/hudson/job/Pharo%20Core%201.2/126/ >> >> (which is

Re: [Pharo-project] Is there a http server that understands PUT?

2011-01-17 Thread Philippe Marschall
On 01/17/2011 09:22 PM, Norbert Hartl wrote: > While trying to consume some PUT urls with Seaside-REST I noticed that the > transmitted content is missing. I tried Comanche as well as swazoo. At this > moment I'm not sure if I did something wrong but I seems that only GET and > POST are treated.

Re: [Pharo-project] Issue 3179 in pharo: Failing Tests for Monticello

2011-01-17 Thread pharo
Comment #2 on issue 3179 by marcus.d...@gmail.com: Failing Tests for Monticello http://code.google.com/p/pharo/issues/detail?id=3179 see Issue 2294