Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
base system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
7 Mar 2013 at 07:32 UTC
Updated:
29 Jul 2014 at 21:59 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
msonnabaum commentedunit-test-timers.patch queued for re-testing.
Comment #4
msonnabaum commentedHmm, looks like we don't register the autoloader early enough. This patch moves it farther up.
Comment #5
msonnabaum commentedLast one prevents configuring the autoloader, so moving it back down a bit.
Comment #6
dawehnerJust referencing a similar/reated issue: #1893306: Put the timers_() functions into a seperate component
Comment #7
rbayliss commentedNot to bikeshed, but would this be a good time to replace our current timer implementation with the new Symfony Stopwatch component?
Comment #8
robloachUpdated some of the docblocks.
Let's make an issue for that: #1936640: Replace the Timer component with Symfony Stopwatch
Comment #9
dawehnerLet's use the class already.
It seems to be that we want to setup the database prefixes as early as possible, so let's keep this before loading the classes.
Just some small doc fixes included.
Comment #10
msonnabaum commentedAny talk about switching timers is very offtopic, let's keep it in the other issue.
Comment #11
dawehnerJust another rerole.
Comment #12
robloachComment #13
robloachComment #15
dawehner#11: drupal-1935970-11.patch queued for re-testing.
Comment #16
robloachComment #17
xjm#11: drupal-1935970-11.patch queued for re-testing.
Comment #18
alexpottCommitted 291dbd5 and pushed to 8.x. Thanks!
Comment #19
jibranFor change notice.
Comment #20
ParisLiakos commentedAwesomeness!
Also should we create folllowups to get rid of procedural wrappers?
Comment #21
jibranre-tagging.
Comment #22
berdirLooks like this introduced a random test failure: #1960032: Random failure in TimerUnitTest
Comment #23
ParisLiakos commentedChange notice
http://drupal.org/node/1969828
Comment #25
jhedstrom