Skip to content

Visual D 0.49.1

Compare
Choose a tag to compare
@rainers rainers released this 21 Apr 08:24
· 341 commits to master since this release
92427ee

Changes from 0.49.0:

  • fixed reading settings from VC projects in VS2017
  • fixed determining versions from dmd versions no longer supporting -gc
  • fixed reading import path from newer LDC versions
  • added support for VS2019 Update 16.1
  • dparser:
    • jump to original definition if it is not renamed or the caret is on the import
    • fixed import lookup if module name is also a package
    • fixed stack overflows with static foreach
    • fixed infinite loop for cyclic base classes
    • fixed more crashes during semantic highlighting