[Pharo-project] Looking for SmartRefStream tests

2010-10-22 Thread stephane ducasse
I thought that there were some tests that covers SmartRefStream. Does anybody have some? because it would be good to have some? Stef ___ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr

[Pharo-project] About Project

2010-10-22 Thread stephane ducasse
Hi guys It would be good to take some decisions about Project. It seems that we need a place to host some information about the current graphical space but we should clean it. I was checking CUIS and Cuis only have 6 class side methods. S. ___

[Pharo-project] Objectat:modify:???

2010-10-22 Thread stephane ducasse
I would like to deprecate the following method since nobody use it. What do you think? Stef ___ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

[Pharo-project] about Objectstep

2010-10-22 Thread stephane ducasse
Hi guys ObjectstepIn: aWindow ^ self step but step is not defined in Object. I have the i ___ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

[Pharo-project] About Object and Model

2010-10-22 Thread stephane ducasse
Hi guys I'm reading Object and I have the impression that some methods are in Object while there should be on Model. when: anEventSelector send: aMessageSelector to: anObject exclusive: aValueHolder okToClose taskbarIcon taskbarLabel May be some of these methods

[Pharo-project] some patterns I would like to **kill**

2010-10-22 Thread stephane ducasse
Hi I was reading Pluggable and friends I identified some patterns. The respondsTo plague Examples: color := self fillStyle asColor. (self labelMorph respondsTo: #enabled:) ifTrue: [self labelMorph enabled: self enabled]. (self labelMorph respondsTo:

[Pharo-project] is there a way to gofer a configurationOf?

2010-10-26 Thread stephane ducasse
Hi I would like in particular to do Gofer new squeaksource: 'Citezen'; package: 'ConfigurationOfCitezen; push and that all the dependent packages get pushed stef ___ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr

[Pharo-project] how to load magritte in seaside 3.0?

2010-10-31 Thread stephane ducasse
Hi I want to load magritte with Seaside 3.0 and I followed http://book.pharo-project.org/book/PharoTools/Magritte/ Magritte2 For Pharo With Seaside 3 Gofer it squeaksource: 'MetacelloRepository'; package: 'ConfigurationOfMagritte'; load. (ConfigurationOfMagritte2 project

[Pharo-project] XML Question

2010-10-31 Thread stephane ducasse
How can I control that each of the node of my document get printed a cr at its end? In the past I got that ?xml version=1.0 encoding=UTF-8 ? BDBase date=25 May 2010 entriesNumber=2440 note=nil bd authors=Larcenet editor=Dargaud entryCreationDate=25 March 2006 entryNumber=1 number=1

[Pharo-project] ISBN - barecode reader?

2010-10-31 Thread stephane ducasse
Hi Does anybody know a good barecode reader libraries that I could invoke/wrap from pharo? Stef

[Pharo-project] About literalDictionary

2010-10-31 Thread stephane ducasse
Hi levente I saw that literalDictionary was removed from squeak compiler. Can you tell us the reason? Tx Stef

[Pharo-project] about consistency between hex implementations

2010-11-08 Thread stephane ducasse
Hi eliot I was going over some changes and I noticed that in squeak 20 hex 16r41 $A hex '41' in pharo we have hex that always returns 16rXX $A hex '16r41' 20 hex '16r14' Even if this is regular this is not really nice. In fact this ones should be

[Pharo-project] bitmapSTreamTests broken

2010-11-11 Thread stephane ducasse
hi guys I'm trying to find why BitmapStreamTests got broken in 12199 they were green and red in the following one We need to push hudson now that it is ready Stef

[Pharo-project] [update 1.2] #12236

2010-11-13 Thread stephane ducasse
12236 - - Issue 3185: BitmapStreamTests have errors. - Issue 3249: SourceReference throw an error when historical is answered. - Issue 3226: New finder enh. Thanks Benjamin van Ryseghem. - Issue 3182: UndoManagerTest#testGrouping failing. Thanks Andy Kellens. Some more to come :)

[Pharo-project] [update 1.2] #12239

2010-11-13 Thread stephane ducasse
12239 - - Issue 2793: Compiler fixes. Thanks Eliot Miranda. - Issue 2771: should add PharoTreatedInbox to the list of repositories. (apparently did not work). Stef

[Pharo-project] [update 1.2] #12245

2010-11-18 Thread stephane ducasse
12245 - - Issue 3267: MultiNewParagraphWithSelectionColor depracted. Thanks Alain Plantec - Issue 3268: FindReplaceService dont trap well regex input error

[Pharo-project] need help to fix the test: testEvaluationOfSelfSend

2010-12-09 Thread stephane ducasse
testEvaluationOfSelfSend Tests the evaluation of an inherited method that uses super send and self send | result editor | editor := self method asText asMorph editor. result := Compiler new evaluate: (self method copyFrom: 6

[Pharo-project] about cloud in pharo

2010-12-09 Thread stephane ducasse
Hi guys When I see that. I would really like to see how we can create something around the cloud. We have a lot of assets. Does anybody have some interest bootstrapping a business around that? Today http://heroku.com/ were bought by Salesforce for over 200 million

Re: [Pharo-project] INRIA-CEA-EDF Deep into Smalltalk School registration open

2011-01-12 Thread stephane ducasse
I forgot to say that ESUG will sponsor this event and can hel you financially. Please address your request to me. Stef On Jan 12, 2011, at 10:01 AM, Stéphane Ducasse wrote: The registration for the school: deep on Smalltalk organized at INRIA Lille Nord Europe is now open.

Re: [Pharo-project] [Seaside] Re: html parser

2011-01-16 Thread stephane ducasse
Thanks for the pointer I should also have a look. Are there tests/comments? Soup ? http://www.squeaksource.com/Soup This one is good. http://www.squeaksource.com/htmlcssparser ___ seaside mailing list seas...@lists.squeakfoundation.org

[Pharo-project] I think that we can remove safely MCPTest :)

2011-02-09 Thread stephane ducasse
MorphicCleanProjectTest long time ago some guys started to try to clean Morphic they were bold, young and may ignorant and some people told them that there were doing silly things It was a bit sad. But this was good that we the other young bold and ignorant succeeded to bring the

[Pharo-project] handlerForBlueButtonDown: anEvent

2011-02-09 Thread stephane ducasse
Gary I was wondering if anEvent handler ifNil:[^self]. should not be uncommented in. Now if it works like that this is better since it means that are not hanging around with a nil. Stef handlerForBlueButtonDown: anEvent Return the (prospective) handler for a mouse down event. The

[Pharo-project] could we agree to remove caseOf: and caseOf:otherwise:

2011-02-12 Thread stephane ducasse
Hi guys let us do another pass at cleaning and realigning the system. Could we agree to deprecate caseOf: and caseOf:otherwise:? it will simply the compiler, decompiler and also we do not need that at all. | z | z := {[#a]-[1+1]. ['b' asSymbol]-[2+2]. [#c]-[3+3]}. #b caseOf: z = | z | z :=

[Pharo-project] Pattern for reifying XML doc?

2011-02-22 Thread stephane ducasse
Hi guys I often encounter the following situation: I have an xmldoc and I want to load it and get the corresponding objects. Here is an example group groupNameTest2Cards/groupName cardscard cardNameAll Is Dust/cardName manaCost7/manaCost convertedManaCost7/convertedManaCost

[Pharo-project] Could we clean/remove some of the old themes?

2011-02-25 Thread stephane ducasse
I would suggest to remove/package in a separate package StandardSqueak to remove the Pro theme (because the fonts are broken) to rename softSqueak into Colorful Stef

[Pharo-project] Fwd: Pharo support

2011-03-01 Thread stephane ducasse
Begin forwarded message: From: Lorenzo Schiavina lore...@edor.it Date: February 25, 2011 8:25:30 AM GMT+01:00 To: stephane ducasse stephane.duca...@free.fr Subject: Re: Pharo support Generally speaking I am interested, but it depends on the consortium goals and the amount of fee

[Pharo-project] [update 1.3] #13068

2011-03-01 Thread stephane ducasse
13068 - Issue 3648: A Stratified proxy in smalltalk Stef

[Pharo-project] Is there a way to get a merge from a configurationOf?

2011-03-01 Thread stephane ducasse
Hi I would like to know how I can get all the changes (like the merge button in MC) of a configurationOf Stef

[Pharo-project] how to load magritte without seaside?

2011-03-02 Thread stephane ducasse
Hi guys how to load magritte without seaside? Does default means that Seaside2 will be loaded? Stef ConifgurationOfMagrittebaseline1211: spec version: '1.2.1.1-baseline' imports: #('1.0-baseline' ) spec for: #common do: [ spec blessing: #baseline.

Re: [Pharo-project] Is there a way to get a merge from a configurationOf?

2011-03-03 Thread stephane ducasse
On Mar 2, 2011, at 12:01 AM, Dale Henrichs wrote: On 03/01/2011 01:24 PM, stephane ducasse wrote: Hi I would like to know how I can get all the changes (like the merge button in MC) of a configurationOf Stef Stef, The MetacelloBrowser is getting close to providing something

[Pharo-project] about morphicSoundEventtcbkss0

2011-03-04 Thread stephane ducasse
Hi guys does anybody have an idea why SmartRefStream would need to refer to MorphicUnknownEvent? morphicSoundEventtcbkss0 ^ MorphicUnknownEvent Stef (the Ultimate Random Refactorer)

Re: [Pharo-project] OSProcess

2011-03-07 Thread stephane ducasse
I saw the mail of miguel :) Do you know if OSProcess is working on 1.3? Hi all, I have updated the Metacello configuration for OSProcess. Changes --- - Uses symbolic versions - Adds support for release 4.4.0 of OSProcess - Applies MetacelloToolBox validations to the old versions of the

[Pharo-project] Fwd: Amiga Longplay [133] Skweek

2011-03-13 Thread stephane ducasse
My first game :) Stef Begin forwarded message: From: Laurent Arditi laurent.ard...@gmail.com Date: March 11, 2011 10:00:44 PM GMT+01:00 To: Stéphane Ducasse stephane.duca...@free.fr, Andrzej Fien fien...@hotmail.com, Pascal Clarysse pascal.clary...@gmail.com Subject: Amiga Longplay [133]

Re: [Pharo-project] Fwd: Amiga Longplay [133] Skweek

2011-03-13 Thread stephane ducasse
There were 4 or 5 cheats on the map :) Sred ] On Mar 13, 2011, at 9:54 AM, laurent laffont wrote: I've played it a lot on Atari Lynx. I remember the cheat of zooming near a palm tree to get extra lives ! Laurent On Sun, Mar 13, 2011 at 9:46 AM, stephane ducasse stephane.duca...@free.fr

