Bug triage/2007-10-01

From Second Life Wiki

Jump to: navigation, search

QA Portal > Bug triage > Bug triage/2007-10-01


Next meeting: 2007-10-1 at 3:00 SLT in Hippotropolis. See Bug triage for details.

Contents

Fast Track Import

(Move bugs here that have solid repros, or valid patches that you have reviewed)

Patches

  • VWR-2600[c] - Votes: 3 - Add option to enable Full-Scene Anti-Aliasing (FSAA) in the viewer - Zorin Frobozz
    • Imported, assigned to WindLight team for consideration
  • VWR-2582[c] - Votes: 1 - Delete/Return crashes 1.18.3.5 Open Source built in VC Express 2005 using unmodified code - Nikki Claymore
    • Imported
  • VWR-2576[c] - Votes: 0 - Possible crash llselectmgr - Nicholaz Beresford
    • Imported
  • VWR-2524[c] - Votes: 1 - Possible crash on startup with group messages waiting (llnotify.cpp) - Nicholaz Beresford
    • Imported, noted Nicholaz's comment about VWR-2046 patch

Hot by Vote

Misc Pool


Pre-meeting activity

Some issues will be resolved in the course of building this agenda. Rather than deleting them from the proposed agenda, move the issue and associated discussion into the appropriate section below.

Imported

Resolved

Transcript

Transcript is/will be at Bug triage/2007-10-01/Transcript

Creating An Agenda

Community members generally collaborate on the agenda for bug triage meetings. Here's how you can quickly fill in an otherwise blank agenda:

 
#!/usr/bin/env perl
use XML::Simple;
 
my $bugs = XMLin($ARGV[0]);
 
foreach my $item (@{$bugs->{channel}->{item}}) {
  $title = $item->{title};
  $title =~ s/^\[[^\]]*\] //;
  $key = $item->{key}->{content};
  $votes = $item->{votes};
  $reporter = $item->{reporter}->{username};
  print "* {{jira|$key}} - Votes: $votes - $title - {{User|$reporter}}\n";
}
 
 
 
  • Pick a reasonable cutoff point, and copy the output into the appropriate section of your newly created page.
Personal tools