Re: [Pharo-project] Smalltalks 2010

2010-11-12 Thread Sean P. DeNigris
Mariano Martinez Peck wrote: > > Yes, the talks are being recorder, but no streamed. They will be uploaded > to > the website after. > Oh, cool thanks! I thought I was missing everything, now only missing my Smalltalk friends, but at least I'll get to see the talks ;-) Sean -- View this mes

Re: [Pharo-project] Issue 3254 in pharo: [Repackage] "Regular expressions" should be well structured

2010-11-12 Thread pharo
Comment #2 on issue 3254 by torsten@astares.de: [Repackage] "Regular expressions" should be well structured http://code.google.com/p/pharo/issues/detail?id=3254 After loading the slice one should also evaluate: Smalltalk organization removeSystemCategory: 'VB-Regex'. Smalltalk organizati

Re: [Pharo-project] Issue 3255 in pharo: It should be possible to print text from help browser to printer

2010-11-12 Thread pharo
Updates: Status: Fixed Comment #1 on issue 3255 by torsten@astares.de: It should be possible to print text from help browser to printer http://code.google.com/p/pharo/issues/detail?id=3255 (No comment was entered for this change.)

[Pharo-project] Issue 3255 in pharo: It should be possible to print text from help browser to printer

2010-11-12 Thread pharo
Status: Accepted Owner: torsten@astares.de CC: stephane.ducasse Labels: Milestone-1.2 New issue 3255 by torsten@astares.de: It should be possible to print text from help browser to printer http://code.google.com/p/pharo/issues/detail?id=3255 Small enhancement to be able to print a tex

Re: [Pharo-project] Issue 3254 in pharo: [Repackage] "Regular expressions" should be well structured

2010-11-12 Thread pharo
Comment #1 on issue 3254 by torsten@astares.de: [Repackage] "Regular expressions" should be well structured http://code.google.com/p/pharo/issues/detail?id=3254 Slice is in SLICE-Issue-3254-RepackageRegexpressions-TorstenBergmann.1

[Pharo-project] Issue 3254 in pharo: [Repackage] "Regular expressions" should be well structured

2010-11-12 Thread pharo
Status: Fixed Owner: torsten@astares.de CC: stephane.ducasse Labels: Milestone-1.2 New issue 3254 by torsten@astares.de: [Repackage] "Regular expressions" should be well structured http://code.google.com/p/pharo/issues/detail?id=3254 Pharo 1.2a 12235: I now reorganized the regular ex

Re: [Pharo-project] Issue 3252 in pharo: [Repackage] "Announcements" should be well structured

2010-11-12 Thread pharo
Comment #1 on issue 3252 by torsten@astares.de: [Repackage] "Announcements" should be well structured http://code.google.com/p/pharo/issues/detail?id=3252 The slice is ready for integration: SLICE-Issue-3252-RepackageAnnouncements-TorstenBergmann.1.mcz

Re: [Pharo-project] Howto measure memory footprints of functions/objects/libraries in Pharo?

2010-11-12 Thread Max Leske
Hi Alexandre The weird behaviour seems to be related to inline compilation in workspaces. I moved the execution into a method, now everything's back to normal. In the meantime I verified the previously described scenarios with a fresh one-click image (Pharo 1.1). One really dramatic example is

[Pharo-project] Issue 3253 in pharo: Announcer. Extraction ActionSequence creation in subscription logic

2010-11-12 Thread pharo
Status: New Owner: New issue 3253 by Dionisiygod: Announcer. Extraction ActionSequence creation in subscription logic http://code.google.com/p/pharo/issues/detail?id=3253 ActionSequence creation in subscribtion logic of announcer should be extracted. With this little change different k

Re: [Pharo-project] Howto measure memory footprints of functions/objects/libraries in Pharo?

2010-11-12 Thread Max Leske
Hi again. Please ignore the last e-mail for the moment. There's something weird going on in my image. I'll run some tests on a fresh official image first and then post back. Max - Thanks Alexandre. Now I tried out your example and they worked perfectly. I ha

Re: [Pharo-project] Howto measure memory footprints of functions/objects/libraries in Pharo?

2010-11-12 Thread Max Leske
Thanks Alexandre. Now I tried out your example and they worked perfectly. I have run into two problem though which I don't know how to deal with: 1. When I run anything else than what you suggested, I do get the window for the profiling view but it is empty. E.g when I run this:

Re: [Pharo-project] Repackaging task force

2010-11-12 Thread Miguel Cobá
Great initiative! -- Miguel Cobá http://miguel.leugim.com.mx

Re: [Pharo-project] Issue 3247 in pharo: Remodel Text Constants

2010-11-12 Thread pharo
Comment #2 on issue 3247 by Benjamin.VanRyseghem.Pharo: Remodel Text Constants http://code.google.com/p/pharo/issues/detail?id=3247 A new version is available, where I fix the bug about poolDictionaries and where I fix 3 classes. If someone want to play with it, enjoy ^^

Re: [Pharo-project] ob in pharocore 1.2?

2010-11-12 Thread Igor Stasenko
On 12 November 2010 17:02, Tudor Girba wrote: > Hi, > > Does anyone have any experience with loading OB in 1.2? > Yes, i were able to load it, and it works. Everything loads ok, except Shout. > Cheers, > Doru > > > -- > www.tudorgirba.com > > "Problem solving efficiency grows with the abstractne

[Pharo-project] ob in pharocore 1.2?

