-
Notifications
You must be signed in to change notification settings - Fork 288
Work Logs
geojeff edited this page Jan 31, 2012
·
25 revisions
This page contains the current Work Logs for open Work Orders.
Accompanying work order: here
AJAX
- 01/11: 5 failing tests. Chrome 16.0.912.75 (OS 10.7.2)
- 01/11: Tyler Keating (tyler@sproutcore.com) working on it
- 01/11: Fixes 4 tests: https://github.com/sproutcore/abbot/commit/12a90b5a6346550dcd4a06a72ab51e4435965f51
- 01/11: 1 Unit Test Failing: 'body should be an error'
BOOTSTRAP
- 01/13: 6 failing tests. Chrome 16.0.912.75 (OS 10.7.2)
- 01/13: Tyler Keating (tyler@sproutcore.com) working on it
- 01/13: Proposed fix for all tests: https://github.com/sproutcore/sproutcore/pull/658
- 01/13: NOTE: I would like to see if I can make the proposed fix slightly less verbose when comparing versions and I would like to also go through all previous uses of SC.browser values and set them up with the new usage. In particular, a lot of existing version comparisons fail if the version contains a letter like 'b' for beta and a lot of existing comparisons aren't very future proof.
- 01/15: Tyler Keating - Finished fixing up the SC.browser fixes, fixed a few potentially problematic version comparisons in the framework and added more unit tests. I will merge this in if I don't hear otherwise in a few days: https://github.com/sproutcore/sproutcore/pull/658
- 01/28: Tyler Keating - completed.
CORE_FOUNDATION
- 01/13: 12 failing tests, 13 warnings. Chrome 16.0.912.75 (OS 10.7.2)
- 01/23: Wesley Workman (workmanw): Working on it.
DATASTORE
- 01/13: 1 failing test. Chrome 16.0.912.75 (OS 10.7.2)
- 01/13: Wesley Workman (workmanw) working on it
- 01/21: Wesley Workman (workmanw) Seems the broken test was added to prove a problem, but never fixed. (469a15faa25)
DATETIME
- 01/13: 22 tests pass! Chrome 16.0.912.75 (OS 10.7.2)
DESKTOP
- 01/13: 11 failing tests. Chrome 16.0.912.75 (OS 10.7.2)
- 01/22: Wesley Workman (workmanw) working on it
- 01/23: Wesley Workman (workmanw) fixed.
FORMATTERS
- 01/13: 157 failing tests! Chrome 16.0.912.75 (OS 10.7.2)
- 01/30: Jeff Pittman (geojeff) working on it
- 01/30: Jeff Pittman (geojeff) Adding this line to the frameworks/SproutCore/Buildfile makes the tests pass: config :formatters, :required => [:runtime, :foundation] Grepping on SC.DateFormatter finds no use within SproutCore, and I don't find it in the docs, btw.
- 01/30: Jeff Pittman (geojeff) Went ahead and made a pull request for adding the Buildfile entry -- we can write some docs before the final release for it. https://github.com/sproutcore/sproutcore/pull/708
FOUNDATION
- 01/13: 1 failing test. Chrome 16.0.912.75 (OS 10.7.2)
- 01/13: Wesley Workman (workmanw) working on it
- 01/22: Wesley Workman (workmanw) I've fixed this unit test. Open pull request: https://github.com/sproutcore/sproutcore/pull/696 .
JQUERY
- 01/13: No tests?
RUNTIME
- 01/13: 2 failing tests, 2 warnings. Chrome 16.0.912.75 (OS 10.7.2)
- 01/22: Wesley Workman (workmanw): I believe I've fixed the failed unit tests here: https://github.com/sproutcore/sproutcore/pull/697
ROUTING
- 01/13: 18 tests pass! Chrome 16.0.912.75 (OS 10.7.2)
STATECHART
- 01/13: 209 tests pass!. Chrome 16.0.912.75 (OS 10.7.2)
TEMPLATE_VIEW
- 01/13: 2 warnings. Chrome 16.0.912.75 (OS 10.7.2)
## Work Log: Cleanup of Unused Frameworks
- 01/28: Tyler Keating completed