Bug triage/2007-09-24
From Second Life Wiki
QA Portal > Bug triage > Bug triage/2007-09-24
Next meeting: 2007-09-24 at 3pm 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)
Hot by Vote
- MISC-713[c] - Votes: 71 - Add "Return All Objects" as an estate-wide feature for a specified resident - Autumnfox Vesperia
Patches
- VWR-2563[c] - Votes: 0 - Add exists() function to LLFile - Nicholaz Beresford
- SVC-580[c] - Votes: 1 - ATTACH_LPEC / ATTACH_RPEC reversed - Ziggy Puff
- VWR-1609[c] - Votes: 3 - disabling "Show Selection Beam" makes beam render incorrectly for others - Lex Neva
- VWR-2524[c] - Votes: 1 - Possible crash on startup with group messages waiting (llnotify.cpp) - Nicholaz Beresford
- VWR-2551[c] - Votes: 0 - Error in macview.xcodeproj -- invalid dependencies - bushing Spatula
- VWR-2488[c] - Votes: 1 - Standalone build is almost, but not quite there. - Seg Baphomet
- VWR-2546[c] - Votes: 0 - Allow registering multiple message system handlers - Dale Glass
- VWR-860[c] - Votes: 2 - Support display memory above 512MB - Tillie Ariantho
- VWR-2086[c] - Votes: 8 - Alt key no longer shows "physical" when pressed. - Cliff Commons
- VWR-2516[c] - Votes: 1 - Flycam support for Mac OS X - abstra apparatchik
- VWR-2331[c] - Votes: 7 - Terraform tool variable "strength" - Gigs Taggart
- VWR-2504[c] - Votes: 0 - Source cleanup: Move chat sending code from LLChatBar to LLAgent - Dale Glass
- VWR-2412[c] - Votes: 0 - Possible crash drawpoolwater - Nicholaz Beresford
- VWR-2411[c] - Votes: 0 - Possible crash in pipeline.cpp - Nicholaz Beresford
- VWR-1677[c] - Votes: 0 - Ctrl+T does not return focus to the chat bar in IM window - Feynt Mistral
- VWR-2256[c] - Votes: 1 - Mac updater directory permission issues - Grazer Kline
- VWR-2255[c] - Votes: 1 - Mac updater does not log output. - Grazer Kline
- VWR-2113[c] - Votes: 0 - Mac Auto Updater "hides", giving appearance of failing - Gibson Willis
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-09-24/Transcript
Community members generally collaborate on the agenda for bug triage meetings. Here's how you can quickly fill in an otherwise blank agenda:
- Copy the markup from Template:Triage Template as a starting point for your agenda. One wiki trick you can employ is to save "{{subst:Triage Template}}" as the complete markup of a new page. Doing this is the equivalent of copying and pasting the full markup of the template in.
- Look at the results of one of these queries
- General triage: "Bugs, sorted by LL ID"):
- UI triage:
- (Note: there's no hard and fast rule that says these are the only valid queries. If you feel there's a better query one particular week, use that.)
- Save a copy of the XML version of the query
- Run this perl script on the xml file
#!/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.

