[Pharo-project] [ANN] 10093
method categories cleanup by Lukas Renggli #241: - remove empty categories - sort all categories - make all categories lower case - replace #initialize-release/#class-initialization with #initialization Please note that this takes quite long to load because it touches most packages. Adrian ___________________ http://www.adrian-lienhard.ch/
On Mon, Oct 13, 2008 at 05:50:56PM +0200, Adrian Lienhard wrote:
method categories cleanup by Lukas Renggli #241: - remove empty categories - sort all categories - make all categories lower case - replace #initialize-release/#class-initialization with #initialization
Why? -- Matthew Fulmer -- http://mtfulmer.wordpress.com/
Maybe I should be a little more specific. This seems more like something the package maintainers should be doing. But then, I guess you guys are the package maintainers for the stuff in the core. On Mon, Oct 13, 2008 at 05:50:56PM +0200, Adrian Lienhard wrote:
method categories cleanup by Lukas Renggli #241: - remove empty categories
This one makes sense.
- sort all categories
Sort by what? I try to sort categories by usefulness/publicness
- make all categories lower case
I see no point in doing this.
- replace #initialize-release/#class-initialization with #initialization
what about #'initialize release' and #'class initialization'? Is there a coding convention you are trying to invent? -- Matthew Fulmer -- http://mtfulmer.wordpress.com/
I'm sorry. I am starting a pointless bikeshed discussion. Good work. On Mon, Oct 13, 2008 at 09:40:57AM -0700, Matthew Fulmer wrote:
Maybe I should be a little more specific. This seems more like something the package maintainers should be doing. But then, I guess you guys are the package maintainers for the stuff in the core.
On Mon, Oct 13, 2008 at 05:50:56PM +0200, Adrian Lienhard wrote:
method categories cleanup by Lukas Renggli #241: - remove empty categories
This one makes sense.
- sort all categories
Sort by what? I try to sort categories by usefulness/publicness
- make all categories lower case
I see no point in doing this.
- replace #initialize-release/#class-initialization with #initialization
what about #'initialize release' and #'class initialization'?
Is there a coding convention you are trying to invent?
-- Matthew Fulmer -- http://mtfulmer.wordpress.com/
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Matthew Fulmer -- http://mtfulmer.wordpress.com/
On 10/13/08, Adrian Lienhard <adi@netstyle.ch> wrote:
method categories cleanup by Lukas Renggli #241: - remove empty categories - sort all categories - make all categories lower case - replace #initialize-release/#class-initialization with #initialization
Thank you Adrian for integrating. This works perfectly. Cheers, Lukas -- Lukas Renggli http://www.lukas-renggli.ch
On 13.10.2008, at 18:48, Matthew Fulmer wrote:
I'm sorry. I am starting a pointless bikeshed discussion. Good work.
On Mon, Oct 13, 2008 at 09:40:57AM -0700, Matthew Fulmer wrote:
Maybe I should be a little more specific. This seems more like something the package maintainers should be doing. But then, I guess you guys are the package maintainers for the stuff in the core.
In 3.9, we tried this "let the maintainers do it". I think you can find all the fixed for networking even today on Mantis... those "maintainers" did next to nothing, other than making sure that there was a complete gridlock. Marcus -- Marcus Denker -- denker@iam.unibe.ch http://www.iam.unibe.ch/~denker
On Mon, Oct 13, 2008 at 05:50:56PM +0200, Adrian Lienhard wrote:
method categories cleanup by Lukas Renggli #241: - remove empty categories - sort all categories - make all categories lower case - replace #initialize-release/#class-initialization with #initialization
Please note that this takes quite long to load because it touches most packages.
Are there two updates named 10093, or is there a typo? Stef made something else called 10093 yesterday -- Matthew Fulmer -- http://mtfulmer.wordpress.com/
Its a typo, sorry. Correct: 10094 Adrian On Oct 13, 2008, at 19:03 , Matthew Fulmer wrote:
On Mon, Oct 13, 2008 at 05:50:56PM +0200, Adrian Lienhard wrote:
method categories cleanup by Lukas Renggli #241: - remove empty categories - sort all categories - make all categories lower case - replace #initialize-release/#class-initialization with #initialization
Please note that this takes quite long to load because it touches most packages.
Are there two updates named 10093, or is there a typo? Stef made something else called 10093 yesterday
-- Matthew Fulmer -- http://mtfulmer.wordpress.com/
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
no problem. Tx lukas Indeed cleaning start there too. Stef On Oct 13, 2008, at 6:48 PM, Matthew Fulmer wrote:
I'm sorry. I am starting a pointless bikeshed discussion. Good work.
On Mon, Oct 13, 2008 at 09:40:57AM -0700, Matthew Fulmer wrote:
Maybe I should be a little more specific. This seems more like something the package maintainers should be doing. But then, I guess you guys are the package maintainers for the stuff in the core.
On Mon, Oct 13, 2008 at 05:50:56PM +0200, Adrian Lienhard wrote:
method categories cleanup by Lukas Renggli #241: - remove empty categories
This one makes sense.
- sort all categories
Sort by what? I try to sort categories by usefulness/publicness
- make all categories lower case
I see no point in doing this.
- replace #initialize-release/#class-initialization with #initialization
what about #'initialize release' and #'class initialization'?
Is there a coding convention you are trying to invent?
-- Matthew Fulmer -- http://mtfulmer.wordpress.com/
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Matthew Fulmer -- http://mtfulmer.wordpress.com/
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
I love the feeling to see the system improving :) and me just pressing update. :) Stef
Its a typo, sorry.
Correct: 10094
Adrian
On Oct 13, 2008, at 19:03 , Matthew Fulmer wrote:
On Mon, Oct 13, 2008 at 05:50:56PM +0200, Adrian Lienhard wrote:
method categories cleanup by Lukas Renggli #241: - remove empty categories - sort all categories - make all categories lower case - replace #initialize-release/#class-initialization with #initialization
Please note that this takes quite long to load because it touches most packages.
Are there two updates named 10093, or is there a typo? Stef made something else called 10093 yesterday
-- Matthew Fulmer -- http://mtfulmer.wordpress.com/
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Consistency and clarity? On 13 Oct 2008, at 17:24, Matthew Fulmer wrote:
On Mon, Oct 13, 2008 at 05:50:56PM +0200, Adrian Lienhard wrote:
method categories cleanup by Lukas Renggli #241: - remove empty categories - sort all categories - make all categories lower case - replace #initialize-release/#class-initialization with #initialization
Why?
-- Matthew Fulmer -- http://mtfulmer.wordpress.com/
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
****************************************************************************************************************************************** This email is from Pinesoft Limited. Its contents are confidential to the intended recipient(s) at the email address(es) to which it has been addressed. It may not be disclosed to or used by anyone other than the addressee(s), nor may it be copied in anyway. If received in error, please contact the sender, then delete it from your system. Although this email and attachments are believed to be free of virus, or any other defect which might affect any computer or IT system into which they are received and opened, it is the responsibility of the recipient to ensure that they are virus free and no responsibility is accepted by Pinesoft for any loss or damage arising in any way from receipt or use thereof. ******************************************************************************************************************************************* Pinesoft Limited are registered in England, Registered number: 2914825. Registered office: 266-268 High Street, Waltham Cross, Herts, EN8 7EA
Sorry - sent this while offline, and didn't get online before having read the whole conversation that ensued - ignore my previous mail :) On 13 Oct 2008, at 18:12, Simon Kirk wrote:
Consistency and clarity?
On 13 Oct 2008, at 17:24, Matthew Fulmer wrote:
On Mon, Oct 13, 2008 at 05:50:56PM +0200, Adrian Lienhard wrote:
method categories cleanup by Lukas Renggli #241: - remove empty categories - sort all categories - make all categories lower case - replace #initialize-release/#class-initialization with #initialization
Why?
-- Matthew Fulmer -- http://mtfulmer.wordpress.com/
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
****************************************************************************************************************************************** This email is from Pinesoft Limited. Its contents are confidential to the intended recipient(s) at the email address(es) to which it has been addressed. It may not be disclosed to or used by anyone other than the addressee(s), nor may it be copied in anyway. If received in error, please contact the sender, then delete it from your system. Although this email and attachments are believed to be free of virus, or any other defect which might affect any computer or IT system into which they are received and opened, it is the responsibility of the recipient to ensure that they are virus free and no responsibility is accepted by Pinesoft for any loss or damage arising in any way from receipt or use thereof. *******************************************************************************************************************************************
Pinesoft Limited are registered in England, Registered number: 2914825. Registered office: 266-268 High Street, Waltham Cross, Herts, EN8 7EA
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
****************************************************************************************************************************************** This email is from Pinesoft Limited. Its contents are confidential to the intended recipient(s) at the email address(es) to which it has been addressed. It may not be disclosed to or used by anyone other than the addressee(s), nor may it be copied in anyway. If received in error, please contact the sender, then delete it from your system. Although this email and attachments are believed to be free of virus, or any other defect which might affect any computer or IT system into which they are received and opened, it is the responsibility of the recipient to ensure that they are virus free and no responsibility is accepted by Pinesoft for any loss or damage arising in any way from receipt or use thereof. ******************************************************************************************************************************************* Pinesoft Limited are registered in England, Registered number: 2914825. Registered office: 266-268 High Street, Waltham Cross, Herts, EN8 7EA
participants (6)
-
Adrian Lienhard -
Lukas Renggli -
Marcus Denker -
Matthew Fulmer -
Simon Kirk -
Stéphane Ducasse