jQuery UI Team Meeting – Aug 17 2016

jQuery Core Team Meeting – Aug 15 2016

Attending: timmywil, gibson042, markelog Location: https://gitter.im/jquery/meeting

link 3.1.1

link TestSwarm fails in Edge 14 for two reasons:

link Release 3.1.1 next week

jQuery Core Team Meeting – Aug 08 2016

Attending: timmywil, markelog, DaveMethvin, gibson042, mgol, jbedard

link 3.1.1

link Issues needing review

link TestSwarm fails in Edge 14 for two reasons:

link Gitter

js-reporters Team Meeting – Aug 08 2016

IRC, Freenode, #jquery-meeting; attending: Jörn Zaefferer (project lead, GSoC mentor), Florentin Simion (GSoC student, working on js-reporters)

  • Last week:

    • Landed getters refactor, now ES5 compatible (with es5-shim)
    • Bugfix in QUnit adapter
    • Added testCounts property to suites, in spec and adapters
    • Dealing with rollup-plugin-babel regression
  • This week:

    • Finish spec update
    • Add examples to README
    • Release adapters and update browserstack-runner, with testCounts
    • Rebase QUnit implementation on top of their new ES6 modules, discuss using our TAP reporter

PEP Team Meeting – Aug 04 2016

jQuery UI Team Meeting – Aug 03 2016

js-reporters Team Meeting – Aug 01 2016

IRC, Freenode, #jquery-meeting; attending: Jörn Zaefferer (project lead, GSoC mentor), Florentin Simion (GSoC student, working on js-reporters)

  • Last week:

    • Finished normalizing assertions propery, merged (#80)
    • Started discussing about order of emitting tests (source vs execution order) (#62)
    • Replaced getters, for IE8 compat, still requires es5-shim, e.g. in browserstack-runner
  • This week:

    • Land getters-refactor
    • Update spec (#30)
    • Add examples (#27)
    • New release
    • Notify Jasmine team about progress on js-reporters

jQuery Core Team Meeting – Aug 01 2016

Attending: timmywil, markelog, DaveMethvin, gibson042, m_gol

link 3.1.1

link Issues needing review

link PRs

link Wontfix wiki page

  • Looks good
  • Dave to add pointer from old page

link Migrate

  • Approach for deprecated APIs in 3.2? Just warn and let them pass through, or warn and fill (and run unit tests?)
    • Resolved: just warn, don't fill or move/copy unit tests from core
    • APIs removed in core 4.0 can be filled in migrate 4.0

link Consider using Gitter instead of IRC

js-reporters Team Meeting – Jul 25 2016

12:00 UTC (noon), IRC, Freenode, #jquery-meeting; attending: Jörn Zaefferer (project lead, GSoC mentor), Florentin Simion (GSoC student, working on js-reporters)

  • Last week:

    • browserstack-runner PR got merged!
    • Christoph Hiller (@boneskull) is contributing! Interested in integrating js-reporters in Mocha. Already helped review/design assertions properties.
    • Implemented fullName prop, array with suite and test names, empty array for global suite
  • This week:

    • Finish normalizing assertions (as part of #80)
    • Update spec, add details (#30)
    • Add examples to readme (#27)
    • Discuss tests emitting order (#62)
    • Will update browserstack-runner to latest js-reporters once testEnd with assertions is released. Also to fix IE8 regression.

jQuery Core Team Meeting – Jul 25 2016

Attending: timmywil, m_gol, DaveMethvin, jbedard

link 3.1.1

link Run tests on a slim, selector-native, ready-no-deferred builds

  • Set up periodic jobs for these builds
  • Build commands: slim is built with the default, grunt custom:-sizzle, grunt custom:-deferred

link PRs

link Migrate