Skip to content

Commit

Permalink
Merge pull request #131 from rainers/master
Browse files Browse the repository at this point in the history
Version 1.1.0
  • Loading branch information
rainers committed Mar 2, 2021
2 parents 52c6df7 + e3ce91b commit 50fecbc
Show file tree
Hide file tree
Showing 34 changed files with 2,054 additions and 43 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Expand Up @@ -4,3 +4,6 @@
[submodule "vdc/dmdserver/dmd"]
path = vdc/dmdserver/dmd
url = https://github.com/rainers/dmd.git
[submodule "dfmt/dfmt"]
path = dfmt/dfmt
url = https://github.com/rainers/dfmt.git
12 changes: 9 additions & 3 deletions CHANGES
Expand Up @@ -1282,11 +1282,17 @@ Version history
* installer:
- full installer now bundled with DMD 2.093.1 and LDC 1.23.0

unreleased version 1.1.0
2021-03-02 version 1.1.0
* dmdserver:
- updated to DMD 2.095.0-beta.1
- updated to frontend of DMD 2.095.1
- experimental: show parameter storage ref/out/lazy at call site
- improved handling of symbols in selective imports
* editor:
- bugzilla 21239: navigation bar now sorted, symbols starting with "__" moved to the bottom
- integrated dfmt for "Format Document"
* installer:
- full installer now bundled with DMD 2.095.0-beta.1 and LDC 1.24.0
- full installer now bundled with DMD 2.095.1 and LDC 1.25.0
* projects:
- added support for -preview=in and -preview=inclusiveincontracts
- visualdproj: added macros FULLOUTDIR, FULLINTDIR, INPUTFULLPATH, INPUTFULLDIR, TARGETFULLPATH
and TARGETFULLDIR for guaranteed absolute paths
4 changes: 2 additions & 2 deletions VERSION
@@ -1,5 +1,5 @@
#define VERSION_MAJOR 1
#define VERSION_MINOR 1
#define VERSION_REVISION 0
#define VERSION_BETA -beta
#define VERSION_BUILD 1
#define VERSION_BETA
#define VERSION_BUILD 0
1 change: 1 addition & 0 deletions dfmt/dfmt
Submodule dfmt added at e6199a

0 comments on commit 50fecbc

Please sign in to comment.