Skip to content
This repository has been archived by the owner on Mar 1, 2022. It is now read-only.

v3.6.0-pre.13

Pre-release
Pre-release
Compare
Choose a tag to compare
@WebFreak001 WebFreak001 released this 22 Jun 20:16
· 43 commits to master since this release
  • add resolveRanges function to dscanner & identically named argument to dscanner.lint to convert D-Scanner's line:column output to [start, end] ranges of index, line & columns (moves logic out of serve-d)
    • improves locations for "expected ..." syntax errors
    • sets line length errors to proper start
    • improves semicolon error positions
    • differentiates between keywords on same line and keywords on separate line when an identifier is expected
    • adds an issue for foreach (auto key; value) that just covers the auto (guaranteed) that can easily be auto-fixed
  • fix workspace-d executable building
  • disable snippets in __traits(), version(), debug()