jQuery Core Team Meeting – Sep 23 2013


Attending: m_gol, gnarf, scott_gonzalez, markelog

link Talking about Pull Request testing

link jQuery 1.11/2.1 beta - what’s next?

link jQuery Migrate

  • Look into unit test failures - dave
  • Time for another release, maybe timed with 1.11/2.1?

link Browser support

  • http://jquery.com/browser-support/ - changes landed
  • iOS needs to be added to TestSwarm (iOS emulators work fast)
  • How do we test Android?
  • Run a jenkins job once week with Android emulator? - dave to look
  • sauce doesn't support android <4, dave to ask them

link "Inconclusive" test results?

  • extend qunit to have tests with flags indicating whether we expect them to fail in this platform (or should be skipped without trying)
  • don't litter checks in the unit test code? (centralize somehow)
  • Code style check #12757
    • markelog to land

link jQuery 1.11/2.1 final

  • How do we publish to npm?
  • How do we publish to bower?
  • Need to update build script to create tagged headless commit for release
  • Should include bower deps and built file for simplicity