Skip to content

Release 1.5

Choose a tag to compare

@JCWasmx86 JCWasmx86 released this 28 Mar 05:09
  • Add dead code detection
  • Add detection for code without effect
  • Detect unused assignments
  • Warn about use of deprecated options
  • Add error, if an option does not exist
  • Check compiler.get_id, compiler.get_argument_syntax, compiler.get_linker_id, build_machine.cpu_family and build_machine.system against known values.
  • Performance loss between 10% and 20% depending on the project, due to implementing these advanced code analyzers
  • Allow downloading and setting up wraps. (CLI-Only, not wired up with the language server yet)

Additionally, experimental Windows support was added. It is not tested as thoroughly as on Linux/macOS.