RRZE-HPC / OSACA

Open Source Architecture Code Analyzer
GNU Affero General Public License v3.0
296 stars 18 forks source link

Add support for structured YAML output #96

Closed stephenswat closed 1 year ago

stephenswat commented 1 year ago

This commit adds a new --yaml-out flag to OSACA which allows the user to dump the results of an analysis to a YAML file, allowing them to analyse the file more easily. I have tried to make the output as comprehensive as possible.

Happy to discuss about format, flag names, and all of that, of course. :slightly_smiling_face:

JanLJL commented 1 year ago

Hi @stephenswat,

thanks for this addition!

I changed a few things:

If the current status is OK with you and fulfills all your needs, I give green light for merging

stephenswat commented 1 year ago

Hi Jan, thanks for the extensive changes. This is perfect!