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

2011-02-02 Thread pharo
Updates: Cc: hilaire.fernandes Comment #12 on issue 3520 by marcus.d...@gmail.com: Workspaces do not recognize previously evaluated temps http://code.google.com/p/pharo/issues/detail?id=3520 Hilaire, can you check? Workspace is kind of unusable...

[Pharo-project] Test - please ignore

2011-02-02 Thread Torsten Bergmann
Just a test, please ignore this mail -- NEU: FreePhone - kostenlos mobil telefonieren und surfen! Jetzt informieren: http://www.gmx.net/de/go/freephone

Re: [Pharo-project] react on low space

2011-02-02 Thread Max Leske
Bill, I agree that it is important to at least know that there has been a low space condition. But then again, if there is a low space watcher anyway, shouldn't there be a way to register as a listener or something? Igor, I haven't run your code yet but it looks exactly like what I was

Re: [Pharo-project] Issue 3625 in pharo: MessageNames search field: MessageNotUnderstood: TextEditorcaret

2011-02-02 Thread pharo
Updates: Labels: Milestone-1.2-DevImage Comment #3 on issue 3625 by marcus.d...@gmail.com: MessageNames search field: MessageNotUnderstood: TextEditorcaret http://code.google.com/p/pharo/issues/detail?id=3625 This is related to OCompletion and happens in the Dev 1.2 image

Re: [Pharo-project] how to use dejavu bitmap fonts

2011-02-02 Thread Benjamin
On Feb 2, 2011, at 1:18 AM, Igor Stasenko wrote: On 31 January 2011 22:00, Stéphane Ducasse stephane.duca...@inria.fr wrote: The package should be updated to 1.2. It should declare fonts probably in one of the classVar of the TextConstant SharedPool. Why fonts can't just use a classvar

[Pharo-project] Issue 3646 in pharo: Improve LowSpace handling

2011-02-02 Thread pharo
Status: Accepted Owner: siguc...@gmail.com Labels: Type-RequestForEnhancement New issue 3646 by siguc...@gmail.com: Improve LowSpace handling http://code.google.com/p/pharo/issues/detail?id=3646 - Smalltalk memoryHogs should use weak container, to prevent hanging references. - add the way to

Re: [Pharo-project] Issue 3646 in pharo: Improve LowSpace handling

2011-02-02 Thread pharo
Comment #1 on issue 3646 by siguc...@gmail.com: Improve LowSpace handling http://code.google.com/p/pharo/issues/detail?id=3646 Also, i think that mechanism which suspends the process which made the last memory allocation attempt is useless, because there is no any guarantees that exactly

Re: [Pharo-project] Issue 3646 in pharo: Improve LowSpace handling

2011-02-02 Thread pharo
Comment #2 on issue 3646 by torsten@astares.de: Improve LowSpace handling http://code.google.com/p/pharo/issues/detail?id=3646 And you are right, there is no way to hook into low space watcher to include some custom handling. So, this is a work to do. see

[Pharo-project] 1.2: class var #Instance not allowed

2011-02-02 Thread Janko Mivšek
Hi guys, One more problem: if some class have a class variable named #Instance, it is not loadable anymore. It seems that problem is in ClassbindingOf: method, where check is done in a declared environment, which happens to be a global SystemDictionary, where a class Instance actually exists.

[Pharo-project] [BUG][:var | (self bindingOf: var) notNil ifTrue: [DuplicatedVariableError new variable: var; signal: var , ' is defined elsewhere'. conflicts := true]] in AIDASite class(Class)decla

