My suggestion is that we add a comment in Mantis as follows: "This issue is also tracked by Pharo: http://code.google.com/p/pharo/issues/detail?id=XY " So this comment does not say whether we eventually integrated it or not (this can be simply found out by following the link). So the comment can be added already earlier in the process, which makes it easier. Anybody has a better idea? Adrian On Jul 8, 2008, at 21:39 , Stéphane Ducasse wrote:
On Jul 8, 2008, at 4:58 PM, Adrian Lienhard wrote:
nice
Have we decided how we want to tag the Mantis issues that are integrated in Pharo? I remember we discussed - adding a comment, and - having one empty issue of which all other issues are children.
oops I missed the second item
Adrian
On Jul 8, 2008, at 15:46 , Norbert Hartl wrote:
I played a little with the squeak and the mantis tickets. First, I decided to use the usual way to indicate a mantis bug number:
M1234.
This way it is easily distinguishable from other version numbers. Then I changed the title of the mantis tickets to follow the number convention.
M6355: [ENH] Lots of tests for Collections
I started to change the squeak issues to include the mantis numbers in the title. It is in () at the end of the title. E.g.
7073 CollectionAndCollectionTest (M3574 M5700 M6367 M6777)
So, if you are looking for a mantis number just search for Mantis and Squeak Tickets:
http://code.google.com/p/pharo/issues/list?can=1&q=label%3AType-Mantis +OR+label%3AType-Squeak
You get a page with all mantis numbers on it. I think this way it is not too hard to keep track.
If you have a shell und you love nasty one liners you can do:
wget -O - "http://code.google.com/p/pharo/issues/list?q=label:Type-Mantis %20OR% 20label:Type-Squeak&can=1" | perl -ne 'while(m/(M[0-9]+)/g) { print "$1 \n"; }' | sort
which outputs:
M2446 M3568 M3574 M4654 M5251 M5392 M5567 M5619 M5641 M5700 M5704 M6070 M6355 M6367 M6402 M6405 M6520 M6702 M6711 M6777 M7090 M7107
hope you like it,
Norbert
_______________________________________________ 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
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project