You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$(LI $(RELATIVE_LINK2 dmd.ctfeWrite,Added `__ctfeWrite` to write messages from CTFE))
18
18
$(LI $(RELATIVE_LINK2 dmd.deprecation-limit,Deprecation warnings are now also limited by `-verrors`))
19
19
$(LI $(RELATIVE_LINK2 dmd.dtoh-windows,dtoh generates signatures for `extern(Windows)` and `extern(System)` functions.))
20
+
$(LI $(RELATIVE_LINK2 dmd.foreach-array-index-type,`foreach` on a dynamic array can have an index type smaller than `size_t`))
20
21
$(LI $(RELATIVE_LINK2 dmd.foreach-reverse-delegate-error,`foreach_reverse` on a delegate is now an error))
21
22
$(LI $(RELATIVE_LINK2 dmd.identifier-tables,Expansion of identifier tables to allow new characters to match C23 have been added along with CLI configurability))
22
23
$(LI $(RELATIVE_LINK2 dmd.importc-unicode,ImportC has improved Unicode support))
@@ -153,9 +154,9 @@ void main()
153
154
$(P
154
155
$(CONSOLE
155
156
> dmd -verrors=3 app.d
156
-
app.d(7): Deprecation: function `deprecationlimit.x` is deprecated
157
-
app.d(8): Deprecation: function `deprecationlimit.x` is deprecated
158
-
app.d(9): Deprecation: function `deprecationlimit.x` is deprecated
157
+
app.d(7): Deprecation: function `app.f` is deprecated
158
+
app.d(8): Deprecation: function `app.f` is deprecated
159
+
app.d(9): Deprecation: function `app.f` is deprecated
159
160
1 deprecation warning omitted, use `-verrors=0` to show all
0 commit comments