[Pharo-project] TODO 1.2

2011-01-20 Thread Marcus Denker
1.2 Core: Bugs: http://code.google.com/p/pharo/issues/list?can=2&q=milestone=1.2 Tests: https://pharo-ic.lille.inria.fr/hudson/job/Pharo%20Core%201.2/lastCompletedBuild/testReport/ 1.2 Full: Bugs: http://code.google.com/p/pharo/issues/list?can=2&q=milestone=1.2-DevImage

Re: [Pharo-project] [update 1.3] #13005

2011-01-20 Thread Marcus Denker
On Jan 20, 2011, at 10:41 PM, Igor Stasenko wrote: > we're already in 1.3??? > wow... i didn't noticed.. > guys, where is official announcement of new version release? :) no release yet... 1.2 is frozen, but Full does not even build since a week (see https://pharo-ic.lille.inria.fr/hudson/job/P

Re: [Pharo-project] Using AlienOpenGL

2011-01-20 Thread Fernando Olivero
Lumeire fulfills the specified goals: creating a world (scene) + cameras + light sources + 3d objects. Lumiere currently uses AlienOpenGL to comunicate with OpenGl, it could easily use OpenGL FFI as well as the underlying glue code to the rendering library. So resuming: 1) Lumiere abstractions o

Re: [Pharo-project] Pharo on the iPhone

2011-01-20 Thread Denis Kudriashov
Hello Why you don't publich pharo to cydia? (for jailbreaked users) 2011/1/21 John M McIntosh > (a) sign up for Apple's SDK, to install apps on the iPhone you have to pay > $99 per year. > > (b) visit squeakvm.org download the source tree > > (c) look for the SqueakPureObjc.xcodeproj > compile/

Re: [Pharo-project] Pharo on the iPhone

2011-01-20 Thread John M McIntosh
(a) sign up for Apple's SDK, to install apps on the iPhone you have to pay $99 per year. (b) visit squeakvm.org download the source tree (c) look for the SqueakPureObjc.xcodeproj compile/link/debug/run the iPhone app (d) Optionally look for the SqueakPureObjcCogVM.xcodeproj after download the

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

2011-01-20 Thread pharo
Comment #17 on issue 3542 by philippe...@gmail.com: Add SmalltalkImage>>#gcBiasToGrow: and friends to core http://code.google.com/p/pharo/issues/detail?id=3542 It should be in ConfigurationOfSeaside30 if you do #loadLatestVersion

[Pharo-project] New chapter on OpenGL in Pharo

2011-01-20 Thread Javier Pimás
Hi! I just gathered many of my previous experiences trying to use opengl and uploaded it to the pharo book. It would be nice if someone could check the info, try to add more and mainly test the tips to see if they are working. With FFI OpenGL I'm getting an error while compiling a test method in P

[Pharo-project] Pharo on the iPhone

2011-01-20 Thread Alexandre Bergel
Hi! iPhone 4 is amazing. It will be even better with Pharo inside. Is there a way to install it? Cheers, Alexandre NB: my device is non jailbreaked. -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.

Re: [Pharo-project] Using AlienOpenGL

2011-01-20 Thread Alexandre Bergel
I feel that we will take the easiest way: implement a small 3d engine. This is about 100 lines of code for something simple (what we need in fact). Ricardo and Patricio spent several days having something that run with AlienOpenGL, and the technical problems are numerous (Cog vs Standard, Linux,

Re: [Pharo-project] Using AlienOpenGL

2011-01-20 Thread Schwab,Wilhelm K
Alexandre, If I knew what worked, I'd be making a recommendation :) As it is, I can perhaps help you work through the debugging process. As I said, you could indeed be missing a needed library, there could be dependencies missing that make a .so unable to load, a .so could be just plain broke

Re: [Pharo-project] Using AlienOpenGL

2011-01-20 Thread Alexandre Bergel
> Not that you are wrong, but how did you choose AlienOpenGL over CroquetGL? We're just looking for something that works. Is there currently a solution to make 3d with Pharo 1.2 and that works with windows, linux and mac? The idea is to have a 3d version of Mondrian. No need of fancy 3d effect

Re: [Pharo-project] Using AlienOpenGL

2011-01-20 Thread Alexandre Bergel
> Not that you are wrong, but how did you choose AlienOpenGL over CroquetGL? We're just looking for something that works. Is there currently a solution to make 3d with Pharo 1.2 and that works with windows, linux and mac? The idea is to have a 3d version of Mondrian. No need of fancy 3d effect

Re: [Pharo-project] [squeak-dev] Instruments for headless images

2011-01-20 Thread Chris Muller
> well, if by 'crippling' you mean preventing any unwanted activity when > headless.. then yes, i want it :) Forgot to say, that's what I meant too. :) I should have said, "although not enhancing system performance to the same extent."

