Skip to content

[DataCollector] Improves the readability of the collected arrays in the profiler. #10150

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

Closed
wants to merge 3 commits into from

Conversation

sukei
Copy link
Contributor

@sukei sukei commented Jan 28, 2014

Q A
Bug fix? no
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes
License MIT

It simply improves the readability of the collected arrays in the profiler:

before:

Array(date => Array(year => , month => , day => ), time => Array(hour => ))

after:

[
  date => [
      year => , 
      month => , 
      day => 
  ], 
  time => [
      hour => 
  ]
]

The errors are also highlighted in the form tree.

tree

@stloyd
Copy link
Contributor

stloyd commented Jan 28, 2014

It's new feature, so it must go against master branch, not 2.4.

@sukei
Copy link
Contributor Author

sukei commented Jan 28, 2014

It's not so new, the data are just presented differently. It could be released with the next 2.4.*.

@fabpot
Copy link
Member

fabpot commented Jan 28, 2014

This PR is about 2 different changes. Can you submit 2 PRs and close this one? And yes, it's going to be merged into master, not 2.4.

@sukei
Copy link
Contributor Author

sukei commented Jan 28, 2014

Closed in favor of #10155. The second part is already part of the master.

@sukei sukei closed this Jan 28, 2014
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.

3 participants