[Pharo-project] why RefactoringEnvironment requires AST-Core

2011-03-17 Thread stephane ducasse
Hi lukas we would like to reuse the BrowserEnvironment for an experiment and I saw package: 'Refactoring-Environment' with: [ spec requires: 'AST-Core' ]; package: 'Refactoring-Tests-Environment' with: [ spec requires: 'Refactoring-Environment' ]; Do you know

[Pharo-project] [update 1.3] #13101

2011-03-22 Thread stephane ducasse
13101 - - Cleaning Polymorph overrides. Part one

[Pharo-project] [update 1.3] #13105

2011-03-22 Thread stephane ducasse
13105 - - Remove Arc Line Path CruverFitter ST-80-Path. Stef

[Pharo-project] 13135 open setting DNU

2011-04-07 Thread stephane ducasse
props layoutInset asPoint asPoint DNU on a rectangle. Stef

[Pharo-project] Fwd: [Seaside] Should I become a Seasider?

2011-04-13 Thread stephane ducasse
we should have that in our success stories. Stef Begin forwarded message: From: Sven Van Caekenberghe s...@beta9.be Date: April 9, 2011 10:25:39 AM GMT+02:00 To: Seaside - general discussion seas...@lists.squeakfoundation.org Subject: Re: [Seaside] Should I become a Seasider? Reply-To:

