Jetpack/Weekly Meeting/2013-11-05

From MozillaWiki
Jump to: navigation, search


Agenda

Awesomeness Schedule

Awesome Date Awesome Person - Awesome thing

Bugs

Triage Followups

No results.

0 Total; 0 Open (0%); 0 Resolved (0%); 0 Verified (0%);


Open Bugs

Attendees

  • Irakli
  • Jordan
  • Eddy
  • Jeff
  • Will
  • Mossop
  • Gabor
  • Wes
  • dcamp
  • Matteo
  • Erik

Minutes

High Priority Work

UX Work

Matteo sick last week, not much update. Erik's waiting on reviews for the toolbar stuff.

Add-on Debugger

Eddy: went through bugs. emailed Mike.

Native Jetpack Support

Erik: nothing new, just working on it.

Ship 1.15

Blocked on getting uplift into tree, should happen today.

[Slaughterhouse] (needs public bug)

Gabor: meeting booked, we'll discuss there. Otherwise not much update.

Places Oranges

Jordan: waiting for uplift to fix it.

Promise.jsm for sdk/core

Jordan: making progress on this.

Blockers?

None.

Roundtable

Node Loader JEP

Support for node dependencies. With this we could use npm for Jetpack modules. Irakli: how does this mesh with Erik's work? Jordan and Erik need to figure this out.

Using OS.File? We have `io/fs`, `io/file`...

Mossop: OS.file is totally asynch. Irakli: we should use OS.file in io/fs.

Node APIs: `require('node/fs')`

Jordan: we should have a namespace for SDK modules that are essentially clones of node modules in the SDK require tree? What should it be called? Mossop: "node" is fine. Move node-clone modules there (path and io for instance).