Skip to content

Visual D 1.4.0-beta2

Pre-release
Pre-release
Compare
Choose a tag to compare
@rainers rainers released this 16 Dec 17:41
· 3 commits to master since this release
f4ff49a

Changes since beta1:

  • dmdserver:
    • updated to frontend of DMD 2.106.0
    • now slightly less dependent on D runtime by avoiding lowerings
    • fixed some false memory pointer
    • pass import paths from prerequisite projects to semantic analysis, too
  • full installer now bundled with DMD 2.106.0 and LDC 1.35.0
  • added separate version of Microsoft.Build.CPPTasks.Common for VS 17.5 - 17.9
  • updated dfmt library from upstream
  • added support for compiler option -preview=shortenedMethods
  • fixed issue #264: VisualD doesn't run compiled executable, when I select "Compile and Run" option