Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upPretty print the flow tree to json (Fix #12675) #13092
Conversation
highfive
commented
Aug 28, 2016
|
Thanks for the pull request, and welcome! The Servo team is excited to review your changes, and you should hear from @emilio (or someone else) soon. |
highfive
commented
Aug 28, 2016
|
doesn't make for print_extra_flow_children function ->
I can't handle this part, |
|
Hmm ... the issue you are trying to solve doesn't look easy to me actually. And I suppose that we can try to add another function emitting JSON object while retaining the old print function. But I am not very sure about the plan. @shinglyu idea? |
|
This looks OK, but in order not to surprise people who uses this feature, we should wait until we have another tool that can print in the old format. (Maybe a python script that takes the JSON and print as a tree) Then we can merge all the patches at once. Also I forgot to mention, we should check if bit of information in the old format is in the new JSON format, if something is missing, we should definitely add that to the JSON output. |
|
Or we could create a new option in |
|
@shinglyu |
|
|
|
@yoyo930021 Any news on this? |
|
Sorry , no time to do it. |
|
This feature can now use the JOSN serialization from #13740. If someone is interested I can point them to the related code. |
|
Closing based on inactivity :/ |
yoyo930021 commentedAug 28, 2016
•
edited
./mach build -ddoes not report any errors./mach test-tidydoes not report any errorsThis change is