Re: [Pharo-project] Gofer issue

2011-01-20 Thread Lukas Renggli
Looks good, but instead of duplicating the documentation I would rather just return the class comment from the help method. Lukas On 20 January 2011 13:09, Torsten Bergmann wrote: > Hi Lukas, > > maybe that class comment docu is not that obvious and it's time to > provide a help book. > > With t

Re: [Pharo-project] Gofer issue

2011-01-20 Thread Lukas Renggli
>> Following the coventions your name is 'Igor' and the package is on the >> branch 'Stasenko'. Gofer proritizes the main branch. > > how about retrieving the latest version regardless of branch? > Can you provide an example how to tell Gofer to load it? There is no such thing as the latest versio

Re: [Pharo-project] [squeak-dev] Instruments for headless images

2011-01-20 Thread Chris Muller
> ohh.. well, but that is too much for a simple script. > it would be good if image could provide something by default, > because i don't want to repeat expressions like this in each script i > write for running it in headless image. :) Hm, you may have missed that the point of that was to _avoid_

Re: [Pharo-project] [update 1.3] #13005

2011-01-20 Thread Igor Stasenko
we're already in 1.3??? wow... i didn't noticed.. guys, where is official announcement of new version release? :) On 20 January 2011 22:15, Marcus Denker wrote: > 13005 > - > > Issue 3560:     Clean of RML > Issue 3559:     Remodularization of BalloonMorph > -- > Marcus Denker  -- http://www.

Re: [Pharo-project] [squeak-dev] Instruments for headless images

2011-01-20 Thread Igor Stasenko
On 20 January 2011 22:05, Chris Muller wrote: > The Ma stack does something similar, although not crippling the system > to the same extent. > well, if by 'crippling' you mean preventing any unwanted activity when headless.. then yes, i want it :) > How do you determine you're running headless?  

Re: [Pharo-project] [squeak-dev] Instruments for headless images

2011-01-20 Thread Igor Stasenko
On 20 January 2011 21:49, Stéphane Ducasse wrote: > there is a DummyManager to control pop up and friends. where it located? > > Stef > > On Jan 20, 2011, at 9:39 PM, Igor Stasenko wrote: > >> Hello folks. >> >> I'd like to ask, if there any 'standartized' instruments for headless >> images (or

[Pharo-project] [update 1.3] #13005

2011-01-20 Thread Marcus Denker
13005 - Issue 3560: Clean of RML Issue 3559: Remodularization of BalloonMorph -- Marcus Denker -- http://www.marcusdenker.de INRIA Lille -- Nord Europe. Team RMoD.

Re: [Pharo-project] Gofer issue

2011-01-20 Thread Igor Stasenko
On 20 January 2011 21:36, Lukas Renggli wrote: >> however,  if i open the MC repo browser, it clearly shows that most >> recent version is >> CMakeVMMaker-Igor.Stasenko.16  (at the moment of writing this message) > > Following the coventions your name is 'Igor' and the package is on the > branch '

Re: [Pharo-project] Issue 3559 in pharo: Remodularization of BalloonMorph

2011-01-20 Thread pharo
Updates: Status: Closed Labels: Milestone-1.3 Comment #1 on issue 3559 by marcus.d...@gmail.com: Remodularization of BalloonMorph http://code.google.com/p/pharo/issues/detail?id=3559 13005

[Pharo-project] Gofer issue

2011-01-20 Thread Torsten Bergmann
Hi Lukas, maybe that class comment docu is not that obvious and it's time to provide a help book. With the new help extension in Pharo 1.2 (using a pragma as you suggested) it is now also possible to write a book completely independent from HelpSystem (Alains wikistyle help based on pier). File

Re: [Pharo-project] [squeak-dev] Instruments for headless images

2011-01-20 Thread Chris Muller
The Ma stack does something similar, although not crippling the system to the same extent. How do you determine you're running headless? I attached my implementation of #maIsHeadless for determining whether the VM was launched headless. Perhaps we should integrate this functionality into Squeak

Re: [Pharo-project] Issue 3506 in pharo: TextMorph's #autoFit: and #wrapFlag: are confusing

2011-01-20 Thread pharo
Updates: Status: Started Labels: -Milestone-1.3 Comment #3 on issue 3506 by marcus.d...@gmail.com: TextMorph's #autoFit: and #wrapFlag: are confusing http://code.google.com/p/pharo/issues/detail?id=3506 Fix in inbox SLICE-Issue-3506-TextMorphs-autoFit-and-wrapFlag-are-confus

Re: [Pharo-project] splitters in table layout

2011-01-20 Thread Tudor Girba
Hi Gary, Indeed, this stops the debugger popping out. However, resizing is not live (only when I mouseUp: does the scroll pane refresh). Is there a quick way to solve this issue, or should we just go with this fix for the moment? Cheers, Doru On 20 Jan 2011, at 12:43, Gary Chambers wrote: >