[Pharo-project] Smalltalk position in Germany

2011-04-28 Thread stephane ducasse
Hi guys HRWorks is looking for a good smalltalker (with potentially some german knowledge). If you are interested contact Thomas Holzer thomas.hol...@hrworks.de Stef

[Pharo-project] [update 1.3] #13184

2011-05-07 Thread stephane ducasse
13184 - - Issue 4162: AbstractTool. Thanks Benjamin van Ryseghem. - Issue 4156: New widgets for senders/implementors. Thanks Benjamin van Ryseghem. - Issue 4163: RecentSubmission with Flat Browser. Thanks Benjamin van Ryseghem. One step more to get rid of StringHolder crap.

[Pharo-project] [update 1.3] #13201

2011-05-15 Thread stephane ducasse
13201 - - Issue 4222: Senders/Implementors cannot remove methods from there nor to right click. - Issue 4230: Need to reinitialize desktop command shortcuts. Thanks Damien Cassou. - Issue 4155: Check for copied methods. Thanks Camillo Bruni.

[Pharo-project] some news about the consortium

2011-05-17 Thread stephane ducasse
Hi guys first thank for all the people/companies/research groups that signed the license support. Next week we will have a discussion with the INRIA responsible for consortium and we will write a report to you. Stef

[Pharo-project] senders and implementors got distracted when arguments are symbol

