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

Update to handle the new JSON format introduced in Xcode 15.3 #204

Merged
merged 2 commits into from
Apr 7, 2024

Conversation

rabc
Copy link
Contributor

@rabc rabc commented Mar 22, 2024

Xcode 15.3 added a new JSON format BuildOperationTaskMetrics. This PR handles the new token * to fix #203 . If more people can test it to check that it is being handled correctly in more use cases.

I only added it to the parser, but not to the report and the json outputs.

@BalestraPatrick
Copy link
Collaborator

Hey @rabc! Thanks for the PR. If you can fix the SwiftLint issues, we can go ahead and merge it 👍

@hbanzon
Copy link

hbanzon commented Mar 25, 2024

@rabc thank you for this -- i tested on my project and all is working :)

@qyang-nj
Copy link

Thank you so much for the fix!

@rabc rabc force-pushed the handle_json_format branch from b2bf169 to 3798b8f Compare April 2, 2024 07:46
@AvdLee
Copy link

AvdLee commented Apr 5, 2024

@rabc any updates on this PR? I'd love to get this fix in!

@rabc
Copy link
Contributor Author

rabc commented Apr 5, 2024

@AvdLee I think that only the review is needed.

@polac24 @ecamacho @aleksandergrzyb @CognitiveDisson anyone can check and review it please?

@polac24
Copy link
Collaborator

polac24 commented Apr 6, 2024

@rabc, thank. Can you please also Sign off your commits to meet DCO. The PR looks nice.

rabc added 2 commits April 7, 2024 11:32
Signed-off-by: Ricardo Carvalho <ricardo.abc@gmail.com>
Signed-off-by: Ricardo Carvalho <ricardo.abc@gmail.com>
@rabc rabc force-pushed the handle_json_format branch from 3798b8f to 64a5516 Compare April 7, 2024 09:33
@rabc
Copy link
Contributor Author

rabc commented Apr 7, 2024

@polac24 Done!

Let me know if you need help to maintain this repo 😄

@polac24 polac24 merged commit fdde347 into MobileNativeFoundation:master Apr 7, 2024
4 checks passed
@rabc rabc mentioned this pull request Apr 9, 2024
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.

Failed create json report Xcode 15.3
6 participants