Skip to content

bacon v3.6.0

Compare
Choose a tag to compare
@Canop Canop released this 15 Dec 15:02
· 24 commits to main since this release
  • support for cpp (gcc & clang) with analyzer = "cpp" - Thanks @bryceberger
  • removal of the --path argument, replaced with --project and --watch (overrides the list of watched files). The path to the project can also be given as trailing argument as today. - Fix #274
  • the cargo_json analyzer can now be leveraged to export data from the cargo metadata Diagnostic and DiagnosticSpan structs - Fix #249