2011-05-27 Thread stephane ducasse
Hi guys on: #currentChangeSetIndex: send: #changed to: self. does not find anything while on: 33 send: 44 to: self find implementors and senders. Does anybody confirm? Send fix? Stef

[Pharo-project] looking for inputField with memory of the last typed entries

2011-05-30 Thread stephane ducasse
Hi I would like to know if an inputField with last typed entry is available in Pharo (if not I will ask benjamin to see what he can do) because we need better widgets. Stef

[Pharo-project] [update 1.3] #13245

2011-06-04 Thread stephane ducasse
13245 - - Issue 4331: Lists Fusion. Now deprecate PluggableIconListMorphOfMany, PluggableListMorphOfMany, PluggableMorphListMorphOfMany since PluggableListMorph can do the same. Thanks Benjamin this is cool :). - Issue 4348: CompilerEvaluationTest#testEvaluationOfSelfSend dependent on

[Pharo-project] Cuis 3.3

2011-06-04 Thread stephane ducasse
Hi guys Some items would be good to have in pharo like the event cleaning... to bad that we cannot collaborate more but this is like that. Stef New in Cuis 3.3 --- * New nice Icon set from Tango (Casey) - Most menu options have now a nice icon * ContentPack - A

[Pharo-project] why (UIManager default newPluggableDialogWindow: 'Pharo is cool') openInWorld

2011-06-18 Thread stephane ducasse
why (UIManager default newPluggableDialogWindow: 'Pharo is cool') openInWorld does not work? Apparently MorphicUIManager is missing something? Stef

Re: [Pharo-project] PharoKernel 13269

2011-06-22 Thread stephane ducasse
I feel some ownership of the Cog branch. It would be nice to have a chance to review code before it gets in instead of having to merge. You might think of sending me changesets for the more complex sets of changes (e.g. finalization) so that the merge is easier. Finally, you might

[Pharo-project] About HTTP

2011-07-01 Thread stephane ducasse
Hi guys I'm writing with olivier a chapter for the seaside book on REST and olivier uses curl to analyse the contents of request and answers and I would like to see if we can do it in Pharo. Now can I run zinc in another image and spy the requests? Stef

[Pharo-project] [update 1.4] #14043

2011-07-16 Thread stephane ducasse
14043 - - Adding ring container objects and fixing missing isRingObject. all tests green except one. one little step at a time... Stef

[Pharo-project] fun bug: fileouting method with a $!, produces $!!

2011-07-18 Thread stephane ducasse
Hi with veronica we found a fun bug. If you have a method with a $! and you file it out. you get $!! in the fileouted file. http://code.google.com/p/pharo/issues/detail?id=4531 Stef

[Pharo-project] [update 1.4] #14053

