-
Notifications
You must be signed in to change notification settings - Fork 6
SSAST-10519 Add option to collect debug data #92
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
Conversation
NinjaLikesCheez
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Requesting some changes - please let me know if you have any questions about my comments!
Sources/LogHandlers/Sources/LogHandlers/GenIRLoggingDefinition.swift
Outdated
Show resolved
Hide resolved
NinjaLikesCheez
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One minor change to remove throws keyword since the init no longer throws.
* Handle targets with same name but in different projects * Issue #81 log unrequired targets instead of failing. * Issue #81 log PIF location & missing commands. * Issue #81 PIF workspace sort * Issue #81 Update version; add some logging Co-authored-by: NinjaLikesCheez <NinjaLikesCheez@users.noreply.github.com> * Update PIF/Sources/PIFSupport/PIFSupport.swift Co-authored-by: NinjaLikesCheez <NinjaLikesCheez@users.noreply.github.com> * Issue #81 Address linter & review issues. * Issue #81 Test unwrap of optional pif cache location. * ENG-55520: On sourceTree decode error, log & continue (#88) ENG-55520 * On sourceTree decode error, log & continue * SourceTree: refactor to class * SENG-9588 remove development release (#90) * SENG-9588 remove development release * SSAST-10500 Warn if multiple builds in xcode log (#91) * SSAST-10519 Add option to capture debug data (#92) A --capture option has been added to collect diagnostic data into a debug-data sub-folder of the IR directory. What data has been captured is written to the Gen-IR log. * SSAST-10900 Update help for debug data capture. (#93) * SSAST-11687 fix type fixing merge conflicts * SSAST-11687 fix swiftlint error-no error locally * Update build.yml Update to match my local version. The tests run locally. --------- Co-authored-by: bmxav <5422569+bmxav@users.noreply.github.com> Co-authored-by: NinjaLikesCheez <NinjaLikesCheez@users.noreply.github.com>
No description provided.