Unmarking modules 'Unstable' in contrib

Hello, Most (152/159) modules are marked as unstable in contrib. A good number of these 'unstable' modules have not been modified since a number of releases. Here's a rough total number of modules with a last-modified date (per year):
(for x in `find .`; do; (darcs changes $x | tail -n 2 | head -n 1); done) > lastmod for x in {2007,2008,2009}; do; grep $x lastmod | wc -l; done 64 43 17
I wouldn't trust those numbers, since the total falls short of 159, but the point still stands: many so-called unstable modules have not changed in a long time, which could make it difficult for users to avoid modules that may actually change. Does anybody mind if I change the oldest modules (unchanged since 1.5 years) to be stable? -- Adam

On Wed, Jul 29, 2009 at 08:10:52PM -0400, Adam Vogt wrote:
Hello,
Most (152/159) modules are marked as unstable in contrib. A good number of these 'unstable' modules have not been modified since a number of releases.
Here's a rough total number of modules with a last-modified date (per year):
(for x in `find .`; do; (darcs changes $x | tail -n 2 | head -n 1); done) > lastmod for x in {2007,2008,2009}; do; grep $x lastmod | wc -l; done 64 43 17
I wouldn't trust those numbers, since the total falls short of 159, but the point still stands: many so-called unstable modules have not changed in a long time, which could make it difficult for users to avoid modules that may actually change.
Does anybody mind if I change the oldest modules (unchanged since 1.5 years) to be stable?
Sounds good to me. I think most of the 'unstable' designations are because of cargo-culting someone else's module comments. That and the fact that by definition you would only change the stability designation when you are not changing anything. No one ever thinks "gee, it's been 6 months since I even thought about that module, better go back and change it to 'stable'". =) -Brent

* On Wednesday, July 29 2009, Adam Vogt wrote:
Hello,
Most (152/159) modules are marked as unstable in contrib. A good number of these 'unstable' modules have not been modified since a number of releases.
Here's a rough total number of modules with a last-modified date (per year):
(for x in `find .`; do; (darcs changes $x | tail -n 2 | head -n 1); done) > lastmod for x in {2007,2008,2009}; do; grep $x lastmod | wc -l; done 64 43 17
I wouldn't trust those numbers, since the total falls short of 159, but the point still stands: many so-called unstable modules have not changed in a long time, which could make it difficult for users to avoid modules that may actually change.
Does anybody mind if I change the oldest modules (unchanged since 1.5 years) to be stable?
-- Adam
I've pushed a patch that marks those 17 modules last modified in 2007:
Thu Sep 3 20:51:47 EDT 2009 Adam Vogt
participants (2)
-
Adam Vogt
-
Brent Yorgey