2011-07-22 Thread stephane ducasse
14053 - - Issue 4540: Removing NullEncoder/FlattenEncoder. Thanks Igor Stasenko. - Issue 4538: (Array CompiledMethod)hasLiteral: bug. literalEqual for VariableBinding shall use identity. We make sure that a binding is considered equal when it is identical to another because

[Pharo-project] [update 1.4] #14058

2011-07-22 Thread stephane ducasse
14058 - Issue 4546:Time Profiler copy. Thanks Alain Plantec and Hilaire Fernandez.

[Pharo-project] [update 1.4] #14059

2011-07-22 Thread stephane ducasse
14059 - - Issue 4546: Time Profiler copy. Second fix. http://code.google.com/p/pharo/issues/detail?id=4546 - Issue 4543: Wrong calculated size of objects in memory. http://code.google.com/p/pharo/issues/detail?id=4543 Stef

Re: [Pharo-project] [Seaside] Seaside on Pharo-Kernel

2011-08-11 Thread stephane ducasse
On Aug 11, 2011, at 12:12 AM, Igor Stasenko wrote: On 9 August 2011 18:59, Mariano Martinez Peck marianop...@gmail.com wrote: Wow. This is awesome: a working Seaside image in 4.3 MB. Indeed. Now if we could have some remote browsing/remote debugging tools.. (please say nothing about RFB)

[Pharo-project] what are the comments of cull: cull: cull:cull: and friends?

2011-08-17 Thread stephane ducasse
Hi guys I would like to get a better system and I would appreciate some comments for these methods. Stef

[Pharo-project] [update 1.4] #14118

2011-09-01 Thread stephane ducasse
14118 - Ring pass to remove Source Method reference Thanks Veronica Uquillas-Gomez. :) Please tests because we may get some little bugs :) Ok all the tests are green but still... Stef

[Pharo-project] [update 1.4] #14125

2011-09-07 Thread stephane ducasse
14125 - - Fix senders and implementors so that we can select a class name and get the class (browse and so on). - Deprecate and fix use of *centerAt: and lot of Sensor references. Stef

[Pharo-project] [update 1.4] #14191

2011-10-11 Thread stephane ducasse
14191 - Issue 4904:MorphTreeMorph improvements. Thanks Alain Plantec. - Speed improvement: 10 to 12 times faster ! the speed is now very near from what is possible with PluggableListMorph. the TimeProfiler is now very efficient. - made MorphTreeModel composable (see

[Pharo-project] [update 1.4] #14217

2011-11-05 Thread stephane ducasse
14217 - - Issue 4974: better UUID comparison. Thanks Norbert Hartl. http://code.google.com/p/pharo/issues/detail?id=4974 - Issue 4933: When browsing Implementors of, removing methods does not work. Thanks Guillermo Polito.

[Pharo-project] INRIA Postdoc position: security in dynamic languages

2011-11-25 Thread stephane ducasse
(Caja, isolates...) • Comparison of different approaches to secure dynamic applications (Zope model, ZTK), Ruby • Study of Mirrors/Capabilities as a basis for security in Javascript • Proposition of an safe architecture for Resilience Please contact Stephane Ducasse

Re: [Pharo-project] [Seaside] Call for Participation in the Smalltalk Devroom at FOSDEM 2012.

2011-12-11 Thread stephane ducasse
Do we really have to register to yet another mailing-list? the pharo people wants to have a slot. We will probably participate to the sprint the day before. - Their name S.Ducasse, M.Denker, … - The project they are associated with Pharo

Re: [Pharo-project] [sbe-discussion] 1.3, PBE and lab setups

2011-12-14 Thread stephane ducasse
On Dec 15, 2011, at 2:24 AM, Serge Stinckwich wrote: 2011/12/15 Dave Mason dma...@mason-rose.ca: I am trying to get our local admins to set up labs so students can use the latest Pharo. Currently we have 1.2 and PBE .image files and by removing the field in the INI file that specified the

[Pharo-project] [update 1.4] #14267

2011-12-25 Thread stephane ducasse
14267 - - Issue 5113: Use ZnClient instead of HttpClient. Let us try to see if the update stream is ok after that one. Stef

[Pharo-project] [update 1.4] #14268

2011-12-25 Thread stephane ducasse
14268 - Issue 5126: french Date format. Another try to test the changes in update streamer. Now it passed :) Thanks sven. Stef

