Skip to content

Commit 6b71e20

Browse files
committed
Remove some text with limited usefulness
1 parent d1453fd commit 6b71e20

File tree

1 file changed

+3
-16
lines changed

1 file changed

+3
-16
lines changed

py/dml/breaking_changes.py

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -198,19 +198,7 @@ class suppress_WLOGMIXUP(CompatFeature):
198198
[Messages](messages.html) section.
199199
200200
`WLOGMIXUP` is suppressed by default below Simics API version 7 in order
201-
to avoid overwhelming users with warnings, as the faulty pattern that
202-
`WLOGMIXUP` reports is very prevalent within existing code. Addressing
203-
applications of the faulty pattern should be done before or as part of
204-
migration to Simics API version 7.
205-
206-
Passing `--no-compat=suppress_WLOGMIXUP` to DMLC has almost the same effect
207-
as passing `--warn=WLOGMIXUP`; either will cause DMLC to report the warning
208-
even when the Simics API version in use is below 7. The only difference
209-
between these two options is that if `--no-compat=suppress_WLOGMIXUP` is
210-
used (and `--warn=WLOGMIXUP` is not), then `WLOGMIXUP` may still be
211-
explicitly suppressed via `--no-warn=WLOGMIXUP`. In contrast,
212-
`--warn=WLOGMIXUP` doesn't allow for `WLOGMIXUP` to be suppressed at
213-
all.'''
201+
to avoid overwhelming users with warnings.'''
214202
short = "Suppress the warning 'WLOGMIXUP' by default"
215203
last_api_version = api_6
216204

@@ -263,9 +251,8 @@ class no_method_index_asserts(CompatFeature):
263251
264252
Migrating away from this compatibility feature should be a priority. If
265253
its disablement makes the simulation crash due to an assertion failing,
266-
then that **definitely signifies a bug in your model; a bug that would
267-
very likely result in memory corruption if the assertion were not to
268-
be made.**'''
254+
then that signifies a bug in your model that could
255+
lead to memory corruption without the range check.'''
269256
short = ("Disable assertions made by methods of object arrays that the "
270257
+ "the object array indices are valid. Migrate away from this "
271258
+ "ASAP!")

0 commit comments

Comments
 (0)