Skip to content

Commit f0166f0

Browse files
authored
Merge pull request #3794 from ibuclaw/merge_stable
merge stable
2 parents fe84774 + 86aa20c commit f0166f0

File tree

4 files changed

+14
-7
lines changed

4 files changed

+14
-7
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.107.1
1+
2.108.0

changelog/2.108.0_pre.dd renamed to changelog/2.108.0.dd

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ $(CHANGELOG_NAV_INJECT)
55
$(VERSION Apr 01, 2024, =================================================,
66

77
$(CHANGELOG_HEADER_STATISTICS
8-
$(VER) comes with 8 major changes and 33 fixed Bugzilla issues.
8+
$(VER) comes with 8 major changes and 36 fixed Bugzilla issues.
99
A huge thanks goes to the
10-
$(LINK2 #contributors, 35 contributors)
10+
$(LINK2 #contributors, 36 contributors)
1111
who made $(VER) possible.)
1212

1313
$(BUGSTITLE_TEXT_HEADER Compiler changes,
@@ -357,12 +357,18 @@ $(LI $(BUGZILLA 24339): std.mmfile has poor documentation)
357357
$(LI $(BUGZILLA 24348): Inaccurate documentation for hasSlicing with infinite range)
358358
$(LI $(BUGZILLA 24384): roundRobin crashes with empty first argument)
359359
$(LI $(BUGZILLA 24403): Nullable doesn't work with non-mutable types with a destructor)
360+
$(LI $(BUGZILLA 24458): Mac M3 associative array keys on std.net.curl gets overwritten)
361+
$(LI $(BUGZILLA 24465): Tuple does not get a copy constructor when its members need it)
360362
)
361363
$(BUGSTITLE_BUGZILLA Phobos enhancements,
362364

363365
$(LI $(BUGZILLA 24318): Nullable should support non-copyable objects)
364366
$(LI $(BUGZILLA 24382): std.range.only should have assignable elements)
365367
)
368+
$(BUGSTITLE_BUGZILLA Druntime regression fixes,
369+
370+
$(LI $(BUGZILLA 24453): [REG2.108] idup fails for inout$(LPAREN)T$(RPAREN)[] slices)
371+
)
366372
$(BUGSTITLE_BUGZILLA Druntime bug fixes,
367373

368374
$(LI $(BUGZILLA 4071): Missing support to share memory and objects between DLLs and executable)
@@ -383,7 +389,7 @@ $(LI $(BUGZILLA 24313): Download page should reference Github nightlies)
383389
$(LI $(BUGZILLA 24331): @nogc and GC.disable$(LPAREN)$(RPAREN) are often confused)
384390
)
385391
)
386-
$(D_CONTRIBUTORS_HEADER 35)
392+
$(D_CONTRIBUTORS_HEADER 36)
387393
$(D_CONTRIBUTORS
388394
$(D_CONTRIBUTOR Adam D. Ruppe)
389395
$(D_CONTRIBUTOR Adam Wilson)
@@ -404,6 +410,7 @@ $(D_CONTRIBUTORS
404410
$(D_CONTRIBUTOR Martin Kinkelin)
405411
$(D_CONTRIBUTOR Mathis Beer)
406412
$(D_CONTRIBUTOR Max Haughton)
413+
$(D_CONTRIBUTOR MrcSnm)
407414
$(D_CONTRIBUTOR Nicholas Wilson)
408415
$(D_CONTRIBUTOR Nick Treleaven)
409416
$(D_CONTRIBUTOR Ogi-kun)

download.dd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,8 +226,8 @@ Macros:
226226

227227
DMDV2=$(LATEST)
228228

229-
_=BETA=$(COMMENT $0)
230-
BETA=$0
229+
BETA=$(COMMENT $0)
230+
_=BETA=$0
231231
B_DMDV2=2.108.0
232232
B_SUFFIX=rc.1
233233

js/listanchors.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ function addAnchors()
3434
function addVersionSelector() {
3535
// Latest version offered by the archive builds
3636
// This needs to be manually updated after new versions have been archived
37-
var currentArchivedVersion = 107;
37+
var currentArchivedVersion = 108;
3838
// build URLs for dlang.org: DDoc + Dox
3939
var ddocModuleURL = document.body.id.replace(/[.]/g, "_") + ".html";
4040
var ddoxModuleURL = document.body.id.replace(/[.]/g, "/") + ".html";

0 commit comments

Comments
 (0)