[Pharo-project] [update 1.4] #14270

2011-12-25 Thread stephane ducasse
14270 - - Issue 5114: wrong dependencies in GoferLoad #addResolved: Thanks Camillo Bruni and Benjamin van Ryseghem.

[Pharo-project] A bit of fun: isMagicHalo :)

2011-12-26 Thread stephane ducasse
We probably do not need that anymore… HandMorphtriggerHaloFor: aMorph after: timeOut Trigger automatic halo after the given time out for some morph self addAlarm: #spawnMagicHaloFor: with: aMorph after: timeOut HandMorphspawnMagicHaloFor: aMorph (self halo notNil

[Pharo-project] [update 1.4] #14274

2011-12-26 Thread stephane ducasse
14274 - - Issue 4783: Shadow and Corner related fixes. http://code.google.com/p/pharo/issues/detail?id=4783 - Issue 4875: Polymorph WindowActiveDropShadow for ShadowStyle: #diffuse does not display correctly for left and right bottom corner, when corners are rounded.

[Pharo-project] [update 1.4] #14277

2012-01-02 Thread stephane ducasse
14277 - - Issue 5143: Replacing Monitor with Semaphore in Announcer. Thanks Igor Stasenko and Stéphane Ducasse. http://code.google.com/p/pharo/issues/detail?id=5143 - Issue 5140: Some cleanup of unused (but defined) stuff. Thanks Igor Stasenko and Stéphane

[Pharo-project] [update 1.4] #14281

2012-01-09 Thread stephane ducasse
14281 - - Issue 2560: Convenient methods from Grease for Strings. Thanks Sven van Caekenberghe. Part Two. http://code.google.com/p/pharo/issues/detail?id=2560

[Pharo-project] [update 1.4] #14288

2012-01-19 Thread stephane ducasse
14288 - - Issue 5163: Bug in #pointsTo: Thanks Mariano Martinez-Peck, Levente Uzonyi and Henrik Johansen http://code.google.com/p/pharo/issues/detail?id=5163 - Issue 5116: Reintroduce the new MethodDictionary rehash since it is working Thanks Mariano Martinez-Peck

[Pharo-project] Creating a file with FS

2012-02-05 Thread stephane ducasse
Hi FS users I'm puzzled by FS api. I want to create a file in a directory so I did | wk | wk := FSFilesystem disk workingDirectory. (wk / 'CSS2') ensureDirectory worked Now I looked at ensureFile and I do not understand the code ensureFile Create if necessary a file for the receiver.

[Pharo-project] Who can help for the pharo web site

2012-02-14 Thread stephane ducasse
Hi guys Adrian left and now I cannot manage the pharo web site. I need help because I do not understand how to edit it. Today by accident I removed the (broken) twitter box. So what do we do? I was thinking to port everything in plain static html so that I can edit the pages fast and easy. I

[Pharo-project] can you test 14360 because it behaves strangely

2012-02-26 Thread stephane ducasse
The debugger opens really slowly. I cannot access ss3 repositories…. So there is definitively something strange. Stf

Re: [Pharo-project] looking for Morphic-Games package

2012-03-06 Thread stephane ducasse
found it on ss :) On Mar 6, 2012, at 10:12 AM, Stéphane Ducasse wrote: Hi guys I'm looking for the package containing tetris, free cell, … does any of you know where it is? Stef

[Pharo-project] we should make some noise around the pharo conf :)

2012-03-15 Thread stephane ducasse
http://pharoconference.eventbrite.com/ Stef

[Pharo-project] do we need contextForLocalVariables?

2012-04-17 Thread stephane ducasse
Hi so far ContextPartcontextForLocalVariables Answer the context in which local variables (temporaries) are stored. self subclassResponsibility MethodContextcontextForLocalVariables Answer the context in which local variables (temporaries) are stored. ^self

