Jetpack/Weekly Meeting/2013-11-19

From New wiki
Jump to navigation Jump to search


Agenda

  • High Priority Work
  • SDK
    • Blockers?
  • Roundtable
    • File-system versus URIs -- utilities, idioms -- once packaged, fs calls relatively should be URI lookups, how can we abstract? node modules? Using [resource://gre/modules/osfile/ospath_unix.jsm OS.Path_unix] instead of OS.Path because working with OS agnostic URIs, not file system paths for example
  • Open PRs From Contributors

Awesomeness Schedule

Awesome Date Awesome Person - Awesome thing

Bugs

Triage Followups

<bugzilla> {

 "product": "Add-on SDK",
 "whiteboard": "[triage:followup]"

} </bugzilla>

Open Bugs

<bugzilla type="count" display="bar"> {

 "product": "Add-on SDK",
 "resolution": "---",
 "x_axis_field": "priority"

} </bugzilla>

Attendees

Minutes

High Priority Work

  • UX - Australis in nightly! Some issues popped up, Matteo and Erik checking it out
  • Debugger - two remaining bugs, Myk has one, one outstanding
  • 1.15 - 1.15 close to release in beta, no issues so far, will uplift in a weekish
  • Slaughterhouse - Gabor/Irakli discussing related JEP
  • Promises - Switching to DOM Promises, will have a wrapper with same API as Promise.jsm, so no issue beyond sync/async issues. Benvie on dev tools Promise conversion from our sync lib to async lib.

Blockers

Roundtable

  • URIs vs FS - Some discussion, no decisions made, but needs further thought
  • Distributed open PRs/issues from contributors