Skip to content

Commit 2e3573e

Browse files
committed
Temporarily bump last API of 1.2 compat flags to 7
Deprecating requires updating handfuls of tests, and likely also a number of devices, so better to push that to a separate PR.
1 parent da882cd commit 2e3573e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

py/dml/compat.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ class dml12_inline(CompatFeature):
9696
unless compiling with `-g`.
9797
'''
9898
short = "Never inline method arguments with a declared type in DML 1.2"
99-
last_api_version = 6
99+
last_api_version = 7
100100

101101

102102
# separate class only because last_api_version differs
@@ -148,7 +148,7 @@ class dml12_misc(CompatFeature):
148148
149149
'''
150150
short = "Enable various DML 1.2 quirks"
151-
last_api_version = 6
151+
last_api_version = 7
152152

153153

154154
@feature
@@ -183,4 +183,4 @@ class dml12_int(CompatFeature):
183183
semantics is still used for operations in that file.
184184
'''
185185
short = "Use legacy integer semantics in DML 1.2"
186-
last_api_version = 6
186+
last_api_version = 7

0 commit comments

Comments
 (0)