Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TIMOB-13379] Add support for console.time and console.timeEnd #4084

Closed
wants to merge 2 commits into from

Conversation

mattapperson
Copy link

Added support for iOS & Android for TIMOB-13379

@mattapperson
Copy link
Author

CLA is signed using the email matt@appersonlabs.com

@negupta
Copy link
Contributor

negupta commented Apr 19, 2013

Signed CLA is in place.

@@ -14,5 +14,19 @@ -(void)log:(NSArray*)args
{
[self logMessage:args severity:@"info"];
}
-(void)time:(NSArray*)args
{
if(!self->startTimes) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the dereferencing is unnecessary within a method.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also, if checking a pointer, do not use boolean, but check == nil or != nil.

@WhichKatieDid
Copy link
Contributor

FR rejected. Please address comments.

@negupta
Copy link
Contributor

negupta commented Feb 19, 2014

@mattapperson - Please let us know if you plan to address review comments or should we close this pull request?

@mattapperson
Copy link
Author

Sorry, missed this. Ill get this fixed up this week. Thanks for the poke!

@pec1985
Copy link
Contributor

pec1985 commented Jun 1, 2015

Bump!

@caspahouzer
Copy link
Contributor

bump again

@mattapperson
Copy link
Author

Sorry, but my and my companies dev efforts are now focused on other efforts

@caspahouzer
Copy link
Contributor

So no further Appcelerator dev from you?

  • Sebastian

Am 30.09.2015 um 13:22 schrieb Matt Apperson notifications@github.com:

Sorry, but my and my companies dev efforts are now focused on other efforts


Reply to this email directly or view it on GitHub #4084 (comment).

@mattapperson
Copy link
Author

It's just not our focuse at this time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants