|
| 1 | +Ddoc |
| 2 | + |
| 3 | +$(CHANGELOG_NAV_INJECT) |
| 4 | + |
| 5 | +$(VERSION Feb 15, 2023, =================================================, |
| 6 | + |
| 7 | +$(CHANGELOG_HEADER_STATISTICS |
| 8 | +$(VER) comes with 1 major change and 5 fixed Bugzilla issues. |
| 9 | + A huge thanks goes to the |
| 10 | + $(LINK2 #contributors, 5 contributors) |
| 11 | + who made $(VER) possible.) |
| 12 | + |
| 13 | +$(BUGSTITLE_TEXT_HEADER Dub changes, |
| 14 | + |
| 15 | +$(LI $(RELATIVE_LINK2 cwd-fix,Reverted v1.31.0 working directory change when using `dub run --root=<value>`)) |
| 16 | + |
| 17 | +) |
| 18 | + |
| 19 | +$(CHANGELOG_SEP_HEADER_TEXT_NONEMPTY) |
| 20 | + |
| 21 | +$(CHANGELOG_SEP_HEADER_TEXT) |
| 22 | + |
| 23 | +$(BUGSTITLE_TEXT_BODY Dub changes, |
| 24 | + |
| 25 | +$(LI $(LNAME2 cwd-fix,Reverted v1.31.0 working directory change when using `dub run --root=<value>`) |
| 26 | +$(CHANGELOG_SOURCE_FILE dub, changelog/cwd-fix.dd) |
| 27 | +$(P |
| 28 | +DUB < v1.31.0 would run applications in the working directory it was invoked in, |
| 29 | +ignoring the `--root` argument. |
| 30 | +) |
| 31 | + |
| 32 | +$(P |
| 33 | +In v1.31.0, `dub` started to respect the `--root` argument and run programs in |
| 34 | +the requested directory. |
| 35 | +) |
| 36 | + |
| 37 | +$(P |
| 38 | +While sometimes desirable, this change was not intended, and has now been |
| 39 | +reverted. To restore the 1.31.0 behaivor, set `"workingDirectory"` to `"."` in |
| 40 | +the dub.json/dub.sdl file. This works both with older DUB versions and with |
| 41 | +future DUB versions. |
| 42 | +) |
| 43 | +) |
| 44 | + |
| 45 | + |
| 46 | +) |
| 47 | + |
| 48 | +$(CHANGELOG_SEP_TEXT_BUGZILLA) |
| 49 | + |
| 50 | +$(BUGSTITLE_BUGZILLA DMD Compiler regression fixes, |
| 51 | + |
| 52 | +$(LI $(BUGZILLA 23674): incompatible types for array comparison: string and string) |
| 53 | +) |
| 54 | +$(BUGSTITLE_BUGZILLA DMD Compiler bug fixes, |
| 55 | + |
| 56 | +$(LI $(BUGZILLA 23662): ImportC bad handling of enum arguments for a function) |
| 57 | +$(LI $(BUGZILLA 23672): importC: Infinite recursion: Error: found 'End of File' when expecting ',') |
| 58 | +$(LI $(BUGZILLA 23679): off-by-one error for static array size limit) |
| 59 | +) |
| 60 | +$(BUGSTITLE_BUGZILLA Phobos bug fixes, |
| 61 | + |
| 62 | +$(LI $(BUGZILLA 23668): Can't stable sort structs with disabled default constructor.) |
| 63 | +) |
| 64 | +) |
| 65 | +$(D_CONTRIBUTORS_HEADER 5) |
| 66 | +$(D_CONTRIBUTORS |
| 67 | + $(D_CONTRIBUTOR Dennis) |
| 68 | + $(D_CONTRIBUTOR Dmytro Katyukha) |
| 69 | + $(D_CONTRIBUTOR Iain Buclaw) |
| 70 | + $(D_CONTRIBUTOR Mathis Beer) |
| 71 | + $(D_CONTRIBUTOR Razvan Nitu) |
| 72 | +) |
| 73 | +$(D_CONTRIBUTORS_FOOTER) |
| 74 | +$(CHANGELOG_NAV_INJECT) |
| 75 | + |
| 76 | +Macros: |
| 77 | + VER=2.102.1 |
| 78 | + TITLE=Change Log: $(VER) |
0 commit comments