Re: [Pharo-project] Issue 3560 in pharo: Clean of RML

2011-01-20 Thread pharo
Updates: Status: Closed Comment #3 on issue 3560 by marcus.d...@gmail.com: Clean of RML http://code.google.com/p/pharo/issues/detail?id=3560 13005

[Pharo-project] [update 1.2] #12314

2011-01-20 Thread Marcus Denker
12314 - Issue 3560: Clean of RML -- Marcus Denker -- http://www.marcusdenker.de INRIA Lille -- Nord Europe. Team RMoD.

Re: [Pharo-project] Issue 3560 in pharo: Clean of RML

2011-01-20 Thread pharo
Comment #2 on issue 3560 by marcus.d...@gmail.com: Clean of RML http://code.google.com/p/pharo/issues/detail?id=3560 12314 TODO: 1.3

Re: [Pharo-project] [squeak-dev] Instruments for headless images

2011-01-20 Thread Stéphane Ducasse
there is a DummyManager to control pop up and friends. Stef On Jan 20, 2011, at 9:39 PM, Igor Stasenko wrote: > Hello folks. > > I'd like to ask, if there any 'standartized' instruments for headless > images (or alike). > > I need a simple things: > - redirect all ToolSet/UIManager messages t

[Pharo-project] Instruments for headless images

2011-01-20 Thread Igor Stasenko
Hello folks. I'd like to ask, if there any 'standartized' instruments for headless images (or alike). I need a simple things: - redirect all ToolSet/UIManager messages to Transcript - redirect Transcript logging to file or stdout in short, these tools should serve a simple, yet important purp

Re: [Pharo-project] Gofer issue

2011-01-20 Thread Lukas Renggli
> however,  if i open the MC repo browser, it clearly shows that most > recent version is > CMakeVMMaker-Igor.Stasenko.16  (at the moment of writing this message) Following the coventions your name is 'Igor' and the package is on the branch 'Stasenko'. Gofer proritizes the main branch. > Gofer ne

Re: [Pharo-project] Using AlienOpenGL

2011-01-20 Thread Schwab,Wilhelm K
Not that you are wrong, but how did you choose AlienOpenGL over CroquetGL? IIRC, there is also a 3D project associated with NativeBoost. The latter lives here: http://code.google.com/p/nativeboost/ Just curious. I was originally very disappointed that Croquet was an all-or-nothing pr

[Pharo-project] Gofer issue

2011-01-20 Thread Igor Stasenko
Hello, Gofer doesn't likes my package naming :( When i use: Gofer new url: 'http://squeaksource.com/VMMaker'; package: 'CMakeVMMaker'; load. it loads the CMakeVMMaker-EstebanLorenzano.15 however, if i open the MC repo browser, it clearly shows that most recent version is

Re: [Pharo-project] Issue 3560 in pharo: Clean of RML

2011-01-20 Thread pharo
Updates: Labels: Milestone-1.2 Milestone-1.3 Comment #1 on issue 3560 by marcus.d...@gmail.com: Clean of RML http://code.google.com/p/pharo/issues/detail?id=3560 (No comment was entered for this change.)

Re: [Pharo-project] Issue 1426 in pharo: Auto completion does not complete symbols

2011-01-20 Thread pharo
Comment #8 on issue 1426 by dvcio...@gmail.com: Auto completion does not complete symbols http://code.google.com/p/pharo/issues/detail?id=1426 I can confirm this behaviour in dev 1.2rc1 12311, yet some clarification is needed for proper functioning: #od is taken as a literal symbol, simil

[Pharo-project] Using AlienOpenGL

2011-01-20 Thread Ricardo Jacas
hi, im trying to work with the AlienOpenGL library, in ubuntu, but i cant get even the test to run. it keeps saying i dont have a basic library but i dont have a clue how to get it. i have been all day ready post about it and i simply cant make it. anyone can do a stupid proof guide? Ricardo --

Re: [Pharo-project] Hapao for Test coverage!

2011-01-20 Thread Alexandre Bergel
Hi Lukas! You made good points. We will fix them. Thanks for these feedback. Cheers, Alexandre On 20 Jan 2011, at 15:14, Lukas Renggli wrote: > Very cool. > > I encountered two problems when trying the ready-made image on the > packages 'PetitParser' and 'PetitTest': > > 1. In Profiler>>#run

Re: [Pharo-project] Hapao for Test coverage!

2011-01-20 Thread Lukas Renggli
Very cool. I encountered two problems when trying the ready-made image on the packages 'PetitParser' and 'PetitTest': 1. In Profiler>>#runningUnitTests:atEachTestEvaluate: the message #selector is not understood by TestSuite. It worked after I commented "Transcript show: t selector; cr." and "(se

