Skip to content

Visual D 0.50.1-rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@rainers rainers released this 30 Aug 14:00
· 305 commits to master since this release
c7e255e

Changes from beta1:

  • mago:
    • fix showing UTF32 values (supported by dmd 2.089)
    • fix reading enum values (not emitted before dmd 2.089)
  • VC project: release configurations in new projects now default to -release -O -inline
  • VC project: Compile and Compile/Run/Debug/Disassemble didn't use all command line options,
    Run/Debug now use "dmd -i" instead of "rdmd"
  • version highlighting for source files not in a project now reads settings from startup project
  • highlight x64 registers in asm block
  • VS 2019 16.2: fixed command line options not read correctly from the VC project for
    Compile and Run/Debug/Disassemble, dbuild refactored to not rely on msbuild DLLs for that