2011-02-02 Thread janko . mivsek
See explanation in my prevous mail '1.2: class var #Instance not allowed'. 2 February 2011 12:23:58 pm VM: unix - i686 - linux-gnu - Croquet Closure Cog VM [CoInterpreter VMMaker-oscog.35] Image: Pharo1.2rc2 [Latest update: #12329] SecurityManager state: Restricted: false FileAccess: true

[Pharo-project] OCForOB/ConfigurationOfOmniBrowser confusion

2011-02-02 Thread Torsten Bergmann
In ConfigurationOfOmniBrowser-LaurentLaffont.92 Laurent updated OCForOB to OCForOB-ul.5 (according to comment for issue 3623) It was updated in #version12:, I would have expected it in #version123: since Version 1.2.3 IS NEWER than 1.2 and it is the last one edited by Johan Brichau. Another

[Pharo-project] 1.2: class var #Instance not allowed

2011-02-02 Thread Torsten Bergmann
Hi Janko, If you think it is a bug please PLEASE OPEN AN ISSUE on http://issues.pharo-project.org and mark it as 1.2 in the labels, SO IT CAN BE TRACKED. And append the stack trace there not directly to the list. (Messages from the bug tracker will be sent to the mailinglist too, so we will

[Pharo-project] Issue 3647 in pharo: Class var #Instance not allowed

2011-02-02 Thread pharo
Status: New Owner: New issue 3647 by janko.mi...@gmail.com: Class var #Instance not allowed http://code.google.com/p/pharo/issues/detail?id=3647 If some class have a class variable named #Instance, it is not loadable anymore. It seems that problem is in ClassbindingOf: method, where check

Re: [Pharo-project] Issue 3647 in pharo: Class var #Instance not allowed

2011-02-02 Thread pharo
Comment #1 on issue 3647 by janko.mi...@gmail.com: Class var #Instance not allowed http://code.google.com/p/pharo/issues/detail?id=3647 Stack trace is here:

Re: [Pharo-project] 1.2: class var #Instance not allowed

2011-02-02 Thread Janko Mivšek
Hi Torsten, done! It takes some time to get used of that issue trackers... :) BTW: When you are already in debugger, you can nicelly 'Mail out bug report', but how to 'File out bug report' to attach it on issue tracker? Janko On 02. 02. 2011 12:49, Torsten Bergmann wrote: Hi Janko, If you

Re: [Pharo-project] For 1.2: default browser size bigger

2011-02-02 Thread Stéphane Ducasse
good idea. I went to the doc and he told me glasses in 2 years :) Hi guys, Please please, increase default size of System browser to some reasonable size, in forthcoming 1.2 already. Is this manual resizing annoying only to me? I doubt. Or better, what is a rationale behind so small

Re: [Pharo-project] react on low space

2011-02-02 Thread Schwab,Wilhelm K
Max, I'm on your side, really :) Silent failures are a big problem and should not be allowed to persist. What I don't know is whether the remedy for low space is simply to log it and then proceed to crash, or if a handler can do something useful. The handler probably would need to be

[Pharo-project] 1.2: class var #Instance not allowed

