Re: [Pharo-project] Creating temporary classes for testing

2010-12-09 Thread Luc Fabresse
Hi, You should look at : ClassFactoryWithOrganizationForTestCase I guess it is exactly what you are looking for. And also SystemNavigationTest and SystemNavigationOnNewlyCreatedEnvironmentTest that uses an instance of this above class. #Luc 2010/12/10 Noury Bouraqadi > > On 10 déc. 2010,

[Pharo-project] [update 1.2] #12274

2010-12-09 Thread Marcus Denker
12274 - Issue 3394: Adopt disappeared from Monticello Browser Issue 3395: Capitalization of Author -- Marcus Denker -- http://www.marcusdenker.de INRIA Lille -- Nord Europe. Team RMoD.

Re: [Pharo-project] Issue 3395 in pharo: Capitalization of Author

2010-12-09 Thread pharo
Updates: Status: Closed Comment #3 on issue 3395 by marcus.denker: Capitalization of Author http://code.google.com/p/pharo/issues/detail?id=3395 12274

Re: [Pharo-project] Issue 3394 in pharo: Adopt disappeared from Monticello Browser

2010-12-09 Thread pharo
Updates: Status: Closed Comment #3 on issue 3394 by marcus.denker: Adopt disappeared from Monticello Browser http://code.google.com/p/pharo/issues/detail?id=3394 12274

Re: [Pharo-project] Creating temporary classes for testing

2010-12-09 Thread Noury Bouraqadi
On 10 déc. 2010, at 02:15, Sean P. DeNigris wrote: > Noury Bouraqadi-2 wrote: >> >> You need... to delete all references to classes for your environment from >> their superclasses. >> This is part of what is performed by the obsolete message. >> > > If I evaluated the code from my original pos

Re: [Pharo-project] Fuel - a fast object deployment tool

2010-12-09 Thread Levente Uzonyi
On Thu, 9 Dec 2010, Stéphane Ducasse wrote: It does! It seems that you did not work in VW2.5 and 3.0 and when parcels arrived loading was really a big difference I do not see why this would not the same with Fuel. No I didn't, but the version number of VW is around 7.x now, so I guess the

Re: [Pharo-project] Creating temporary classes for testing

2010-12-09 Thread Sean P. DeNigris
Thanks, Noury. I didn't understand one part: Noury Bouraqadi-2 wrote: > > You need... to delete all references to classes for your environment from > their superclasses. > This is part of what is performed by the obsolete message. > If I evaluated the code from my original post in a workspa

Re: [Pharo-project] about cloud in pharo

2010-12-09 Thread Germán Arduino
When I read about the Heroku buy the first thing I remembered was Morphle project because it's leader, Merik, all the time was focused in a business model as Heroku had. Myself worked a bit (on the side image) some time ago to help have (not cloud still) but multiple seaside customers (as some oth

Re: [Pharo-project] Why was the old Editor Functionality Removed?

2010-12-09 Thread Lukas Renggli
> I said it before: just give the variable a different name. For example, > textStyle. That would solve all loading problems. I said it before: This doesn't solve anything at all. In fact it is much easier to remove the variable and fork the code. Renaming causes a ripple effect to lots of method

Re: [Pharo-project] Why was the old Editor Functionality Removed?

