Commit 1ea1bea
authored
Shorten TraceEvaluation (#1486)
Lines of the form:
Replacing: x -> x
don't add much, so remove them.
In the future, maybe we can have a "verbosity level" to include
something like this. The only purpose I can see is to indicate that a
rewrite rule was considered and did nothing. However, TraceEvaluations
are typically very long and, in my experience, don't add clarity, just
clutter.1 parent 66259ff commit 1ea1bea
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | | - | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
126 | 129 | | |
127 | 130 | | |
128 | 131 | | |
| |||
0 commit comments