Re: [Pharo-project] About XML Support in the 1.2

2011-01-20 Thread Dale Henrichs
On 01/19/2011 11:37 PM, Norbert Hartl wrote: On 19.01.2011, at 19:01, Dale Henrichs wrote: I think that the a good working model is to store the ConfigurationOfXXX in the project repository along with the project mcz files. When a new version is released the configuration should be copied to

Re: [Pharo-project] Issue 3527 in pharo: Please add the following Generator code to Pharo. I need it to port a package I am writing from Squeak to Pharo

2011-01-20 Thread pharo
Comment #2 on issue 3527 by rpbol...@gmail.com: Please add the following Generator code to Pharo. I need it to port a package I am writing from Squeak to Pharo http://code.google.com/p/pharo/issues/detail?id=3527 I thought I had attached two files. Be that as it may I have attached the ge

[Pharo-project] Hapao for Test coverage!

2011-01-20 Thread Vanessa Peña
Hello all, We are happy to introduce you Hapao, an innovative test coverage tool which gives you an intuitive graphical representation to visually assess the quality of the coverage. For more information and download you can visit us at: http://hapao.dcc.uchile.cl/ Of course, all feedback is alw

[Pharo-project] Issue 3562 in pharo: Deferred UI messages executed slowly

2011-01-20 Thread pharo
Status: New Owner: New issue 3562 by richi.mo...@gmail.com: Deferred UI messages executed slowly http://code.google.com/p/pharo/issues/detail?id=3562 Pharo1.2rc1 Latest update: #12313 Processing deferred ui messages seems to be really slow. You can test it by executing this: | rnd |

Re: [Pharo-project] [squeak-dev] Re: Kinect and Etoys

2011-01-20 Thread Ricardo Moran
Ok, no problem. On Thu, Jan 20, 2011 at 1:49 PM, Marcus Denker wrote: > can you add an entry to > http://code.google.com/p/pharo/issues/list > > ? > > thanks, > > Marcus > > On Jan 20, 2011, at 4:55 PM, Ricardo Moran wrote: > > I think I found the cause of the problem: I'm updating the position

Re: [Pharo-project] RPackage

2011-01-20 Thread Alexandre Bergel
Excellent project to work on. Include PackageInfo in your scope :-) Alexandre On 20 Jan 2011, at 11:40, Cyrille Delaunay wrote: > By looking a bit more at Monticello, this is how I think it works (if not > tell me): > > => WorkingCopy is the first kind of objects we have. A workingCopy has >

Re: [Pharo-project] [squeak-dev] Re: Kinect and Etoys

2011-01-20 Thread Marcus Denker
can you add an entry to http://code.google.com/p/pharo/issues/list ? thanks, Marcus On Jan 20, 2011, at 4:55 PM, Ricardo Moran wrote: > I think I found the cause of the problem: I'm updating the position of each > morph inside

Re: [Pharo-project] Issue 3520 in pharo: Workspaces do not recognize previously evaluated temps

2011-01-20 Thread pharo
Comment #4 on issue 3520 by benjamin...@gmail.com: Workspaces do not recognize previously evaluated temps http://code.google.com/p/pharo/issues/detail?id=3520 It's the same in any text zone ...

[Pharo-project] Issue 3561 in pharo: Remove everything into PluggableShoutMorph

2011-01-20 Thread pharo
Status: Fixed Owner: benjamin...@gmail.com New issue 3561 by benjamin...@gmail.com: Remove everything into PluggableShoutMorph http://code.google.com/p/pharo/issues/detail?id=3561 Here a changeset which empties PluggableShoutMorph Attachments: FixPluggableShoutMorph.1.cs 1.1 KB

[Pharo-project] Issue 3560 in pharo: Clean of RML

2011-01-20 Thread pharo
Status: Fixed Owner: benjamin...@gmail.com New issue 3560 by benjamin...@gmail.com: Clean of RML http://code.google.com/p/pharo/issues/detail?id=3560 A new pass on RML was done. Sources are in PharoInbox 1) - Open a Recent Messages List and directly click to change the ordering to "by versi

Re: [Pharo-project] [squeak-dev] Re: Kinect and Etoys

2011-01-20 Thread Ricardo Moran
I think I found the cause of the problem: I'm updating the position of each morph inside a WorldState>>#addDeferredUIMessage:. In Pharo, this seems to be really slow. You can test it by executing this: | rnd | rnd := Random new. 100 timesRepeat: [ WorldState addDeferredUIMessage: [ Morph new openI

Re: [Pharo-project] Finder question

2011-01-20 Thread Benjamin
On Jan 20, 2011, at 3:52 PM, Mariano Martinez Peck wrote: > Hi. It would be cool if Finder could be a little similar to > RecentMessagesList. For example, doing a double click on a Message can browse > its implementors. Why not, but if you want the implementors, just expand the node :) But cre