2011-02-02 Thread Torsten Bergmann
When you are already in debugger, you can nicelly 'Mail out bug report', but how to 'File out bug report' to attach it on issue tracker? I think this is from times where issues were posted to the Squeak list ;) (have to admit it is currently the only place I know where one gets the stack trace

Re: [Pharo-project] Issue 3469 in pharo: [Failing Test] ShoutTests.Parsing.SHParserST80Test.testCollectionHierarchy

2011-02-02 Thread pharo
Comment #8 on issue 3469 by marcus.d...@gmail.com: [Failing Test] ShoutTests.Parsing.SHParserST80Test.testCollectionHierarchy http://code.google.com/p/pharo/issues/detail?id=3469 Issue 3617 has been merged into this issue.

Re: [Pharo-project] Issue 3617 in pharo: Hudson 1.2dev : ShoutTests.Parsing.SHParserST80Test.testCollectionHierarchy

2011-02-02 Thread pharo
Updates: Status: Duplicate Mergedinto: 3469 Comment #2 on issue 3617 by marcus.d...@gmail.com: Hudson 1.2dev : ShoutTests.Parsing.SHParserST80Test.testCollectionHierarchy http://code.google.com/p/pharo/issues/detail?id=3617 (No comment was entered for this change.)

Re: [Pharo-project] Issue 3469 in pharo: [Failing Test] ShoutTests.Parsing.SHParserST80Test.testCollectionHierarchy

2011-02-02 Thread pharo
Comment #9 on issue 3469 by marcus.d...@gmail.com: [Failing Test] ShoutTests.Parsing.SHParserST80Test.testCollectionHierarchy http://code.google.com/p/pharo/issues/detail?id=3469 See Issue 3617 for another fix

Re: [Pharo-project] Issue 3643 in pharo: TextMorph enableTextChange is missing

2011-02-02 Thread pharo
Comment #2 on issue 3643 by marcus.d...@gmail.com: TextMorph enableTextChange is missing http://code.google.com/p/pharo/issues/detail?id=3643 When merging in 1.2, this wants to change a lot of things that I think have nothing to do with the fix. Comand deleted, change to Worldstate

Re: [Pharo-project] Issue 3643 in pharo: TextMorph enableTextChange is missing

2011-02-02 Thread pharo
Comment #3 on issue 3643 by aplan...@gmail.com: TextMorph enableTextChange is missing http://code.google.com/p/pharo/issues/detail?id=3643 ok, will do a 1.2 specific slice

Re: [Pharo-project] Issue 3603 in pharo: O/ECompletion failure in Trait methods

2011-02-02 Thread pharo
Updates: Labels: -Milestone-1.3-DevImage Comment #1 on issue 3603 by marcus.d...@gmail.com: O/ECompletion failure in Trait methods http://code.google.com/p/pharo/issues/detail?id=3603 (No comment was entered for this change.)

Re: [Pharo-project] 1.2: class var #Instance not allowed

2011-02-02 Thread Igor Stasenko
2011/2/2 Janko Mivšek janko.miv...@eranova.si: Hi guys, One more problem: if some class have a class variable named #Instance, it is not loadable anymore. It seems that problem is in ClassbindingOf: method, where check is done in a declared environment, which happens to be a global

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

2011-02-02 Thread pharo
Comment #15 on issue 3520 by aplan...@gmail.com: Workspaces do not recognize previously evaluated temps http://code.google.com/p/pharo/issues/detail?id=3520 #bindingOf: have to be defined in TextMorphForEditView because it is passed as the requestor in SmalltalkEditorevaluateSelection.

Re: [Pharo-project] Issue 3645 in pharo: Update Hudson One-Click build files for 1.2

2011-02-02 Thread pharo
Comment #2 on issue 3645 by torsten@astares.de: Update Hudson One-Click build files for 1.2 http://code.google.com/p/pharo/issues/detail?id=3645 Does one click VM come with the standard VM or with Cog?

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

2011-02-02 Thread pharo
Comment #16 on issue 3520 by marcus.d...@gmail.com: Workspaces do not recognize previously evaluated temps http://code.google.com/p/pharo/issues/detail?id=3520 No, I can not merge. Maybe we should go back to changesets for changes that are for both 1.2 and and 1.3?

Re: [Pharo-project] Issue 3609 in pharo: Integrate RPackage

2011-02-02 Thread pharo
Comment #8 on issue 3609 by cy.delau...@gmail.com: Integrate RPackage http://code.google.com/p/pharo/issues/detail?id=3609 RPackage tests and Monticello tests should be green in a 1.3 core image with that: load rpackage Gofer new squeaksource: 'PharoTaskForces';

Re: [Pharo-project] Issue 3643 in pharo: TextMorph enableTextChange is missing

2011-02-02 Thread pharo
Comment #4 on issue 3643 by aplan...@gmail.com: TextMorph enableTextChange is missing http://code.google.com/p/pharo/issues/detail?id=3643 Here is a .cs Attachments: Issue-3643.1.cs 208 bytes

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

2011-02-02 Thread pharo
Comment #17 on issue 3520 by aplan...@gmail.com: Workspaces do not recognize previously evaluated temps http://code.google.com/p/pharo/issues/detail?id=3520 Here is the .cs Attachments: Issue-3520.1.cs 238 bytes

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

2011-02-02 Thread pharo
Comment #18 on issue 3520 by marcus.d...@gmail.com: Workspaces do not recognize previously evaluated temps http://code.google.com/p/pharo/issues/detail?id=3520 in 12330 TODO: 1.3

Re: [Pharo-project] Issue 3643 in pharo: TextMorph enableTextChange is missing

2011-02-02 Thread pharo
Comment #5 on issue 3643 by marcus.d...@gmail.com: TextMorph enableTextChange is missing http://code.google.com/p/pharo/issues/detail?id=3643 in 12330 TODO: 1.3

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

2011-02-02 Thread pharo
Updates: Status: Closed Comment #19 on issue 3520 by marcus.d...@gmail.com: Workspaces do not recognize previously evaluated temps http://code.google.com/p/pharo/issues/detail?id=3520 in 13036

Re: [Pharo-project] what do we do for OmniBrowser?

2011-02-02 Thread Hernán Morales Durand
Just to give some feedback because I mostly use the core image. OB is one of our most valuable tools, it would be a pity if cannot be integrated. I could help mantaining but not alone, I'm sick of programming in isolation. Hernán 2011/2/2 Stéphane Ducasse stephane.duca...@inria.fr: Ok so far no

[Pharo-project] [update 1.3] #13036

2011-02-02 Thread Marcus Denker
13036 - Issue 3520: Workspaces do not recognize previously evaluated temps Issue 3643: TextMorph enableTextChange is missing Issue 3506: TextMorphs #autoFit: and #wrapFlag: are confusing -- Marcus Denker -- http://www.marcusdenker.de INRIA Lille -- Nord Europe. Team RMoD.

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

2011-02-02 Thread pharo
Updates: Status: Closed Labels: Milestone-1.3 Comment #8 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 13036

Re: [Pharo-project] what do we do for OmniBrowser?

2011-02-02 Thread Dmitri Zagidulin
I agree with Hernán. OB is incredibly valuable, and I was delighted to see that it was included out of the box in 1.2 (when switching to Pharo from Squeak). We cannot let it slide or remove it (btw, I still can't believe we as a community let SeasideTesting be broken in 1.2). Hernán -- I would

Re: [Pharo-project] 1.2: class var #Instance not allowed

2011-02-02 Thread Janko Mivšek
On 02. 02. 2011 17:02, Marcus Denker wrote: One more problem: if some class have a class variable named #Instance, it is not loadable anymore. The bug is not in the #bindingOf: it just answers (correctly) that for given name there are already a binding exists in system. So, it should be

Re: [Pharo-project] Issue 3628 in pharo: [Hudson] Image after running tests: provide zip file, better name

2011-02-02 Thread pharo
Updates: Status: Closed Comment #1 on issue 3628 by marcus.d...@gmail.com: [Hudson] Image after running tests: provide zip file, better name http://code.google.com/p/pharo/issues/detail?id=3628 done

Re: [Pharo-project] [ANN] New Cocoa Squeak VM release

2011-02-02 Thread Esteban Lorenzano
El 02/02/2011, a las 1:33p.m., Henrik Johansen escribió: - No FT2Plugin? No, no FT2Plugin included... I think this is an external plugin... if it's not the case, I can include it in a future release. I also can compile and provide it as an external plugin... both solutions will take some

Re: [Pharo-project] [ANN] New Cocoa Squeak VM release

2011-02-02 Thread Stéphane Ducasse
esteban do you know if FFI is working and from which place we could get the code running? Stef On Feb 2, 2011, at 5:59 PM, Esteban Lorenzano wrote: El 02/02/2011, a las 1:33p.m., Henrik Johansen escribió: - No FT2Plugin? No, no FT2Plugin included... I think this is an external

Re: [Pharo-project] [ANN] New Cocoa Squeak VM release

2011-02-02 Thread Esteban Lorenzano
El 02/02/2011, a las 1:33p.m., Henrik Johansen escribió: - MacMenubarPlugin is listed, but I don't get a custom menu with a Pharo 1.1.1 image? yes... the plugin is there, but the cocoa vm seems to not-be ready to mac menus (also absent in 5.7b3)... yet another task to my todo list :(

Re: [Pharo-project] Issue 3623 in pharo: Pharo 1.2 OCompletion in browser not good

2011-02-02 Thread pharo
Comment #8 on issue 3623 by laurent@gmail.com: Pharo 1.2 OCompletion in browser not good http://code.google.com/p/pharo/issues/detail?id=3623 Oups... sorry... should I fix it or is already done ?

Re: [Pharo-project] what do we do for OmniBrowser?

2011-02-02 Thread Stéphane Ducasse
Ok guys here is what I suggest: - create a PharoOB or something like that - push using gofer all the code from lukas repository - check the configuration for 1.1 - check the configuration for 1.2 - there are some fixes we can integrate but we should make

Re: [Pharo-project] [ANN] New Cocoa Squeak VM release

2011-02-02 Thread Stéphane Ducasse
It should be, but right now, I'm getting an Unsupported calling convention. And same error with 5.7b3 yet another task :( my todo list is really, really long :P Do you know a VM on which it worked? Because we checked with igor and could not make it. Stef

Re: [Pharo-project] [ANN] New Cocoa Squeak VM release

2011-02-02 Thread Esteban Lorenzano
4.2.5 was working Esteban El 02/02/2011, a las 3:56p.m., Stéphane Ducasse escribió: It should be, but right now, I'm getting an Unsupported calling convention. And same error with 5.7b3 yet another task :( my todo list is really, really long :P Do you know a VM on which it worked?

[Pharo-project] Issue 3648 in pharo: A Stratified proxy in smalltalk

2011-02-02 Thread pharo
Status: Started Owner: siguc...@gmail.com Labels: Type-RequestForEnhancement New issue 3648 by siguc...@gmail.com: A Stratified proxy in smalltalk http://code.google.com/p/pharo/issues/detail?id=3648 This is an implementation of A Stratified proxy in smalltalk. Note: The category/package name

Re: [Pharo-project] Issue 3648 in pharo: A Stratified proxy in smalltalk

2011-02-02 Thread pharo
Updates: Status: Fixed Comment #1 on issue 3648 by stephane...@gmail.com: A Stratified proxy in smalltalk http://code.google.com/p/pharo/issues/detail?id=3648 I want that! :) Stef

[Pharo-project] Our response to JS proxy API + Cog regression

2011-02-02 Thread Igor Stasenko
(@Eliot, don't skip this message there is a regression detected in Cog with this stuff). I read the paper, which i found once on Stephane's table: Proxies: Design Principles for Robust Object-oriented Intercession APIs [1] and we discussed it.. and while there is not much interesting stuff for

Re: [Pharo-project] Issue 3609 in pharo: Integrate RPackage

2011-02-02 Thread pharo
Comment #9 on issue 3609 by fernando...@gmail.com: Integrate RPackage http://code.google.com/p/pharo/issues/detail?id=3609 Added the convienience method SimplePackageOrganizerBrowseropenOnGlobalPackages. Because the class comments were lacking a working example. If agreed, then we could

Re: [Pharo-project] Issue 3648 in pharo: A Stratified proxy in smalltalk

2011-02-02 Thread pharo
Comment #2 on issue 3648 by siguc...@gmail.com: A Stratified proxy in smalltalk http://code.google.com/p/pharo/issues/detail?id=3648 keep in mind that this code is for review. not for immediate integration.

Re: [Pharo-project] Our response to JS proxy API + Cog regression

2011-02-02 Thread Fernando Olivero
Just by curiosity, is there a problem that could be tackled using the StratificationProxy that cant be solved nowadays in Pharo? At least one example of usage would be interesting to learn. Fernando On Wed, Feb 2, 2011 at 9:21 PM, Igor Stasenko siguc...@gmail.com wrote: (@Eliot, don't skip

Re: [Pharo-project] what do we do for OmniBrowser?

2011-02-02 Thread Johan Brichau
I want to use OB in 1.2 and that means I'm in for contributing as well. I just started trying 1.2-dev in the last couple of days and it seems not so many things are failing with OB? Am I wrong? 4 tests are failing in the image and there seems to be very few issues on the Pharo tracker about

Re: [Pharo-project] Our response to JS proxy API + Cog regression

2011-02-02 Thread Igor Stasenko
On 2 February 2011 23:25, Fernando Olivero fernando.oliv...@usi.ch wrote: Just by curiosity, is there a problem that could be tackled using the StratificationProxy that cant be solved nowadays in Pharo? Any problem where you usually using proxies. These proxies just make sure that nothing can

Re: [Pharo-project] what do we do for OmniBrowser?

2011-02-02 Thread Igor Stasenko
On 2 February 2011 08:24, Stéphane Ducasse stephane.duca...@inria.fr wrote: Ok so far no reaction. So may be we should remove OB from 1.2 dev? no. I can help fixing it. Stef Lukas will not maintain OB for Pharo 1.2 and personnally I will not do it because I do not have the knowledge and

Re: [Pharo-project] About *your* time and contributions

2011-02-02 Thread Germán Arduino
You are right, full agree and thanks by the (needed) reminder. I will try to order my time once more time and go back helping. No excuses, you are right. German. 2011/2/2, stephane ducasse stephane.duca...@free.fr: Hi guys from the outside you can think that we have plenty of time or spending

Re: [Pharo-project] Issue 3470 in pharo: [Failing Tests] OBKeyBindingsTest

2011-02-02 Thread pharo
Updates: Status: Fixed Comment #10 on issue 3470 by guillerm...@gmail.com: [Failing Tests] OBKeyBindingsTest http://code.google.com/p/pharo/issues/detail?id=3470 803 Tests green / 803 Tests for OB I published the change in Pharo task forces and updated the

Re: [Pharo-project] what do we do for OmniBrowser?

2011-02-02 Thread Guillermo Polito
On Wed, Feb 2, 2011 at 3:47 PM, Stéphane Ducasse stephane.duca...@inria.frwrote: Ok guys here is what I suggest: - create a PharoOB or something like that You ask for it, you have it: http://www.squeaksource.com/PharoOB Respository with licence MIT, global Read and Write access.

Re: [Pharo-project] Issue 3471 in pharo: [Failing Test] OBCmdAutoCategorizeWithAMCTest.testOBAutocategorizeCommandOverride

2011-02-02 Thread pharo
Updates: Status: Fixed Comment #11 on issue 3471 by guillerm...@gmail.com: [Failing Test] OBCmdAutoCategorizeWithAMCTest.testOBAutocategorizeCommandOverride http://code.google.com/p/pharo/issues/detail?id=3471 I integrated it in its repo (AutomaticMethodCat). Will load in next Full

Re: [Pharo-project] 1.2: class var #Instance not allowed

2011-02-02 Thread Sean P. DeNigris
Janko Mivšek wrote: One more problem: if some class have a class variable named #Instance, it is not loadable anymore. Could you be more specific as to the steps to reproduce? I added a class var named Instance to a class, filed it out, removed the class, and filed it back in with no

Re: [Pharo-project] Issue 3579 in pharo: declare temp adds the variable twice

2011-02-02 Thread pharo
Updates: Status: Started Comment #8 on issue 3579 by guillerm...@gmail.com: declare temp adds the variable twice http://code.google.com/p/pharo/issues/detail?id=3579 (No comment was entered for this change.)

Re: [Pharo-project] Issue 3623 in pharo: Pharo 1.2 OCompletion in browser not good

2011-02-02 Thread pharo
Comment #9 on issue 3623 by guillerm...@gmail.com: Pharo 1.2 OCompletion in browser not good http://code.google.com/p/pharo/issues/detail?id=3623 I've integrated the version. Will load in next full build ;).

Re: [Pharo-project] Issue 3620 in pharo: Settings: OCompletion settings appear twice

2011-02-02 Thread pharo
Comment #3 on issue 3620 by guillerm...@gmail.com: Settings: OCompletion settings appear twice http://code.google.com/p/pharo/issues/detail?id=3620 Only pragmas were removed. Should I Integrate it? I think it looks ok.

Re: [Pharo-project] Issue 3603 in pharo: O/ECompletion failure in Trait methods

2011-02-02 Thread pharo
Comment #2 on issue 3603 by guillerm...@gmail.com: O/ECompletion failure in Trait methods http://code.google.com/p/pharo/issues/detail?id=3603 A few fixes from Levente were integrated in the configuration of OCompletion. Will load in next full build.

Re: [Pharo-project] Issue 3603 in pharo: O/ECompletion failure in Trait methods

2011-02-02 Thread pharo
Updates: Status: Fixed Comment #3 on issue 3603 by guillerm...@gmail.com: O/ECompletion failure in Trait methods http://code.google.com/p/pharo/issues/detail?id=3603 (No comment was entered for this change.)

[Pharo-project] Package names and illegal file names

2011-02-02 Thread Nicolas Cellier
I presume I am not the first to complain : we must enforce rules for package naming. For example 'Issue 3191:SparseLargeArray-MarcusDenker.2.mcz' has both a colon and an horizontal tabulation. It's screwing windows users (no possibility to update the system) because such filename is illegal.

Re: [Pharo-project] Issue 3387 in pharo: Package name should not contain crptic characters

2011-02-02 Thread pharo
Updates: Labels: -Milestone-1.3 Comment #1 on issue 3387 by marcus.d...@gmail.com: Package name should not contain crptic characters http://code.google.com/p/pharo/issues/detail?id=3387 For example 'Issue 3191:SparseLargeArray-MarcusDenker.2.mcz' has both a colon and an

Re: [Pharo-project] Package names and illegal file names

2011-02-02 Thread Marcus Denker
On Feb 3, 2011, at 8:42 AM, Nicolas Cellier wrote: I presume I am not the first to complain : we must enforce rules for package naming. For example 'Issue 3191: SparseLargeArray-MarcusDenker.2.mcz' has both a colon and an horizontal tabulation. It's screwing windows users (no