Skip to content

Conversation

@waskyo
Copy link
Contributor

@waskyo waskyo commented Dec 2, 2024

  • Allow targets to be unspecified in which case we collect information for all of them
  • Make things work on MIPS. The original code was hardcoded for ARM.
  • Add JSON output

in that case we will include all targets, instead of none
@waskyo waskyo force-pushed the patch_candidates_fixes branch from a418ba7 to cb6c1ed Compare December 5, 2024 20:17
Moved all the json functionality into the LibrarySideEffect
class so that the json and txt output could share the same path.
… thing

We were converting it to a string with becomes 'None'
which then throws off the json parser
@waskyo waskyo force-pushed the patch_candidates_fixes branch from cb6c1ed to e46f7c0 Compare December 5, 2024 20:20
…ck to the reportcmds

And pass them in to the to_json_result method. Instead of passing in an
AppAccess object. Per Henny's code review, doing all that work inside of
the LibraryCallSideEffect class creates undesirable dependencies.
@waskyo waskyo force-pushed the patch_candidates_fixes branch from 869d5d2 to ede8dc3 Compare December 6, 2024 01:33
Copy link
Contributor

@sipma sipma left a comment

Choose a reason for hiding this comment

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

Thank you!

@sipma sipma merged commit a09570a into static-analysis-engineering:master Dec 6, 2024
1 check passed
@waskyo waskyo deleted the patch_candidates_fixes branch December 6, 2024 02:28
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.

2 participants