Re: [Pharo-project] Problems with Recent Messages List

2011-01-20 Thread Benjamin
On Jan 20, 2011, at 3:41 PM, Mariano Martinez Peck wrote: > Hi, I found a couple of problems: > > 1) - Open a Recent Messages List and directly click to change the ordering > to "by version". You will get a "MessageNotUnderstood: > TimeStamp>>isByteString" Fixed > 2) If we sort by date, we

[Pharo-project] Finder question

2011-01-20 Thread Mariano Martinez Peck
Hi. It would be cool if Finder could be a little similar to RecentMessagesList. For example, doing a double click on a Message can browse its implementors. In addition, in RecentMessages you can also select/unselect items. Here in Finder is not possible? What about shortcuts? I would love to be ab

[Pharo-project] Problems with Recent Messages List

2011-01-20 Thread Mariano Martinez Peck
Hi, I found a couple of problems: 1) - Open a Recent Messages List and directly click to change the ordering to "by version". You will get a "MessageNotUnderstood: TimeStamp>>isByteString" 2) If we sort by date, we cannot see the class names. Maybe put the date and next to it the class name . Fo

Re: [Pharo-project] Issue 3506 in pharo: TextMorph's #autoFit: and #wrapFlag: are confusing

2011-01-20 Thread pharo
Updates: Status: Fixed Labels: Milestone-1.3 Comment #2 on issue 3506 by marcus.d...@gmail.com: TextMorph's #autoFit: and #wrapFlag: are confusing http://code.google.com/p/pharo/issues/detail?id=3506 (No comment was entered for this change.)

Re: [Pharo-project] RPackage

2011-01-20 Thread Cyrille Delaunay
By looking a bit more at Monticello, this is how I think it works (if not tell me): => WorkingCopy is the first kind of objects we have. A workingCopy has informations about version, ancestors, ... (surely a lot of other things) of a package and has a reference to a MCPackage => a MCPackage does n

Re: [Pharo-project] A reset question

2011-01-20 Thread Henrik Johansen
On Jan 20, 2011, at 2:54 40PM, Alexandre Bergel wrote: > I think you have a good point. #reset is ambiguous here. > > Maybe we should have two methods: #resetIndex and #resetContent > > Cheers, > Alexandre Hehe, I have a sense others must have thought the same, I missed them first time aroun

Re: [Pharo-project] ConfigurationOf Question

2011-01-20 Thread Mariano Martinez Peck
> > Yes that is correct. > > #latestVersion filters out versions with #baseline, #broken, or > #development blessings... > > If you want the really LAST version (regardless its blessing), you can use #lastVersion instead of #latestVersion Mariano > >

Re: [Pharo-project] A reset question

2011-01-20 Thread Alexandre Bergel
I think you have a good point. #reset is ambiguous here. Maybe we should have two methods: #resetIndex and #resetContent Cheers, Alexandre On 20 Jan 2011, at 10:40, Henrik Johansen wrote: > |writeStream| > writeStream := String new writeStream. > writeStream nextPut: $a. > writeStream reset.

Re: [Pharo-project] Issue 1249 in pharo: Debugger fails to launch after stacktrace is dumped to SqueakDebug file

2011-01-20 Thread pharo
Updates: Status: Closed Comment #7 on issue 1249 by marcus.d...@gmail.com: Debugger fails to launch after stacktrace is dumped to SqueakDebug file http://code.google.com/p/pharo/issues/detail?id=1249 i think this has been fixed. (at least I can not reproduce)

Re: [Pharo-project] A reset question

2011-01-20 Thread laurent laffont
false. PositionableStream>>#reset "Set the receiver's position to the beginning of the sequence of objects." position := 0 Laurent On Thu, Jan 20, 2011 at 2:40 PM, Henrik Johansen < henrik.s.johan...@veloxit.no> wrote: > |writeStream| > writeStream := String new writeStream. > writeStream ne

Re: [Pharo-project] Issue 2741 in pharo: Linux libGLU.so.1: could not find module vm-display-X11 yet it seems to exist

2011-01-20 Thread pharo
Updates: Status: Closed Comment #2 on issue 2741 by marcus.d...@gmail.com: Linux libGLU.so.1: could not find module vm-display-X11 yet it seems to exist http://code.google.com/p/pharo/issues/detail?id=2741 any news on that?

Re: [Pharo-project] Issue 3067 in pharo: TextConstants used in different ways

2011-01-20 Thread pharo
Updates: Status: Closed Comment #1 on issue 3067 by marcus.d...@gmail.com: TextConstants used in different ways http://code.google.com/p/pharo/issues/detail?id=3067 this has been fixed

[Pharo-project] A reset question

2011-01-20 Thread Henrik Johansen
|writeStream| writeStream := String new writeStream. writeStream nextPut: $a. writeStream reset. writeStream isEmpty. What would you expect? Cheers, Henry

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

