Jetpack/Weekly Meeting/2013-11-05
Contents
Agenda
- High Priority Work
- UX Work
- Add-on Debugger
- Native Jetpack Support
- Ship 1.15
- [Slaughterhouse] (needs public bug)
- Places Oranges
- [https://bugzilla.mozilla.org/show_bug.cgi?id=881047 Promise.jsm for sdk/core
- SDK
- Blockers?
- Roundtable
- Node Loader JEP
- Using OS.File? We have `io/fs`, `io/file`...
- Node APIs: `require('node/fs')`, living in `./lib/node`, or perhaps if there is a more common/generic name for node APIs, rather than the proper noun 'node'. 'commonjs' wouldn't work as that's what we are in m-c. But this is a good, clear distinction between Firefox-y 'sdk' and general JS utilities 'node' (but again, a generic name)
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).