Skip to content

Commit 50fecbc

Browse files
authored
Merge pull request #131 from rainers/master
Version 1.1.0
2 parents 52c6df7 + e3ce91b commit 50fecbc

34 files changed

+2054
-43
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@
44
[submodule "vdc/dmdserver/dmd"]
55
path = vdc/dmdserver/dmd
66
url = https://github.com/rainers/dmd.git
7+
[submodule "dfmt/dfmt"]
8+
path = dfmt/dfmt
9+
url = https://github.com/rainers/dfmt.git

CHANGES

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1282,11 +1282,17 @@ Version history
12821282
* installer:
12831283
- full installer now bundled with DMD 2.093.1 and LDC 1.23.0
12841284

1285-
unreleased version 1.1.0
1285+
2021-03-02 version 1.1.0
12861286
* dmdserver:
1287-
- updated to DMD 2.095.0-beta.1
1287+
- updated to frontend of DMD 2.095.1
12881288
- experimental: show parameter storage ref/out/lazy at call site
1289+
- improved handling of symbols in selective imports
12891290
* editor:
12901291
- bugzilla 21239: navigation bar now sorted, symbols starting with "__" moved to the bottom
1292+
- integrated dfmt for "Format Document"
12911293
* installer:
1292-
- full installer now bundled with DMD 2.095.0-beta.1 and LDC 1.24.0
1294+
- full installer now bundled with DMD 2.095.1 and LDC 1.25.0
1295+
* projects:
1296+
- added support for -preview=in and -preview=inclusiveincontracts
1297+
- visualdproj: added macros FULLOUTDIR, FULLINTDIR, INPUTFULLPATH, INPUTFULLDIR, TARGETFULLPATH
1298+
and TARGETFULLDIR for guaranteed absolute paths

VERSION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#define VERSION_MAJOR 1
22
#define VERSION_MINOR 1
33
#define VERSION_REVISION 0
4-
#define VERSION_BETA -beta
5-
#define VERSION_BUILD 1
4+
#define VERSION_BETA
5+
#define VERSION_BUILD 0

dfmt/dfmt

Submodule dfmt added at e6199aa

0 commit comments

Comments
 (0)