Firebug/WeeklyUpdates/2012-03-06

From MozillaWiki
Jump to: navigation, search

Jan Odvarko, Christoph Dorn, Sebastian Zartner, Steven Roussey, Dave Camp


Firebug 1.10

  • 1.10.0a5 this week?


SVN -> GIT Transition


Settings

  • Windows:
   git config --global core.autocrlf true
   git config --global core.safecrlf false
  • Linux:
   git config --global core.autocrlf input
   git config --global core.safecrlf false


GIT Flow

  • Rules
    • Clean up feature branches
    • Recreate release branches from tags
  • Honza make a wiki page describing the flow

Testing

  • Some tests failing.
  • The test-bot needs from GIT: github.com/firebug/firebug/tests


Next Goals

    • Better Parser API, Sebastian and Simon
    • Firecookie, Honza (but what about Swarms?)


Swarms

  • What about having a panel with extensions?
  • How far is the Swarms idea to be finished?
  • Sebastian: post a Swarm status.


Module Loader

  • Christoph doing progress
  • Modules join on the fly
  • Support for packages
  • Could enable independent package/module development in the future