Difference between revisions of "Open Source Meeting/Agenda"

From Second Life Wiki
Jump to navigation Jump to search
m (→‎Agendas for upcoming meetings: Agenda Tuesday, 11 May 2010)
(→‎Agenda Thursday, 6 May 2010: Code-level QA (maybe nit-picking, dunno))
Line 12: Line 12:
=== Agenda Thursday, 6 May 2010 ===
=== Agenda Thursday, 6 May 2010 ===
# Weekly Snowglobe update - [[User:Merov Linden|Merov Linden]]
# Weekly Snowglobe update - [[User:Merov Linden|Merov Linden]]
# Code-level QA (maybe nit-picking, dunno):
## [http://svn.secondlife.com/trac/linden/browser/branches/2010/viewer-external/indra/newview/llspeakers.cpp?rev=3336#L86 This] code was [http://svn.secondlife.com/trac/linden/changeset/3336/branches/2010/viewer-external/indra/newview/llspeakers.cpp#file1 recently] changed to <code>return mStatus <font style="color:red"><=</font> LLSpeaker::STATUS_VOICE_ACTIVE || mStatus == LLSpeaker::STATUS_MUTED;</code>. This depends on the declaration order of the [http://svn.secondlife.com/trac/linden/browser/branches/2010/viewer-external/indra/newview/llspeakers.h?rev=3336#L55 enum values]. Someone changing/adding those values might not be aware of that. How to handle this?
##* do nothing: everyone changing the <code>.h</code> must have read the <code>.cpp</code>, first
##* add comment at enum declaration
##* use only <code>==</code> and list all applicable values explicitly
##* ...?
## Doesn't our [[Coding Standard]] require braces [http://svn.secondlife.com/trac/linden/changeset/3347/projects/2010/snowglobe/trunk#file1 here]?
# Your topic here!
# Your topic here!
If we run out of topics before the end of the meeting, we'll triage Snowglobe or Open Source specific Jira Issues from the [[#Jira_Issues|list below]].
If we run out of topics before the end of the meeting, we'll triage Snowglobe or Open Source specific Jira Issues from the [[#Jira_Issues|list below]].

Revision as of 13:08, 6 May 2010

Open source meeting - Tuesday and Thursday, 2pm PST

Teleport to the Linden Open Source Project headquarters.

Please try to add your items as early as possible in the week to give Merov a chance to round up any Lindens that may be appropriate to the discussion. Please also bring large or contentious items up on OpenSource-Dev before or concurrently with adding them as agenda items.


Agendas for upcoming meetings

KBnote.png Note: See this page's history for past agendas. Some transcript subpages might include the respective agendas, too.

Agenda Thursday, 6 May 2010

  1. Weekly Snowglobe update - Merov Linden
  2. Code-level QA (maybe nit-picking, dunno):
    1. This code was recently changed to return mStatus <= LLSpeaker::STATUS_VOICE_ACTIVE || mStatus == LLSpeaker::STATUS_MUTED;. This depends on the declaration order of the enum values. Someone changing/adding those values might not be aware of that. How to handle this?
      • do nothing: everyone changing the .h must have read the .cpp, first
      • add comment at enum declaration
      • use only == and list all applicable values explicitly
      • ...?
    2. Doesn't our Coding Standard require braces here?
  3. Your topic here!

If we run out of topics before the end of the meeting, we'll triage Snowglobe or Open Source specific Jira Issues from the list below.

Agenda Tuesday, 11 May 2010

  1. Weekly Snowglobe update - Merov Linden
  2. Your topic here!

If we run out of topics before the end of the meeting, we'll triage Snowglobe or Open Source specific Jira Issues from the list below.

Jira Issues

  1. Your issue here!

If you think an issue warrants a deeper discussion, please add it as topic to one of the agendas above.

Test Sprint

What to do in RC Test Sprints (template, should move to a different wiki page):

Default agenda

(after agenda above):