2011-01-20 Thread pharo
Comment #16 on issue 3542 by marianopeck: Add SmalltalkImage>>#gcBiasToGrow: and friends to core http://code.google.com/p/pharo/issues/detail?id=3542 Name: ImageForDevelopers-pharo-MarianoMartinezPeck.247 Author: MarianoMartinezPeck Time: 20 January 2011, 2:35:17 pm UUID: e80d6e23-058e-4065-9

Re: [Pharo-project] Issue 3552 in pharo: Delete Package "DeleteMe"

2011-01-20 Thread pharo
Updates: Status: Closed Comment #4 on issue 3552 by marcus.d...@gmail.com: Delete Package "DeleteMe" http://code.google.com/p/pharo/issues/detail?id=3552 12313

[Pharo-project] [update 1.2] #12313

2011-01-20 Thread Marcus Denker
12313 - Issue 3413: WeakFinalizersTest.testNewFinalizationSupported fails on Hudson builder (hudson artefact, workaround for 1.2 build) Issue 3552: Delete Package DeleteMe -- Marcus Denker -- http://www.marcusdenker.de INRIA Lille -- Nord Europe. Team RMoD.

Re: [Pharo-project] Issue 3413 in pharo: WeakFinalizersTest.testNewFinalizationSupported fails on Hudson builder

2011-01-20 Thread pharo
Updates: Status: Accepted Labels: -Milestone-1.2 Comment #3 on issue 3413 by marcus.d...@gmail.com: WeakFinalizersTest.testNewFinalizationSupported fails on Hudson builder http://code.google.com/p/pharo/issues/detail?id=3413 in 1.2, 1.3 continues to have the failint test on hu

Re: [Pharo-project] Issue 3413 in pharo: WeakFinalizersTest.testNewFinalizationSupported fails on Hudson builder

2011-01-20 Thread pharo
Updates: Status: Fixed Comment #2 on issue 3413 by marcus.d...@gmail.com: WeakFinalizersTest.testNewFinalizationSupported fails on Hudson builder http://code.google.com/p/pharo/issues/detail?id=3413 let's remove that test for 1.2 changeset attached. Attachments: weaktest.1.c

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

2011-01-20 Thread pharo
Updates: Labels: -Milestone-1.2 Milestone-1.3 Comment #2 on issue 3544 by stephane...@gmail.com: Rename Morphic-Themes into Themes http://code.google.com/p/pharo/issues/detail?id=3544 yes :)

Re: [Pharo-project] Issue 3557 in pharo: [Feature]: Setting for "easy select" i.e. selecting in the world by dragging

2011-01-20 Thread pharo
Updates: Status: Closed Labels: Milestone-1.3 Comment #2 on issue 3557 by marcus.d...@gmail.com: [Feature]: Setting for "easy select" i.e. selecting in the world by dragging http://code.google.com/p/pharo/issues/detail?id=3557 13004

[Pharo-project] Issue 3559 in pharo: Remodularization of BalloonMorph

2011-01-20 Thread pharo
Status: Fixed Owner: benjamin...@gmail.com New issue 3559 by benjamin...@gmail.com: Remodularization of BalloonMorph http://code.google.com/p/pharo/issues/detail?id=3559 I have remodulate a little bit BalloonMorph to make it by default the default color (translucent orange) stored in BalloonCo

Re: [Pharo-project] Issue 3378 in pharo: Process remove depende to UIManager

2011-01-20 Thread pharo
Updates: Status: Closed Comment #1 on issue 3378 by marcus.d...@gmail.com: Process remove depende to UIManager http://code.google.com/p/pharo/issues/detail?id=3378 13004

Re: [Pharo-project] Issue 3441 in pharo: Tests for Polymorph

2011-01-20 Thread pharo
Updates: Status: Closed Comment #3 on issue 3441 by marcus.d...@gmail.com: Tests for Polymorph http://code.google.com/p/pharo/issues/detail?id=3441 13004

Re: [Pharo-project] Issue 3468 in pharo: Perform and context frame size primitive tests

2011-01-20 Thread pharo
Updates: Status: Closed Comment #1 on issue 3468 by marcus.d...@gmail.com: Perform and context frame size primitive tests http://code.google.com/p/pharo/issues/detail?id=3468 13004

[Pharo-project] Gaucho

2011-01-20 Thread Torsten Bergmann
Webpage http://gaucho.inf.usi.ch/ says: -- Gofer it squeaksource:'Gaucho'; package:'ConfigurationOfGaucho'; load. (Smalltalk classNamed: 'ConfigurationOfGaucho') perform:#loadGaucho10. -

[Pharo-project] [update 1.3] #13004

