sv2v/src
Zachary Snow 2f860ff220 fix trivial hash collisions
Data.Hashable can produce hashes differing little in their upper bits if
only the last character of the string is changed. Because we were using
the upper bits of the hash in shortHash, this could lead to avoidable
hash collisions. This change includes minor simplification optimizations
which surfaced this collision in the existing struct_ident_scope test.
2021-07-07 20:14:11 -04:00
..
Convert fix trivial hash collisions 2021-07-07 20:14:11 -04:00
Language fix trivial hash collisions 2021-07-07 20:14:11 -04:00
Convert.hs handle naming and scoping of unnamed generate blocks 2021-06-30 14:24:35 -04:00
Job.hs add ability to --pass-through input without conversion 2021-06-25 11:05:49 -06:00
sv2v.hs add ability to --pass-through input without conversion 2021-06-25 11:05:49 -06:00