[Pharo-project] SimpleLiteralArrayParser

2012-04-24 Thread stephane ducasse
Hi guys We should develop a simple Literal Array parser that is dialect independant so that we can avoid using JSON for meta data. So I will start to develop. I will start to write some tests and do it test first. Gofer new repository: 'http://ss3.gemstone.com/ss/SimpleLiteralArrayParser';

[Pharo-project] student project: a simple recognizer

2012-05-10 Thread stephane ducasse
Hi guys Here is a topic for somebody that would like to have fun with events. There is a javascript version and it would be cool to have a version for Pharo. http://depts.washington.edu/aimgroup/proj/dollar/ http://www.lifl.fr/~casiez/PJE/OneDollar.pdf It is probably close to

Re: [Pharo-project] Pharo conference schedule

2012-05-21 Thread stephane ducasse
Here are the links. https://www.google.com/calendar/ical/2d97rjlqso704v09d49sgcsjec%40group.calendar.google.com/public/basic.ics https://www.google.com/calendar/embed?src=2d97rjlqso704v09d49sgcsjec%40group.calendar.google.comctz=Europe/Paris Stef On May 21, 2012, at 10:59 PM, Stéphane Ducasse

Re: [Pharo-project] [Seaside] Problems with Zinc and DigestAuthentication

2012-05-22 Thread stephane ducasse
sven let us know when we need to update Zinc in 1.4 and 20 On May 22, 2012, at 10:57 AM, Sven Van Caekenberghe wrote: Dave, On 21 May 2012, at 21:59, Dave wrote: Sven I'm gonna send you an email about the issue. Dave Please try again after updating manually to the lastest Zn

[Pharo-project] Fuel

2012-06-06 Thread stephane ducasse
mariano/martin I would like to extract PakageInfo into self packageInfo in the fuel code. Can I do it? Stef

[Pharo-project] [update 2.0] #20137

2012-06-17 Thread stephane ducasse
20137 - FS part monticello/scriptloader

Re: [Pharo-project] **IMPORTANT** MUST READ: Pharo Association and Consortium

2012-06-28 Thread stephane ducasse
I can open a wiki page to maintain the list of consortium member I received. Let me know if it makes sense to you. Stef On Jun 28, 2012, at 2:19 PM, Stéphane Ducasse wrote: Dear Pharoers and Smalltalkers This mail is really important so read it carefully. Especially the last part of the

Re: [Pharo-project] [Seaside] Re: [Metacello] What is the plan with Pharo changes?

2012-08-04 Thread stephane ducasse
Hi Philippe sounds quite good to me Thanks for considering this a friendly and positive thread. So instead of lamenting the state of the world I went ahead and wrote some code. To find out what breaks in Seaside I created new packages for every Pharo package that didn't work. So I ended up

[Pharo-project] Fwd: [Seaside] Squeak 4.3 and Seaside

2012-08-14 Thread stephane ducasse
Funny and sad. If people do not even report problems, it simply means that we should not spend time for them :) Begin forwarded message: From: recursiv...@gmail.com Subject: [Seaside] Squeak 4.3 and Seaside Date: August 12, 2012 5:35:49 PM GMT+02:00 To: seas...@lists.squeakfoundation.org

[Pharo-project] is Smalltalk metacelloPlatformAttributes incorrect in 2.0

2012-10-26 Thread stephane ducasse
Smalltalk metacelloPlatformAttributes #(#squeakCommon #pharo #'pharo2.x' #'pharo2.0.x') I have the impression that we should better have #(#squeakCommon #pharo #'pharo2.0' #'pharo2.0.x') what do you think? Stef

Re: [Pharo-project] 20381 running the test does not work ...

2012-12-01 Thread stephane ducasse
camillo one of the problem that we have is that the refactoring stopped in the middle because displayProgressFrom: minVal to: maxVal during: workBlock now works with job and this is nice but job requires but all the user of displayProgressFrom: minVal to: maxVal during: workBlock are using bar

[Pharo-project] [update 2.0] #20432