2011-01-20 Thread Marcus Denker
13004 - Issue 3558: Delete empty package ScriptLoader12. Issue 3552: Delete Package DeleteMe Issue 3550: MenuItemMorph>>mouseDown: has unnecessary check Issue 3468: Perform and context frame size primitive tests Issue 3441: Tests for Polymorph Issue 3378: Process remove

Re: [Pharo-project] Issue 3550 in pharo: MenuItemMorph>>mouseDown: has unnecessary check

2011-01-20 Thread pharo
Updates: Status: Closed Comment #3 on issue 3550 by marcus.d...@gmail.com: MenuItemMorph>>mouseDown: has unnecessary check http://code.google.com/p/pharo/issues/detail?id=3550 13004

Re: [Pharo-project] splitters in table layout

2011-01-20 Thread Stéphane Ducasse
On Jan 20, 2011, at 12:43 PM, Gary Chambers wrote: > The attached changeset will "fix" this, though perhaps not ideal... > > Perhaps it is time to refactor all the Resizer stuff! yes please for 1.3. Stef > > Regards, Gary > > > - Original Message - From: "Tudor Girba" > To: > Sent

Re: [Pharo-project] Issue 3552 in pharo: Delete Package "DeleteMe"

2011-01-20 Thread pharo
Comment #3 on issue 3552 by marcus.d...@gmail.com: Delete Package "DeleteMe" http://code.google.com/p/pharo/issues/detail?id=3552 in 1.3 13004 TODO: 1.2

Re: [Pharo-project] Issue 3558 in pharo: Delete empty package 'ScriptLoader12'.

2011-01-20 Thread pharo
Updates: Status: Closed Comment #1 on issue 3558 by marcus.d...@gmail.com: Delete empty package 'ScriptLoader12'. http://code.google.com/p/pharo/issues/detail?id=3558 13004

Re: [Pharo-project] PluggableTextMorph(Object)>>doesNotUnderstand: #stylerStyled:

