travitch / build-bom

Dynamically discover the commands used to create a piece of software
Apache License 2.0
45 stars 8 forks source link

Fix error event reporting and disable -Werror #52

Closed kquick closed 10 months ago

kquick commented 10 months ago

One difference in behavior is that the previous code could report multiple error issues for a single command, whereas the new code only reports the first issue found. Since any issue is sufficient to prevent bitcode generation, reporting multiple errors isn't really helpful and is possibly even more confusing.

There are some TODO for events in the new code: this is new functionality and will be added in a future PR.