Matthew Robert Ballard
7bea3c1508
chore: wrap diagnostic results in MessageData.traces ( #4897 )
...
Currently, the messages in the diagnostic summaries are created by
appending interpolated strings. We wrap these in `.trace`'s, and the
results are better formatted when expanding child nodes in the info
view. Particularly, the latter diagnostic summaries remain on their own
lines flush to the left instead of on the same line directly adjacent to
the last child node.
2024-08-06 19:10:51 +00:00
Leonardo de Moura
a6d186a81d
fix: add checkSystem and withIncRecDepth to withAutoBoundImplicit ( #4128 )
...
Fix stack overflow crash.
Closes #4117
The fix can be improved: we could try to avoid creating hundreds of auto
implicits before failing.
2024-05-10 21:55:26 +00:00
Leonardo de Moura
5f1c4df07d
feat: display diagnostic information at term and tactic set_option diagnostics true ( #4048 )
...
We don't need to include reduction info at `simp` diagnostic
information.
2024-05-01 22:47:57 +00:00
Leonardo de Moura
e1b7984836
perf: improve simp cache behavior for well-behaved dischargers ( #4044 )
...
See comment at `Methods.wellBehavedDischarge`.
The default discharger is now well-behaved.
2024-05-01 19:57:44 +00:00
Leonardo de Moura
806e41151b
chore: fix tests
2024-05-01 03:19:39 +02:00
Leonardo de Moura
a12e8221da
feat: include counters for unfolded declarations at simp diagnostics
2024-05-01 03:19:39 +02:00
Leonardo de Moura
bcfad6e381
feat: report diagnostic information for simp at exception
2024-05-01 03:19:39 +02:00