2011-01-20 Thread Benjamin
Strange ... For PluggableShoutMorph, all the expected behavior is now in PluugableTextMorph, so I will try to remove everything, just to see if it works ^^ (but first let's finish the list stuff ;) ) Ben On Jan 20, 2011, at 11:51 AM, Stéphane Ducasse wrote: > Yes we should do that. > let it

Re: [Pharo-project] Issue 3501 in pharo: Remove 1.1 deprecated methods and publish them in a separate package

2011-01-20 Thread pharo
Comment #4 on issue 3501 by marcus.d...@gmail.com: Remove 1.1 deprecated methods and publish them in a separate package http://code.google.com/p/pharo/issues/detail?id=3501 Issue 2733 has been merged into this issue.

Re: [Pharo-project] Issue 2733 in pharo: Remove deprecated methods from 1.1 in 1.3

2011-01-20 Thread pharo
Updates: Status: Duplicate Mergedinto: 3501 Comment #9 on issue 2733 by marcus.d...@gmail.com: Remove deprecated methods from 1.1 in 1.3 http://code.google.com/p/pharo/issues/detail?id=2733 (No comment was entered for this change.)

Re: [Pharo-project] splitters in table layout

2011-01-20 Thread Gary Chambers
The attached changeset will "fix" this, though perhaps not ideal... Perhaps it is time to refactor all the Resizer stuff! Regards, Gary - Original Message - From: "Tudor Girba" To: Sent: Thursday, January 20, 2011 11:17 AM Subject: Re: [Pharo-project] splitters in table layout Wh

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

2011-01-20 Thread pharo
Comment #1 on issue 3544 by marcus.d...@gmail.com: Rename Morphic-Themes into Themes http://code.google.com/p/pharo/issues/detail?id=3544 do we do that in 1.3?

[Pharo-project] Issue 3558 in pharo: Delete empty package 'ScriptLoader12'.

2011-01-20 Thread pharo
Status: Fixed Owner: marcus.d...@gmail.com Labels: Milestone-1.3 New issue 3558 by marcus.d...@gmail.com: Delete empty package 'ScriptLoader12'. http://code.google.com/p/pharo/issues/detail?id=3558 In the next postscript, do ScriptLoader new deletePackage: 'ScriptLoader12'.

Re: [Pharo-project] Issue 3552 in pharo: Delete Package "DeleteMe"

2011-01-20 Thread pharo
Updates: Status: Fixed Comment #2 on issue 3552 by marcus.d...@gmail.com: Delete Package "DeleteMe" http://code.google.com/p/pharo/issues/detail?id=3552 to be added to the next postscript: ScriptLoader new deletePackage: 'DeleteMe'.

Re: [Pharo-project] Issue 3556 in pharo: PluggableTextMorph(Object)>>doesNotUnderstand: #stylerStyled:

2011-01-20 Thread pharo
Comment #2 on issue 3556 by marcus.d...@gmail.com: PluggableTextMorph(Object)>>doesNotUnderstand: #stylerStyled: http://code.google.com/p/pharo/issues/detail?id=3556 Can someone please attach *code* ???

Re: [Pharo-project] splitters in table layout

2011-01-20 Thread Tudor Girba
What does this imply? Cheers, Doru On 20 Jan 2011, at 12:09, Gary Chambers wrote: > Missed the case where fast dragging setting is enabled > > Regards, Gary > > - Original Message - From: "Andreas Wacknitz" > To: > Sent: Tuesday, January 18, 2011 8:33 PM > Subject: Re: [Pharo-pr

Re: [Pharo-project] aligning morphs

2011-01-20 Thread Tudor Girba
It's already integrated in Pharo :). Cheers, Doru On 20 Jan 2011, at 12:03, Gary Chambers wrote: > Not yet. (gmail issues) .Go ahead though if you wish. > > Regards, Gary > > - Original Message - From: "Tudor Girba" > To: > Sent: Tuesday, January 18, 2011 7:44 PM > Subject: Re: [Pha

Re: [Pharo-project] splitters in table layout

2011-01-20 Thread Gary Chambers
Missed the case where fast dragging setting is enabled Regards, Gary - Original Message - From: "Andreas Wacknitz" To: Sent: Tuesday, January 18, 2011 8:33 PM Subject: Re: [Pharo-project] splitters in table layout Am 18.01.2011 um 20:58 schrieb Tudor Girba: Yes, you missed a

Re: [Pharo-project] aligning morphs

2011-01-20 Thread Gary Chambers
Not yet. (gmail issues) .Go ahead though if you wish. Regards, Gary - Original Message - From: "Tudor Girba" To: Sent: Tuesday, January 18, 2011 7:44 PM Subject: Re: [Pharo-project] aligning morphs Hi Gary, Did you publish the changes to GeneralScrollPane somewhere? Cheers, Doru

Re: [Pharo-project] Issue 3554 in pharo: CP1252TextConverter new does not work

2011-01-20 Thread Stéphane Ducasse
On Jan 20, 2011, at 11:34 AM, Henrik Johansen wrote: > > On Jan 20, 2011, at 10:59 10AM, Stéphane Ducasse wrote: > >> Do we need 1252 and 1250? > > ? Do we need converters for both? If we want to be able to read files saved > in either character set, then yes. In fact I just check we already

Re: [Pharo-project] PluggableTextMorph(Object)>>doesNotUnderstand: #stylerStyled:

2011-01-20 Thread Stéphane Ducasse
Yes we should do that. let it and deprecate all the methods or remove the methods if they are in the superclass. Ben apparently monticello is bogus and the methods we moved from *soup to soup were removed from the class :( Stef On Jan 20, 2011, at 11:19 AM, Benjamin wrote: > Yes, code depends

Re: [Pharo-project] Issue 3554 in pharo: CP1252TextConverter new does not work

2011-01-20 Thread Henrik Johansen
On Jan 20, 2011, at 10:59 10AM, Stéphane Ducasse wrote: > Do we need 1252 and 1250? ? Do we need converters for both? If we want to be able to read files saved in either character set, then yes. > What is the difference? I saw 1253 is for greek http://en.wikipedia.org/wiki/Cp1250 http://en.wi

Re: [Pharo-project] Issue 3440 in pharo: Cycle in Monticello removed

2011-01-20 Thread pharo
Updates: Status: Fixed Labels: Milestone-1.3 Comment #2 on issue 3440 by marcus.d...@gmail.com: Cycle in Monticello removed http://code.google.com/p/pharo/issues/detail?id=3440 (No comment was entered for this change.)

Re: [Pharo-project] PluggableTextMorph(Object)>>doesNotUnderstand: #stylerStyled:

2011-01-20 Thread Benjamin
Yes, code depends of this class, but this class inherits from PluggableTextMorph, so we can just remove everything in it, and just keep the name to keep the system working (and maybe move this class in the package Deprecated) Ben On Jan 20, 2011, at 11:09 AM, Tudor Girba wrote: > Yes, but I

Re: [Pharo-project] Issue 3441 in pharo: Tests for Polymorph

2011-01-20 Thread pharo
Updates: Status: Fixed Labels: Milestone-1.3 Comment #2 on issue 3441 by marcus.d...@gmail.com: Tests for Polymorph http://code.google.com/p/pharo/issues/detail?id=3441 (No comment was entered for this change.)

Re: [Pharo-project] Issue 3526 in pharo: Update bug reporting instructions now that new issues are automatically posted to mailing list

2011-01-20 Thread pharo
Updates: Status: Closed Comment #2 on issue 3526 by marcus.d...@gmail.com: Update bug reporting instructions now that new issues are automatically posted to mailing list http://code.google.com/p/pharo/issues/detail?id=3526 DONE

  1   2   >