github JCWasmx86/mesonlsp v4.2.0
Release 4.2.0

latest releases: v5.0.4, v5.0.3, v5.0.2...
2 years ago
  • Add mesonlint tool that allows to lint a project and to check+fix the formatting. It's currently not integrated with the language server.
  • Fix a few deprecation informations (#70, by @ptomato)
  • Fix crash if there was an iteration statement without variables
  • Add option to emit warnings, if a loop variable has the same name as a enclosing one. (disableIterationVariableShadowingLint)
  • Add option to emit warnings, if a loop variable is overwritten in the body. (Off by default, enableIterationVariableLint)
  • Fix types of default_options
  • Make mesonlsp compile on aarch64-unknown-linux-gnu
  • Don't report warning about format identifiers in string for vcs_tag::@replace_string@
  • Show errors for nested ternaries, as they are forbidden.
  • Add a few new kwargs from meson 1.4.0

Don't miss a new mesonlsp release

NewReleases is sending notifications on new releases.