2010-11-12 Thread Tudor Girba
Hi, Does anyone have any experience with loading OB in 1.2? Cheers, Doru -- www.tudorgirba.com "Problem solving efficiency grows with the abstractness level of problem understanding."

[Pharo-project] Repackaging task force

2010-11-12 Thread Torsten Bergmann
Hi, after an IRC discussion with Alexandre and Stef yesterday we agreed that it would be good to start working on cleaning up/organizing the packages and get better structure into the system. Goals: - seperate tests, examples, help, ... from code in distinguishable packages - but also have te

[Pharo-project] Issue 3252 in pharo: [Repackage] "Announcements" should be well structured

2010-11-12 Thread pharo
Status: Fixed Owner: torsten@astares.de CC: stephane.ducasse New issue 3252 by torsten@astares.de: [Repackage] "Announcements" should be well structured http://code.google.com/p/pharo/issues/detail?id=3252 Pharo 1.2a 12235 After an IRC discussion with Alexandre and Stef yesterday we

Re: [Pharo-project] Problem with de Traits

2010-11-12 Thread Diogenes Moreira
well,, that was extrange.. I'm add this line to my method.. classesIncluded | includes | includes := OrderedCollection new. * TSSerosDB users do:[:e | Transcript show: e printString ;cr].* TSSerosDB users do:[ :aClass | self processClass: aClass into: includes ]. ^ includes. And that start work w

Re: [Pharo-project] Roeltyper in Pharo

2010-11-12 Thread Frederic Pluquet
Hello, Thank for your interest in RoelTyper. The user interface of RoelTyper is the class TypeCollector. To know the types of an instance variable of a class use the method "typeInstvar: var ofClass: aClass". For example: *TypeCollector typeInstvar: #x ofClass: Point* This returns an Extracted

Re: [Pharo-project] ExternalIconFamily framework finally decoupled from Gaucho

2010-11-12 Thread Fernando Olivero
Oh, GMIcon are the main users of the framework in Gaucho. I will remove the dependencies. Probably the underscores are related to some imported icon names, i will remove them also. Will announce it to the list when i committed the new version. Thanks ! Fernando On Wed, Nov 10, 2010 at 1:54 PM, Jua

Re: [Pharo-project] Issue 1325 in pharo: Removing all traits from a class fails

2010-11-12 Thread pharo
Updates: Status: WontFix Comment #8 on issue 1325 by adrian.lienhard: Removing all traits from a class fails http://code.google.com/p/pharo/issues/detail?id=1325 I set to WontFix since nobody strongly voted for changing something. If it becomes a FAQ, we can reopen the task.

Re: [Pharo-project] Pharo and Astronomy?

2010-11-12 Thread Schwab,Wilhelm K
Alexandre, A possible source of a Levenberg-Marquardt optimizer: http://www.ics.forth.gr/~lourakis/levmar/ It's GPL too, so aside from _possibly_ being cleaner than GSL's implementation (there's room for improvement), it's no help. It appears that they translated the code from Minpack, an

Re: [Pharo-project] Issue 3251 in pharo: Accept a change when editing a help text gives MNU

2010-11-12 Thread pharo
Comment #2 on issue 3251 by stephane.ducasse: Accept a change when editing a help text gives MNU http://code.google.com/p/pharo/issues/detail?id=3251 tx will integrate that soon :)

Re: [Pharo-project] Issue 3251 in pharo: Accept a change when editing a help text gives MNU

2010-11-12 Thread pharo
Updates: Cc: stephane.ducasse Comment #1 on issue 3251 by torsten@astares.de: Accept a change when editing a help text gives MNU http://code.google.com/p/pharo/issues/detail?id=3251 Fixed in SLICE-Issue-3251-FixEditingHelpTexts-Tbn.1 in Pharo inbox using the attached changeset

[Pharo-project] Issue 3251 in pharo: Accept a change when editing a help text gives MNU

2010-11-12 Thread pharo
Status: Fixed Owner: torsten@astares.de Labels: Milestone-1.2 New issue 3251 by torsten@astares.de: Accept a change when editing a help text gives MNU http://code.google.com/p/pharo/issues/detail?id=3251 Pharo 1.2 #12235 When editing a help text and accepting the change you get a MNU

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

2010-11-12 Thread pharo
Updates: Status: Closed Comment #1 on issue 3250 by stephane.ducasse: DemoMode should not change Fonts only sizes http://code.google.com/p/pharo/issues/detail?id=3250 (No comment was entered for this change.)

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

2010-11-12 Thread pharo
Status: Accepted Owner: stephane.ducasse New issue 3250 by stephane.ducasse: DemoMode should not change Fonts only sizes http://code.google.com/p/pharo/issues/detail?id=3250 If you fill an issue for the first time, please read "How to report bugs" at http://www.pharo-project.org/community/iss

Re: [Pharo-project] Array of two empty sets asSet

2010-11-12 Thread Janko Mivšek
Thanks Martin for clarification. I simply forgot that normal sets work based on equality, not identity. School-time mistake, I know .. :) Best regards Janko On 11. 11. 2010 19:51, Martin McClure wrote: > On 11/11/2010 06:44 AM, Janko Mivšek wrote: >> What is rationale that >> >> (Array with

Re: [Pharo-project] Issue 3248 in pharo: Bad error message for non existing changes file.

2010-11-12 Thread pharo
Comment #5 on issue 3248 by stephane.ducasse: Bad error message for non existing changes file. http://code.google.com/p/pharo/issues/detail?id=3248 which file in the inbox?