On Mon, Dec 9, 2013 at 5:25 PM, Ori Livneh ori@wikimedia.org wrote:
On Mon, Dec 9, 2013 at 2:58 PM, Ryan Kaldari rkaldari@wikimedia.orgwrote:
I am somewhat concerned about the implications for JS debugging here. Debugging JS problems with the live sites is already pretty complicated:
- debug=true won't reproduce some bugs (usually race condition related)
Yeah, debug mode sucks. I think we need to think it over.
- Sometimes old code gets cached with the new cache-busting timestamp
(due
to a race condition between bits and apache at deployment)
Fixed in https://gerrit.wikimedia.org/r/#/c/90541/ and < https://gerrit.wikimedia.org/r/#/c/90541/%3E.
One of these should have been https://gerrit.wikimedia.org/r/#/c/94591/