Hi! I was wondering whether anybody was looking at the bugs on Bugzilla. I'm asking because I've seen bugs tackled on the mailing list quite quickly, but two fully reproducible reports I've filed on Bugzilla haven't triggered any reaction in several weeks (for the older one). FWIW, these are: - Line goes beyond plot region https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16299 - format() does not respect decimal.mark="." when options(OutDec=",") https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16411 Regards
Hi Milan, I can't reproduce your first bug in R 3.2 on Windows 8.1, and I fail to reproduce that one in R 3.1.2 as well. So that might explain why that one isn't tackled. The second bug you reported I can reproduce. Cheers Joris On Tue, Jun 16, 2015 at 9:18 PM, Milan Bouchet-Valat <nalimilan at club.fr> wrote:> Hi! > > I was wondering whether anybody was looking at the bugs on Bugzilla. I'm > asking because I've seen bugs tackled on the mailing list quite quickly, > but two fully reproducible reports I've filed on Bugzilla haven't > triggered any reaction in several weeks (for the older one). > > FWIW, these are: > - Line goes beyond plot region > https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16299 > - format() does not respect decimal.mark="." when options(OutDec=",") > https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16411 > > > Regards > > ______________________________________________ > R-devel at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-devel >-- Joris Meys Statistical consultant Ghent University Faculty of Bioscience Engineering Department of Mathematical Modelling, Statistics and Bio-Informatics tel : +32 (0)9 264 61 79 Joris.Meys at Ugent.be ------------------------------- Disclaimer : http://helpdesk.ugent.be/e-maildisclaimer.php [[alternative HTML version deleted]]
On 16/06/2015 4:18 PM, Milan Bouchet-Valat wrote:> Hi! > > I was wondering whether anybody was looking at the bugs on Bugzilla. I'm > asking because I've seen bugs tackled on the mailing list quite quickly, > but two fully reproducible reports I've filed on Bugzilla haven't > triggered any reaction in several weeks (for the older one). > > FWIW, these are: > - Line goes beyond plot region > https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16299 > - format() does not respect decimal.mark="." when options(OutDec=",") > https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16411Bugzilla bugs are read, but they aren't necessarily dealt with instantly. You can see actions occurring if you do a search for "all" bugs, not just open ones. The reason that your bugs haven't been dealt with is the simple tautology that nobody has dealt with them. It might be faster if you find the patch and submit that, but even then there's no guarantee that a volunteer will step forward to check it. Duncan Murdoch
Le mardi 16 juin 2015 ? 22:02 +0200, Joris Meys a ?crit :> Hi Milan, > > > > I can't reproduce your first bug in R 3.2 on Windows 8.1, and I fail > to reproduce that one in R 3.1.2 as well. So that might explain why > that one isn't tackled.Actually, I'm not able to reproduce the two first issues reported in that bug on Windows either now. Not sure, maybe I got confused. But the third one can certainly be reproduced on Windows, as well as all the others on Linux. (But I guess people would have commented on the bug if they had tried and not been able to reproduce it.) Regards> > The second bug you reported I can reproduce. > > > Cheers > > Joris > > > On Tue, Jun 16, 2015 at 9:18 PM, Milan Bouchet-Valat > <nalimilan at club.fr> wrote: > Hi! > > I was wondering whether anybody was looking at the bugs on > Bugzilla. I'm > asking because I've seen bugs tackled on the mailing list > quite quickly, > but two fully reproducible reports I've filed on Bugzilla > haven't > triggered any reaction in several weeks (for the older one). > > FWIW, these are: > - Line goes beyond plot region > https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16299 > - format() does not respect decimal.mark="." when > options(OutDec=",") > https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16411 > > > Regards > > ______________________________________________ > R-devel at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-devel > > > > -- > Joris Meys > Statistical consultant > > Ghent University > Faculty of Bioscience Engineering > Department of Mathematical Modelling, Statistics and Bio-Informatics > > tel : +32 (0)9 264 61 79 > Joris.Meys at Ugent.be > ------------------------------- > Disclaimer : http://helpdesk.ugent.be/e-maildisclaimer.php
Le mercredi 17 juin 2015 ? 07:58 -0300, Duncan Murdoch a ?crit :> On 16/06/2015 4:18 PM, Milan Bouchet-Valat wrote: > > Hi! > > > > I was wondering whether anybody was looking at the bugs on Bugzilla. I'm > > asking because I've seen bugs tackled on the mailing list quite quickly, > > but two fully reproducible reports I've filed on Bugzilla haven't > > triggered any reaction in several weeks (for the older one). > > > > FWIW, these are: > > - Line goes beyond plot region > > https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16299 > > - format() does not respect decimal.mark="." when options(OutDec=",") > > https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16411 > > Bugzilla bugs are read, but they aren't necessarily dealt with > instantly. You can see actions occurring if you do a search for "all" > bugs, not just open ones. > > The reason that your bugs haven't been dealt with is the simple > tautology that nobody has dealt with them. It might be faster if you > find the patch and submit that, but even then there's no guarantee that > a volunteer will step forward to check it.OK, I wanted to make sure that Bugzilla was still the preferred way of reporting this kind of thing. Regards