2012-12-07 Thread stephane ducasse
20432 - Issue 7103: Job should use normalize progress [0.0 - 1.0] PART 1 http://code.google.com/p/pharo/issues/detail?id=7103 Diff information: http://ss3.gemstone.com/ss/Pharo20/Polymorph-Widgets-StephaneDucasse.742.diff

[Pharo-project] [update 2.0] #20438

2012-12-16 Thread stephane ducasse
20438 - Issue 7123: Failing Test: BehaviorTest.testIsAbstractClass http://code.google.com/p/pharo/issues/detail?id=7123 Diff information: http://ss3.gemstone.com/ss/Pharo20/KernelTests-StephaneDucasse.459.diff http://ss3.gemstone.com/ss/Pharo20/Kernel-StephaneDucasse.1270.diff

[Pharo-project] Apparently the new version of spec broke a bit the changeBrowser.

2012-12-16 Thread stephane ducasse
So I'm in contact with ben to see. Else I will try to fix it tomorrow. Stef

[Pharo-project] [update 2.0] #20502

2013-01-31 Thread stephane ducasse
A last one from chile :) 20502 - - Issue 7347: Spec-Widgets. Thanks Andrei Chis. http://code.google.com/p/pharo/issues/detail?id=7347 - Issue 7149: Selection is wrong in senders and Implementors. Thanks Alexandre Bergel and Milton Mamani.

[Pharo-project] on the 1.4 one click the Pharo-14-one-click.sh does not work on Ubuntu12.0.4

2013-02-05 Thread stephane ducasse
Hi guys we got a problem during a lecture. The script on the 1.4 one click the Pharo-14-one-click.sh does not work on Ubuntu12.0.4 Stef

Re: [Pharo-project] [update 2.0] #20531

2013-02-09 Thread stephane ducasse
yes! smart chars and completion got usable again!! thanks guys! how do you get smart characters working on Latest update: #20531 because there is no setting anymore :( Stef On 2013-02-09, at 00:12, Marcus Denker marcus.den...@inria.fr wrote: 20531 - Issue 7464: Code critic -

Re: [Pharo-project] [update 2.0] #20531

2013-02-09 Thread stephane ducasse
: HandMorphprocessEvents WorldStatedoOneCycleNowFor: in Block: [:h | ... Array(SequenceableCollection)do: WorldStatehandsDo: On Feb 9, 2013, at 6:11 PM, stephane ducasse stephane.duca...@free.fr wrote: yes! smart chars and completion got usable again!! thanks guys! how do you get smart

Re: [Pharo-project] [update 2.0] #20531

2013-02-09 Thread stephane ducasse
Sorry but the behavior is not the same as before typing = | this is ok now removing one should remove both. This was like that and the same for {}[] Since my image simply crashes and kick me out I could not debug it. Stef

Re: [Pharo-project] New Issue Tracker

2013-02-09 Thread stephane ducasse
thanks a lot ben. I'm busy migrating on 10.7 to 10.8 on a new machine and bumping into well…. glitches :) I will sync with the team monday. Stef On Feb 9, 2013, at 12:24 AM, Benjamin Pollack benja...@bitquabit.com wrote: On Fri, Feb 8, 2013, at 06:14 PM, Camillo Bruni wrote: in you are... ;)

Re: [Pharo-project] ubuntu slave setup script

2013-02-09 Thread stephane ducasse
Thanks camillo I like your systematic approach for building a reproducible system and its environment. Stef On Feb 9, 2013, at 11:57 AM, Camillo Bruni camillobr...@gmail.com wrote: I just created slave-setup script in our pharo-build git repository. It should install all the libraries needed

Re: [Pharo-project] ConfigurationOfPetitParser has broken #'common' section

2013-02-10 Thread stephane ducasse
On Feb 9, 2013, at 10:59 PM, Frank Shearar frank.shea...@gmail.com wrote: On 9 February 2013 13:38, Sean P. DeNigris s...@clipperadams.com wrote: Frank Shearar-3 wrote Even though I haven't nailed the offline loading, given that this configuration fixes the described issue and works when you

<    1   2   3   4   5   6   7   >