florianschanda / miss_hit

MATLAB Independent, Small & Safe, High Integrity Tools - code formatter and more
GNU General Public License v3.0
158 stars 21 forks source link

test dup_lib_2 failing on Python 3.6.9 #251

Closed BrunoSalami closed 2 years ago

BrunoSalami commented 2 years ago
--- a/tests/projects/dup_lib_2/output.txt
+++ b/tests/projects/dup_lib_2/output.txt
@@ -1,20 +1,20 @@
 === STYLE ===
-In foo_lib/miss_hit.cfg, line 1
+In bar_lib/miss_hit.cfg, line 1
 | library "lib_a" {}
-|         ^^^^^^^ error: duplicate definition, previous definition at bar_lib/miss_hit.cfg:1
+|         ^^^^^^^ error: duplicate definition, previous definition at foo_lib/miss_hit.cfg:1
 MISS_HIT Style Summary: 3 file(s) analysed, 1 error(s)
 === LINT ===
-In foo_lib/miss_hit.cfg, line 1
+In bar_lib/miss_hit.cfg, line 1
 | library "lib_a" {}
-|         ^^^^^^^ error: duplicate definition, previous definition at bar_lib/miss_hit.cfg:1
+|         ^^^^^^^ error: duplicate definition, previous definition at foo_lib/miss_hit.cfg:1
 MISS_HIT Lint Summary: 3 file(s) analysed, 1 error(s)
 === METRICS ===
-In foo_lib/miss_hit.cfg, line 1
+In bar_lib/miss_hit.cfg, line 1
 | library "lib_a" {}
-|         ^^^^^^^ error: duplicate definition, previous definition at bar_lib/miss_hit.cfg:1
+|         ^^^^^^^ error: duplicate definition, previous definition at foo_lib/miss_hit.cfg:1
 MISS_HIT Metric Summary: 3 file(s) analysed, 1 error(s)
 === TRACING ===
-In foo_lib/miss_hit.cfg, line 1
+In bar_lib/miss_hit.cfg, line 1
 | library "lib_a" {}
-|         ^^^^^^^ error: duplicate definition, previous definition at bar_lib/miss_hit.cfg:1
+|         ^^^^^^^ error: duplicate definition, previous definition at foo_lib/miss_hit.cfg:1
 MISS_HIT Trace Summary: 3 file(s) analysed, 1 error(s)
florianschanda commented 2 years ago

@BrunoSalami I really believe this is fixed now; but it would be helpful if you could confirm independently.

BrunoSalami commented 2 years ago

confirmed! (I ran make test which is where I think this must have happened and everything passes now)