2010-12-09 Thread Mariano Martinez Peck
On Thu, Dec 9, 2010 at 10:32 PM, Lukas Renggli wrote: > > I guess I'm the one who made all this bad changes. > > So sorry, sorry sorry. > > I don't think so. > > > Maybe we can come back to the "old" one. > > No problem for me. > > I think the main problem is that the new editor model (which I re

Re: [Pharo-project] about cloud in pharo

2010-12-09 Thread Eliot Miranda
On Thu, Dec 9, 2010 at 12:16 PM, Sven Van Caekenberghe wrote: > > On 09 Dec 2010, at 20:39, Eliot Miranda wrote: > > > On Thu, Dec 9, 2010 at 11:14 AM, stephane ducasse < > stephane.duca...@free.fr> wrote: > > Hi guys > > > > When I see that. I would really like to see how we can create something

Re: [Pharo-project] Why was the old Editor Functionality Removed?

2010-12-09 Thread Levente Uzonyi
On Thu, 9 Dec 2010, Lukas Renggli wrote: I guess I'm the one who made all this bad changes. So sorry, sorry sorry. I don't think so. Maybe we can come back to the "old" one. No problem for me. I think the main problem is that the new editor model (which I really like) was merged directly i

Re: [Pharo-project] Why was the old Editor Functionality Removed?

2010-12-09 Thread Tudor Girba
I said it before: just give the variable a different name. For example, textStyle. That would solve all loading problems. Doru On 9 Dec 2010, at 22:49, Stéphane Ducasse wrote: > Thanks all for your time. > We should try to do it better in the future. > We should also change and improve our too

Re: [Pharo-project] Why was the old Editor Functionality Removed?

2010-12-09 Thread Schwab,Wilhelm K
Stef, One approach might be to remove all direct accesses to the variable, and then arrange a (probably sub-optimal) temporary way to access through the existing receivers but with it in its new home. Then arrange to send the messages to the new intended recipient. Easier said than done, but

Re: [Pharo-project] Issue 3395 in pharo: Capitalization of Author

2010-12-09 Thread pharo
Comment #2 on issue 3395 by stephane.ducasse: Capitalization of Author http://code.google.com/p/pharo/issues/detail?id=3395 Yes it was breaking some MC tests I just fixed and I want hudson with green tests and after I do not want to see red tests popping up and not getting removed or fixed :

Re: [Pharo-project] Where does Regex-Core and friends live

2010-12-09 Thread Stéphane Ducasse
cool! On Dec 9, 2010, at 10:41 PM, Dale Henrichs wrote: > On 12/09/2010 10:39 AM, Stéphane Ducasse wrote: >>> I'm interested in terms of maintaining Pharo compatibility ... many of the >>> GLASS developers develop in Pharo and deploy in GemStone and I am trying to >>> get in the habit of

Re: [Pharo-project] Why was the old Editor Functionality Removed?

2010-12-09 Thread Stéphane Ducasse
Thanks all for your time. We should try to do it better in the future. We should also change and improve our tools for helping us being better. Now something important is how can we move this style variable in a way that we can move it and also avoid to break. this is just an example: let us do

Re: [Pharo-project] Where does Regex-Core and friends live

2010-12-09 Thread Dale Henrichs
On 12/09/2010 10:39 AM, Stéphane Ducasse wrote: I'm interested in terms of maintaining Pharo compatibility ... many of the GLASS developers develop in Pharo and deploy in GemStone and I am trying to get in the habit of using the same packages that are loaded into Pharo (where possible/practi

Re: [Pharo-project] Why was the old Editor Functionality Removed?

2010-12-09 Thread Lukas Renggli
> I guess I'm the one who made all this bad changes. > So sorry, sorry sorry. I don't think so. > Maybe we can come back to the "old" one. > No problem for me. I think the main problem is that the new editor model (which I really like) was merged directly into the existing editor morphs, so ever

Re: [Pharo-project] Fuel - a fast object deployment tool

2010-12-09 Thread Stéphane Ducasse
It does! It seems that you did not work in VW2.5 and 3.0 and when parcels arrived loading was really a big difference I do not see why this would not the same with Fuel. >>> >>> No I didn't, but the version number of VW is around 7.x now, so I guess the >>> CPUs and VMs a

Re: [Pharo-project] Time lapses

2010-12-09 Thread Mariano Martinez Peck
maybe you can take a look to http://www.squeaksource.com/Chalten ? On Thu, Dec 9, 2010 at 9:10 PM, Diogenes Moreira wrote: > may not be more in the core image of Pharo time lapses message, by example > year or month??? > > with the follow code i get MNU SmallInteger>>year > "aDate - otherDate

Re: [Pharo-project] Why was the old Editor Functionality Removed?

2010-12-09 Thread Francisco Ortiz Peñaloza
And shout is kinda working too... i tried hard on OB just for fun but had no luck.. i think i'd got meta meta confused :) I would love to dedicate more time to it, but currently i'm very bussy. Cheers, Francisco On Thu, Dec 9, 2010 at 5:24 PM, Levente Uzonyi wrote: > On Thu, 9 Dec 2010, Lukas

Re: [Pharo-project] about cloud in pharo

2010-12-09 Thread Levente Uzonyi
On Thu, 9 Dec 2010, Sven Van Caekenberghe wrote: On 09 Dec 2010, at 20:39, Eliot Miranda wrote: On Thu, Dec 9, 2010 at 11:14 AM, stephane ducasse wrote: 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

Re: [Pharo-project] Why was the old Editor Functionality Removed?

2010-12-09 Thread Levente Uzonyi
On Thu, 9 Dec 2010, Lukas Renggli wrote: I wonder why the old editor functionality was removed instead of being deprecated until the next release like this is normally done? It is extremely difficult to get any GUI related stuff ported, because the packages cannot simply be loaded. One has to f

Re: [Pharo-project] about cloud in pharo

2010-12-09 Thread Herve Verjus
Hello everybody, I am interested in something around the cloud with pharo...not really for business purpose but for using/developing scalable pharo-based technology and services on the cloud ! Herve On 9 déc. 2010, at 20:14, stephane ducasse wrote: > Hi guys > > When I see that. I would rea

Re: [Pharo-project] about cloud in pharo

2010-12-09 Thread Sven Van Caekenberghe
On 09 Dec 2010, at 20:39, Eliot Miranda wrote: > On Thu, Dec 9, 2010 at 11:14 AM, stephane ducasse > wrote: > 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 busi

[Pharo-project] Time lapses

2010-12-09 Thread Diogenes Moreira
may not be more in the core image of Pharo time lapses message, by example year or month??? with the follow code i get MNU SmallInteger>>year "aDate - otherDate = 1 year." If not, where I could find. Best Regards

Re: [Pharo-project] Creating temporary classes for testing

2010-12-09 Thread Noury Bouraqadi
On 9 déc. 2010, at 18:50, Sean P. DeNigris wrote: > * What if ClassFactoryForTestCase used the separate-SystemDictionary > approach? Wouldn't you only need to clean up the logs and the classes would > get gc-ed (even if cleanup was never called)? > * Is my OP correct that it is safe to do wh

Re: [Pharo-project] about cloud in pharo

2010-12-09 Thread Geoffroy Couprie
Hello, On Thu, Dec 9, 2010 at 8:14 PM, stephane ducasse wrote: > 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/ w

Re: [Pharo-project] about cloud in pharo

2010-12-09 Thread Eliot Miranda
On Thu, Dec 9, 2010 at 11:14 AM, stephane ducasse wrote: > 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? > _very_ I'd love to do high-quality

[Pharo-project] ODBC, loadFFI and friends!

2010-12-09 Thread Torsten Bergmann
>but he replied to me and I forwarded to you. Yes, but we have no admin access as he wrote he had given us. I think I answered to this again and got no response (cant remember the details). Nonetheless the project is "read write" anyway. Unfortunately without admin access I'm not able to delete

Re: [Pharo-project] ODBC, loadFFI and friends!

2010-12-09 Thread Schwab,Wilhelm K
Torsten, I can just shove it out there, but I would feel better if someone else would try it and report on success/failure or good/bad opinions of it. Beyond that, the question is whether anyone cares about enumerating tables and fields? If there is interest, it is worth talking about what mi

Re: [Pharo-project] Fuel - a fast object deployment tool

2010-12-09 Thread Levente Uzonyi
On Thu, 9 Dec 2010, Stéphane Ducasse wrote: It does! It seems that you did not work in VW2.5 and 3.0 and when parcels arrived loading was really a big difference I do not see why this would not the same with Fuel. No I didn't, but the version number of VW is around 7.x now, so I guess the

Re: [Pharo-project] ODBC, loadFFI and friends!

2010-12-09 Thread Stéphane Ducasse
On Dec 9, 2010, at 7:54 PM, Torsten Bergmann wrote: >> Please have a look at >> >> >> http://www.squeaksource.com/PharoInbox/DolphinCompatibility-ODBC-BillSchwab.3.mcz >> >> It adds a few methods that I missed (one could argue that I should package >> >some of this separately) and gives acce

[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 (http://techcrunch.com/2010/12

Re: [Pharo-project] Why was the old Editor Functionality Removed?

2010-12-09 Thread Alain Plantec
Hi Lukas, all I guess I'm the one who made all this bad changes. So sorry, sorry sorry. Maybe we can come back to the "old" one. No problem for me. I can make a slice in that direction. But frankly, what a catastrophic mail for people who are trying to make the system cleaner. do you know how much

[Pharo-project] ODBC, loadFFI and friends!

2010-12-09 Thread Torsten Bergmann
>Please have a look at > > > http://www.squeaksource.com/PharoInbox/DolphinCompatibility-ODBC-BillSchwab.3.mcz > >It adds a few methods that I missed (one could argue that I should package >>some of this separately) and gives access to table and field names. Hi Bill, I once contacted Frank Ur

Re: [Pharo-project] [Vm-beginners] Re: Compiling for iOS?

2010-12-09 Thread Mariano Martinez Peck
On Thu, Dec 9, 2010 at 12:47 PM, Esteban Lorenzano wrote: > Hi David, > your download should work almost "out of the box". yes? you fixed the problems we had last week? > What problem are you having? > btw, I'm cc this mail to vm-beginers list, that's a place where you can ask > any vm relate

Re: [Pharo-project] [Vm-beginners] Re: Compiling for iOS?

2010-12-09 Thread Mariano Martinez Peck
Hi david, the xcode project is http://squeakvm.org/svn/squeak/trunk/platforms/iOS/vm/SqueakPureObjc.xcodeproj/ for normal vm (not cog). Cheers Mariano On Thu, Dec 9, 2010 at 12:47 PM, Esteban Lorenzano wrote: > Hi David, > your download should work almost "out of the box". What problem are you

Re: [Pharo-project] Where does Regex-Core and friends live

2010-12-09 Thread Stéphane Ducasse
>> > I'm interested in terms of maintaining Pharo compatibility ... many of the > GLASS developers develop in Pharo and deploy in GemStone and I am trying to > get in the habit of using the same packages that are loaded into Pharo (where > possible/practical) so that the bugfixes and updates ca

Re: [Pharo-project] System Change Notification Broken

2010-12-09 Thread Stéphane Ducasse
> I wanted to draw the attention to > >http://code.google.com/p/pharo/issues/detail?id=3396 > > The system change notification service is kind of critical for everything. > > Any idea why it doesn't work anymore in the latest system? Lukas do you know the latest version in which it worked.

Re: [Pharo-project] Just another struggling newbie

2010-12-09 Thread Stéphane Ducasse
Welcome Chip Do not hesitate to ask us for help. Now the state of certain tools is clearly not at the level where we would like them to be (believe me). Stef On Dec 9, 2010, at 3:52 PM, Chip Nowacek wrote: > Hello everyone, > > While I should have introduced myself before I ran into trouble,

Re: [Pharo-project] Why was the old Editor Functionality Removed?

2010-12-09 Thread Stéphane Ducasse
Hi lukas, sorry for your frustration, that I can easily understand I do not remember. There are some changes that when deprecated get in our way. I still think that we need a refactoring deprecate methods because just doing all of them by hand is not possible. I believe that we need to have the

Re: [Pharo-project] [squeak-dev] Cog+NativeBoost @ Mac OS

2010-12-09 Thread Igor Stasenko
On 9 December 2010 17:04, Michael Haupt wrote: > Hi Igor, > > here are some details. > > On 9 December 2010 16:29, Michael Haupt wrote: >> I installed the examples (which appear to be working) and tests as >> well, but the tests crash the VM. I have not yet tried to nail the >> problem down; is t

Re: [Pharo-project] Fuel - a fast object deployment tool

2010-12-09 Thread Stéphane Ducasse
Ok even if I disagree. We could imagine a system where we do not need the compiler to be present to load code. >> BTW >> when giving feedback consider that the guy doing that is spending a lot of >> time and this will be his master >> and that the code was not optimize and that there is no dedic

Re: [Pharo-project] Fuel - a fast object deployment tool

2010-12-09 Thread Stéphane Ducasse
>> It does! >> It seems that you did not work in VW2.5 and 3.0 and when parcels arrived >> loading was really a big difference >> I do not see why this would not the same with Fuel. > > No I didn't, but the version number of VW is around 7.x now, so I guess the > CPUs and VMs are now several

Re: [Pharo-project] Fuel - a fast object deployment tool

2010-12-09 Thread Stéphane Ducasse
> Hi Martin, > > Nice project. > > I noticed that you have a package FuelFameExtension. Is this done for the > Fame meta engine? If yes, I would be interested in testing it, especially > that in the context of Moose we do load the objects significantly more often > than we store them :). :) W

Re: [Pharo-project] Fuel - a fast object deployment tool

2010-12-09 Thread Stéphane Ducasse
sure I understood that like that. I think that the use case for fuel is fast loading like VW parcels. > Hi Martin, >>> >>> I took some application for which we use image segments to test Fuel >>> >>> - With Fuel serializing and writing to disk took 330s. File size is 16.1MB >>> - With image segm

[Pharo-project] Why was the old Editor Functionality Removed?

2010-12-09 Thread Lukas Renggli
I wonder why the old editor functionality was removed instead of being deprecated until the next release like this is normally done? It is extremely difficult to get any GUI related stuff ported, because the packages cannot simply be loaded. One has to fix part of the package in the old image, and

Re: [Pharo-project] [Progress Report] Zinc HTTP Components

2010-12-09 Thread Stéphane Ducasse
;) >>> Very cool framework, I like it a lot! I definitely vote to eventually >>> replace HTTPSocket with Zinc HTTP Components. >> >> I would love that. >> We plan to open 1.3 Unstable 1 of january :) >> So if you have code for that let me know :) > > Date today >= (Date year: 2011 month: 1 day:

[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

Re: [Pharo-project] Creating temporary classes for testing

2010-12-09 Thread Alexandre Bergel
This is something that I often need. I have always addressed this as follows: Added a 'classes' instance variable in my unit test. Added a bunch of methods such as: createClassNamed: aSymbol superclass: aSuperclass instVarNames: instVarNames | cls | cls := aSuperclass subclass: aSy

Re: [Pharo-project] Creating temporary classes for testing

2010-12-09 Thread Sean P. DeNigris
Noury Bouraqadi-2 wrote: > > -You want to test something related to classes, and in this case you can > use the SUnit extension I introduced a while ago ClassFactoryForTestCase. > It's part of the core image. > Cool, that's it exactly. Now I have two new questions: * What if ClassFactoryForT

Re: [Pharo-project] Why is FileStream writing almost an order of a magnitude slower than reading ?

2010-12-09 Thread Sven Van Caekenberghe
Levente, On 08 Dec 2010, at 13:03, Levente Uzonyi wrote: > I don't get how #streamContents: could be used to send #flush. That's a > method of SequenceableCollection IIRC. Yeah, you're right: I stand corrected, this is not related. I tried adding an #on:do: modeled after #fileNamed:do: to ensu

Re: [Pharo-project] Where does Regex-Core and friends live

2010-12-09 Thread Alexandre Bergel
Ok, it makes sense Alexandre On 9 Dec 2010, at 13:47, Dale Henrichs wrote: > On 12/08/2010 06:21 PM, Alexandre Bergel wrote: >> hi Dale! >> >> I do not know about your need. But personally, if I have to deal with non >> trivial parsing, I will use PetitParser. >> Lukas made a tutorial last we

Re: [Pharo-project] Issue 3396 in pharo: System Change Notification broken

2010-12-09 Thread pharo
Updates: Summary: System Change Notification broken Comment #2 on issue 3396 by renggli: System Change Notification broken http://code.google.com/p/pharo/issues/detail?id=3396 (No comment was entered for this change.)

[Pharo-project] System Change Notification Broken

2010-12-09 Thread Lukas Renggli
I wanted to draw the attention to http://code.google.com/p/pharo/issues/detail?id=3396 The system change notification service is kind of critical for everything. Any idea why it doesn't work anymore in the latest system? Lukas -- Lukas Renggli www.lukas-renggli.ch

Re: [Pharo-project] Where does Regex-Core and friends live

2010-12-09 Thread Dale Henrichs
On 12/08/2010 11:44 PM, Lukas Renggli wrote: I am porting the latest Regex to GemStone and in the interest of Pharo compatibility, I found Regex-Core and and Regex-Tests-Core in the Pharo repository. The latest code is in. It is a full port of the late

Re: [Pharo-project] Issue 3396 in pharo: Change Notification in Monticello Browser is broken

2010-12-09 Thread pharo
Comment #1 on issue 3396 by renggli: Change Notification in Monticello Browser is broken http://code.google.com/p/pharo/issues/detail?id=3396 Note that also the Test Runner and OB does not update anymore. So there seems to be something very serious broken.

Re: [Pharo-project] Where does Regex-Core and friends live

2010-12-09 Thread Dale Henrichs
On 12/08/2010 11:50 PM, Lukas Renggli wrote: I've got a GemSource repository, but I'm actually hoping (haven't run tests yet:) that I will be able to use Regex-Core without making any GemStone-specific changes ... That's unlikely, because the code makes quite some absolute stream positioning li

Re: [Pharo-project] Where does Regex-Core and friends live

2010-12-09 Thread Dale Henrichs
On 12/08/2010 06:21 PM, Alexandre Bergel wrote: hi Dale! I do not know about your need. But personally, if I have to deal with non trivial parsing, I will use PetitParser. Lukas made a tutorial last week and I am convinced. Cheers, Alexandre On 8 Dec 2010, at 20:57, Dale Henrichs wrote: I

Re: [Pharo-project] Issue 3394 in pharo: Adopt disappeared from Monticello Browser

2010-12-09 Thread pharo
Updates: Owner: renggli Comment #2 on issue 3394 by renggli: Adopt disappeared from Monticello Browser http://code.google.com/p/pharo/issues/detail?id=3394 (No comment was entered for this change.)

Re: [Pharo-project] Creating temporary classes for testing

2010-12-09 Thread Noury Bouraqadi
Hi Sean, For testing you can have two approaches: -You need a mock object, and then you use a Mock library -You want to test something related to classes, and in this case you can use the SUnit extension I introduced a while ago ClassFactoryForTestCase. It's part of the core image. It supports

Re: [Pharo-project] Issue 3395 in pharo: Capitalization of Author

2010-12-09 Thread pharo
Updates: Status: Fixed Owner: renggli Comment #1 on issue 3395 by renggli: Capitalization of Author http://code.google.com/p/pharo/issues/detail?id=3395 Name: System-Support-LukasRenggli.418 Author: lr Time: 9 December 2010, 5:37:10 pm UUID: 762cf0e3-e188-44f3-b675-0e22ced6f3a5 A

[Pharo-project] Issue 3396 in pharo: Change Notification in Monticello Browser is broken

2010-12-09 Thread pharo
Status: Accepted Owner: Labels: Type-ReportDefect Milestone-1.2 Importance-High New issue 3396 by renggli: Change Notification in Monticello Browser is broken http://code.google.com/p/pharo/issues/detail?id=3396 Packages are not marked as dirty anymore

Re: [Pharo-project] Issue 3394 in pharo: Adopt disappeared from Monticello Browser

2010-12-09 Thread pharo
Updates: Status: Fixed Comment #1 on issue 3394 by renggli: Adopt disappeared from Monticello Browser http://code.google.com/p/pharo/issues/detail?id=3394 Sorry, I was confused. The adopt button is still there. The change in the inbox fixes other issues with the buttons and menus:

Re: [Pharo-project] [squeak-dev] Cog+NativeBoost @ Mac OS

2010-12-09 Thread Michael Haupt
Hi Igor, here are some details. On 9 December 2010 16:29, Michael Haupt wrote: > I installed the examples (which appear to be working) and tests as > well, but the tests crash the VM. I have not yet tried to nail the > problem down; is this expected behaviour on the Mac? most tests are green, b

[Pharo-project] Creating temporary classes for testing

2010-12-09 Thread Sean P. DeNigris
I was playing with creating temporary classes for testing in a separate SystemDictionary, so I don't have to worry about removing them. But I'm a little beyond the boundary of my knowledge (although I stepped through it in the debugger and it seemed pretty straight forward). Are there any hidden

[Pharo-project] Issue 3395 in pharo: Capitalization of Author

2010-12-09 Thread pharo
Status: Accepted Owner: Labels: Difficulty-Easy Type-ToDo Milestone-1.2 New issue 3395 by renggli: Capitalization of Author http://code.google.com/p/pharo/issues/detail?id=3395 The author initials are automatically capitalized, this is extremely annoying! Not everybody is following the

[Pharo-project] Issue 3394 in pharo: Adopt disappeared from Monticello Browser

2010-12-09 Thread pharo
Status: Accepted Owner: Labels: Milestone-1.2 Difficulty-Easy New issue 3394 by renggli: Adopt disappeared from Monticello Browser http://code.google.com/p/pharo/issues/detail?id=3394 The adopt button disappeared, which is a sensible change. The adopt functionality should still be availabl

Re: [Pharo-project] Just another struggling newbie

2010-12-09 Thread Henrik Johansen
Den 09.12.2010 15:52, skrev Chip Nowacek: > > To the matter: I don't understand why I can't accept a change to my > comment in one of my classes. When I try to accept in the OB Package > Browser, about a dozen calls in, #Utility is being sent #changeStamp > and doesn't understand it. I am in the

Re: [Pharo-project] Just another struggling newbie

2010-12-09 Thread Marcus Denker
On Dec 9, 2010, at 3:53 PM, Chip Nowacek wrote: > Hello everyone, > > While I should have introduced myself before I ran into trouble, it is > trouble that has brought me here. I guess I'm glad something provided the > excuse to meet you. > > First, a short introduction... > > I'm really new

[Pharo-project] Issue 3393 in pharo: Better support of configuration dependencies in Monticello Browser

2010-12-09 Thread pharo
Status: Accepted Owner: alexandre.bergel CC: da...@teleport.com, stephane.ducasse Labels: Difficulty-Easy New issue 3393 by alexandre.bergel: Better support of configuration dependencies in Monticello Browser http://code.google.com/p/pharo/issues/detail?id=3393 Configurations are better hand

Re: [Pharo-project] [squeak-dev] Cog+NativeBoost @ Mac OS

2010-12-09 Thread Michael Haupt
Hi Igor, On 9 December 2010 14:47, Igor Stasenko wrote: > NBInstaller install. wonderful, thank you *very* much. I installed the examples (which appear to be working) and tests as well, but the tests crash the VM. I have not yet tried to nail the problem down; is this expected behaviour on the

Re: [Pharo-project] Fuel - a fast object deployment tool

2010-12-09 Thread Martin Dias
Hi all, Thank you for the discussion, is very interesting for me. Thanks Adrian, I don't have benchmarks with ImageSegment, so I like to see the numbers, how could I reproduce that benchmarks? it would be useful for me. I think that ImageSegment is the best if fits the needs. Maybe if in a futur

Re: [Pharo-project] Just another struggling newbie

2010-12-09 Thread Max Leske
Hi Chip. Welcome to the list. In your working directory (the one the image reside in) there should be a file called "SqueakDebug.log" (or Pharo? not sure.) The stacktrace should have been written to that file. Could you copy the trace and post it? Might help in debugging your issue. Cheers, Ma

[Pharo-project] Issue 3392 in pharo: Class finder should probably use a different editor

2010-12-09 Thread pharo
Status: Accepted Owner: rydier Labels: Milestone-1.3 New issue 3392 by rydier: Class finder should probably use a different editor http://code.google.com/p/pharo/issues/detail?id=3392 The editor used is a TextEditor, yet the class finder should be smalltalk aware (to f.ex. be able to use OC

Re: [Pharo-project] Fuel - a fast object deployment tool

2010-12-09 Thread Martin Dias
Hi Tudor, Thank you. Yes, just to test the project in a real case, I created a package that uses Fame metadescription like MSE to export and import moose models. In the main page I talk a bit about the extension, but I didn't mentioned it in the summary mail. It needs to be better tested... and a

Re: [Pharo-project] [squeak-dev] Cog+NativeBoost @ Mac OS

2010-12-09 Thread Igor Stasenko
On 9 December 2010 15:54, Levente Uzonyi wrote: > On Thu, 9 Dec 2010, Igor Stasenko wrote: > >> Hello, >> >> since recently i got access to macs, i were finally able to add NB >> support for Mac OS. >> I built the Cog VM with NativeBoost plugin , which you can download at >> NativeBoost project pa

Re: [Pharo-project] Fuel - a fast object deployment tool

2010-12-09 Thread Igor Stasenko
2010/12/9 Levente Uzonyi : > On Thu, 9 Dec 2010, Stéphane Ducasse wrote: > >> BTW >> when giving feedback consider that the guy doing that is spending a lot of >> time and this will be his master >> and that the code was not optimize and that there is no dedicated >> primitive in play. >> >> So we

Re: [Pharo-project] [squeak-dev] Cog+NativeBoost @ Mac OS

2010-12-09 Thread Levente Uzonyi
On Thu, 9 Dec 2010, Igor Stasenko wrote: Hello, since recently i got access to macs, i were finally able to add NB support for Mac OS. I built the Cog VM with NativeBoost plugin , which you can download at NativeBoost project page [1]. At image side you just load NativeBoost-Installer package

[Pharo-project] Just another struggling newbie

2010-12-09 Thread Chip Nowacek
Hello everyone, While I should have introduced myself before I ran into trouble, it is trouble that has brought me here. I guess I'm glad something provided the excuse to meet you. First, a short introduction... I'm really new to Smalltalk. Kent Beck said it's a good choice for my project. Techn

Re: [Pharo-project] Fuel - a fast object deployment tool

2010-12-09 Thread Levente Uzonyi
On Thu, 9 Dec 2010, Stéphane Ducasse wrote: BTW when giving feedback consider that the guy doing that is spending a lot of time and this will be his master and that the code was not optimize and that there is no dedicated primitive in play. So we will see at the end and I was thinking that ou

Re: [Pharo-project] Fuel - a fast object deployment tool

2010-12-09 Thread Levente Uzonyi
On Thu, 9 Dec 2010, Stéphane Ducasse wrote: It does! It seems that you did not work in VW2.5 and 3.0 and when parcels arrived loading was really a big difference I do not see why this would not the same with Fuel. No I didn't, but the version number of VW is around 7.x now, so I guess th

Re: [Pharo-project] [ANN 1.2beta] pre-build beta#12272

2010-12-09 Thread Lukas Renggli
Perfect. The lag is no problem, even desired. Lukas On 9 December 2010 15:27, Marcus Denker wrote: > > On Dec 9, 2010, at 3:21 PM, Lukas Renggli wrote: > >> Cool, is there also a fixed URL that I can refer to? >> >> Sometime like we previously had for stable versions? >> > > Yes: > > http://www.

Re: [Pharo-project] [ANN 1.2beta] pre-build beta#12272

2010-12-09 Thread Marcus Denker
On Dec 9, 2010, at 3:21 PM, Lukas Renggli wrote: > Cool, is there also a fixed URL that I can refer to? > > Sometime like we previously had for stable versions? > Yes: http://www.pharo-project.org/pharo-download/unstable-core but this lags a bit (link update is not yet automatic) Ma

Re: [Pharo-project] Issue 3385 in pharo: TextEditor doest not understand #model

2010-12-09 Thread pharo
Comment #6 on issue 3385 by marcus.denker: TextEditor doest not understand #model http://code.google.com/p/pharo/issues/detail?id=3385 I would add a new bug entry...

Re: [Pharo-project] [ANN 1.2beta] pre-build beta#12272

2010-12-09 Thread Lukas Renggli
Cool, is there also a fixed URL that I can refer to? Sometime like we previously had for stable versions? Lukas On 9 December 2010 14:46, Marcus Denker wrote: > >         > https://gforge.inria.fr/frs/download.php/28042/PharoCore-1.2beta-12272.zip > > -- > Marcus Denker  -- http://www.marcusden

Re: [Pharo-project] Issue 3385 in pharo: TextEditor doest not understand #model

2010-12-09 Thread pharo
Comment #5 on issue 3385 by rydier: TextEditor doest not understand #model http://code.google.com/p/pharo/issues/detail?id=3385 Also see the ensuing discussion the commit message created on mailing list: http://forum.world.st/Issue-3385-in-pharo-TextEditor-doest-not-understand-model-tp3076887p3

Re: [Pharo-project] Issue 3391 in pharo: BlockClosure>>assertWithDescription: sends #logFailure:

2010-12-09 Thread pharo
Updates: Status: Closed Comment #4 on issue 3391 by marcus.denker: BlockClosure>>assertWithDescription: sends #logFailure: http://code.google.com/p/pharo/issues/detail?id=3391 I removed the call to #logFailure 12273

[Pharo-project] [update 1.2] #12273

2010-12-09 Thread Marcus Denker
12273 - Issue 3388: Fix some red tests in Pharo1. Issue 3385: TextEditor doest not understand #model Issue 3391: BlockClosure>>assertWithDescription: sends #logFailure: -- Marcus Denker -- http://www.marcusdenker.de INRIA Lille -- Nord Europe. Team RMoD.

Re: [Pharo-project] Issue 3370 in pharo: NewParagraph and MultiNewParagraph should be merged

2010-12-09 Thread pharo
Updates: Labels: -Milestone-1.2 Milestone-1.3 Comment #4 on issue 3370 by marcus.denker: NewParagraph and MultiNewParagraph should be merged http://code.google.com/p/pharo/issues/detail?id=3370 They are not compatible. Cleanup is needed. Not for 1.2

Re: [Pharo-project] Issue 3385 in pharo: TextEditor doest not understand #model

2010-12-09 Thread pharo
Updates: Status: Closed Comment #4 on issue 3385 by marcus.denker: TextEditor doest not understand #model http://code.google.com/p/pharo/issues/detail?id=3385 I added an accessor 12273

Re: [Pharo-project] Issue 3388 in pharo: Fix some red tests in Pharo1.2

2010-12-09 Thread pharo
Updates: Status: Closed Comment #1 on issue 3388 by marcus.denker: Fix some red tests in Pharo1.2 http://code.google.com/p/pharo/issues/detail?id=3388 12273

[Pharo-project] Cog+NativeBoost @ Mac OS

2010-12-09 Thread Igor Stasenko
Hello, since recently i got access to macs, i were finally able to add NB support for Mac OS. I built the Cog VM with NativeBoost plugin , which you can download at NativeBoost project page [1]. At image side you just load NativeBoost-Installer package and then evaluate: NBInstaller install. S

[Pharo-project] [ANN 1.2beta] pre-build beta#12272

2010-12-09 Thread Marcus Denker
https://gforge.inria.fr/frs/download.php/28042/PharoCore-1.2beta-12272.zip -- Marcus Denker -- http://www.marcusdenker.de INRIA Lille -- Nord Europe. Team RMoD.

Re: [Pharo-project] ODBC, loadFFI and friends!

2010-12-09 Thread Schwab,Wilhelm K
Torsten, Please have a look at http://www.squeaksource.com/PharoInbox/DolphinCompatibility-ODBC-BillSchwab.3.mcz It adds a few methods that I missed (one could argue that I should package some of this separately) and gives access to table and field names. Bill __

Re: [Pharo-project] Compiling for iOS?

2010-12-09 Thread Esteban Lorenzano
Hi David, your download should work almost "out of the box". What problem are you having? btw, I'm cc this mail to vm-beginers list, that's a place where you can ask any vm related stuff and will be answered "as soon as possible" :) cheers, Esteban El 09/12/2010, a las 8:06a.m., David Li escrib

[Pharo-project] Compiling for iOS?

2010-12-09 Thread David Li
Hi, Sorry to ask such dumb question. I have just download the source from http://squeakvm.org/svn/squeak/trunk and found the Xcode project in the iOS directory is setup to compile for OS X. I tried to search this list for answer but didn't find any question/answer related to this. So my ques

Re: [Pharo-project] ODBC, loadFFI and friends!

2010-12-09 Thread Mariano Martinez Peck
And once torsten said: Hi there, there is work going on for further development of the ODBC package (the one that was original developed by Diego Gomez Deck) in http://squeaksource.com/ODBC/ For easier access from within Pharo/Squeak I wrote a Metacello configuration: --

  1   2   >