I'm sure this is lovely software, and I'll probably try it, but...
Why is software so difficult to install these days? Why on earth should one need docker to build and run some C code? Why can't one just download an executable?
If you build it from source it's actually a bunch of regular executables. Running as a container is for the purpose of making the environments hermetic/reproducible so that it's easier to support users.
dang|2 years ago
Misra C++:2023 - https://news.ycombinator.com/item?id=38674158 - Dec 2023 (85 comments)
girvo|2 years ago
The MISRA analysis seems neat -- It's GPLv3 from what the LICENSE suggests, does that cause problems when being used to scan proprietary code?
xjia|2 years ago
unknown|2 years ago
[deleted]
1over137|2 years ago
Why is software so difficult to install these days? Why on earth should one need docker to build and run some C code? Why can't one just download an executable?
xjia|2 years ago
unknown|2 years ago
[deleted]