Updates:
Status: Workneeded Comment #7 on issue 2560 by [hidden email]: Convenient methods from Grease for Strings http://code.google.com/p/pharo/issues/detail?id=2560 (No comment was entered for this change.) _______________________________________________ Pharo-bugtracker mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker |
Updates:
Cc: -renggli Comment #8 on issue 2560 by [hidden email]: Convenient methods from Grease for Strings http://code.google.com/p/pharo/issues/detail?id=2560 Does anybody has some time for that because it would be good to enhance the core of pharo _______________________________________________ Pharo-bugtracker mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker |
Updates:
Labels: Importance-High Difficulty-Easy Milestone-1.4 Comment #9 on issue 2560 by [hidden email]: Convenient methods from Grease for Strings http://code.google.com/p/pharo/issues/detail?id=2560 (No comment was entered for this change.) _______________________________________________ Pharo-bugtracker mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker |
Updates:
Status: Accepted Owner: [hidden email] Comment #10 on issue 2560 by [hidden email]: Convenient methods from Grease for Strings http://code.google.com/p/pharo/issues/detail?id=2560 I'll handle this one. _______________________________________________ Pharo-bugtracker mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker |
Updates:
Status: FixToInclude Comment #11 on issue 2560 by [hidden email]: Convenient methods from Grease for Strings http://code.google.com/p/pharo/issues/detail?id=2560 Part 1 Name: SLICE-Issue-2560-AddingStringTrimTests-SvenVanCaekenberghe.1 Author: SvenVanCaekenberghe Time: 8 January 2012, 2:33:37 pm UUID: 7fce31bd-3f89-40d8-8ec0-f186d336917e Ancestors: Dependencies: CollectionsTests-SvenVanCaekenberghe.543 adding String trim tests from Seaside/Grease. StringTest>>#testTrim[Both|Left|Right] _______________________________________________ Pharo-bugtracker mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker |
Comment #12 on issue 2560 by [hidden email]: Convenient methods from Grease for Strings http://code.google.com/p/pharo/issues/detail?id=2560 Part 2 Before proceding, load --- Name: Zinc-HTTP-SvenVanCaekenberghe.235 Author: SvenVanCaekenberghe Time: 8 January 2012, 2:20:02 pm UUID: bc327259-a3d3-4829-a24a-504b08ab8cbf Ancestors: Zinc-HTTP-SvenVanCaekenberghe.234 now using #trimBoth instead of #withBlanksTrimmed --- from the inbox to prevent deprecation warnings hell for the next part _______________________________________________ Pharo-bugtracker mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker |
Comment #13 on issue 2560 by [hidden email]: Convenient methods from Grease for Strings http://code.google.com/p/pharo/issues/detail?id=2560 Part 2 Name: SLICE-Issue-2560-DeprecatingStringWithBlanksTrimmed-UsingTrimBoth-SvenVanCaekenberghe.1 Author: SvenVanCaekenberghe Time: 8 January 2012, 2:52:54 pm UUID: 26baecbf-6b89-4106-93ec-f56ecf0394e1 Ancestors: Dependencies: Network-URI-SvenVanCaekenberghe.33, System-Text-SvenVanCaekenberghe.187, Network-Protocols-SvenVanCaekenberghe.72, System-FilePackage-SvenVanCaekenberghe.64, Morphic-SvenVanCaekenberghe.1066, Kernel-SvenVanCaekenberghe.992, Network-Mail-SvenVanCaekenberghe.4, System-Support-SvenVanCaekenberghe.582, System-Changes-SvenVanCaekenberghe.132, Polymorph-Widgets-SvenVanCaekenberghe.561, FreeType-SvenVanCaekenberghe.572, Collections-Text-SvenVanCaekenberghe.66, Ring-Core-Kernel-SvenVanCaekenberghe.39, Multilingual-Encodings-SvenVanCaekenberghe.19, Tools-SvenVanCaekenberghe.728, Network-Url-SvenVanCaekenberghe.63, Monticello-SvenVanCaekenberghe.550, CollectionsTests-SvenVanCaekenberghe.544, Collections-Strings-SvenVanCaekenberghe.192, HelpSystem-Core-SvenVanCaekenberghe.85 replacing all usages of String>>#withBlanksTrimmed by String>>#trimBoth _______________________________________________ Pharo-bugtracker mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker |
Comment #14 on issue 2560 by [hidden email]: Convenient methods from Grease for Strings http://code.google.com/p/pharo/issues/detail?id=2560 Comment 19 should be part 3, not part 2... _______________________________________________ Pharo-bugtracker mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker |
Comment #15 on issue 2560 by [hidden email]: Convenient methods from Grease for Strings http://code.google.com/p/pharo/issues/detail?id=2560 Tx I will have a look later today. OK I got the point of the 3 parts. I really really really love when we improve the infrastructure. _______________________________________________ Pharo-bugtracker mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker |
Comment #16 on issue 2560 by [hidden email]: Convenient methods from Grease for Strings http://code.google.com/p/pharo/issues/detail?id=2560 Part 4 Name: SLICE-Issue-2650-DeprecatingStringWithoutLeadingBlanks-UsingTrimLeft-SvenVanCaekenberghe.1 Author: SvenVanCaekenberghe Time: 8 January 2012, 3:19:53 pm UUID: 2d2be13a-5d3b-4961-93bc-060967b6f047 Ancestors: Dependencies: Network-Mail-SvenVanCaekenberghe.5, Collections-Strings-SvenVanCaekenberghe.193 replacing usages of String>>#withoutLeadingBlanks with String>>#trimLeft _______________________________________________ Pharo-bugtracker mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker |
Comment #17 on issue 2560 by [hidden email]: Convenient methods from Grease for Strings http://code.google.com/p/pharo/issues/detail?id=2560 Part 5 Name: SLICE-Issue-2560-DeprecatingStringWithoutTrailingBlanks-UsingTrimRight-SvenVanCaekenberghe.1 Author: SvenVanCaekenberghe Time: 8 January 2012, 3:26:55 pm UUID: a8c5346e-6164-414d-a83f-724a67b6644e Ancestors: Dependencies: Network-Mail-SvenVanCaekenberghe.6, Network-MIME-SvenVanCaekenberghe.42, Tools-SvenVanCaekenberghe.729, Collections-Strings-SvenVanCaekenberghe.194 replacing usages of String>>#withoutTrailingBlanks with String>>#trimRight _______________________________________________ Pharo-bugtracker mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker |
Comment #18 on issue 2560 by [hidden email]: Convenient methods from Grease for Strings http://code.google.com/p/pharo/issues/detail?id=2560 SLICE-Issue-2650-DeprecatingStringWithoutLeadingBlanks-UsingTrimLeft-SvenVanCaekenberghe.1 was named incorrectly, it should have been SLICE-Issue-2560-DeprecatingStringWithoutLeadingBlanks-UsingTrimLeft-SvenVanCaekenberghe.1 Sorry about that ;-) _______________________________________________ Pharo-bugtracker mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker |
Comment #19 on issue 2560 by [hidden email]: Convenient methods from Grease for Strings http://code.google.com/p/pharo/issues/detail?id=2560 Integrated in 14280: Part 1 Name: SLICE-Issue-2560-AddingStringTrimTests-SvenVanCaekenberghe.1 _______________________________________________ Pharo-bugtracker mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker |
Comment #20 on issue 2560 by [hidden email]: Convenient methods from Grease for Strings http://code.google.com/p/pharo/issues/detail?id=2560 Integrated in 14280: Zinc-HTTP-SvenVanCaekenberghe.235 _______________________________________________ Pharo-bugtracker mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker |
Comment #21 on issue 2560 by [hidden email]: Convenient methods from Grease for Strings http://code.google.com/p/pharo/issues/detail?id=2560 part two integrated in 14281 _______________________________________________ Pharo-bugtracker mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker |
Comment #22 on issue 2560 by [hidden email]: Convenient methods from Grease for Strings http://code.google.com/p/pharo/issues/detail?id=2560 part wo was part 3 :) Now part 4 will be integrated in 14281 _______________________________________________ Pharo-bugtracker mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker |
Comment #23 on issue 2560 by [hidden email]: Convenient methods from Grease for Strings http://code.google.com/p/pharo/issues/detail?id=2560 Part five will go in 14283 _______________________________________________ Pharo-bugtracker mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker |
Updates:
Status: closed Comment #24 on issue 2560 by [hidden email]: Convenient methods from Grease for Strings http://code.google.com/p/pharo/issues/detail?id=2560 (No comment was entered for this change.) _______________________________________________ Pharo-bugtracker mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker |
Free forum by Nabble | Edit this page |