New
v0.16.5
What's Changed
Other Changes
- Fix
undefined identifiererror for generic instance used as bind target by @taichi-ishitani in https://github.com/veryl-lang/veryl/pull/1897 - fix unexpected
mismatch_generics_arityerror by @taichi-ishitani in https://github.com/veryl-lang/veryl/pull/1899 - Fix wrong emittion including import declaration with generic package by @taichi-ishitani in https://github.com/veryl-lang/veryl/pull/1902
- Set valid column value to comment tokens by @taichi-ishitani in https://github.com/veryl-lang/veryl/pull/1911
- Fix unexpected syntax error on
{{{by @taichi-ishitani in https://github.com/veryl-lang/veryl/pull/1914 - Fix panic on emitting
binddeclaration by @taichi-ishitani in https://github.com/veryl-lang/veryl/pull/1917 - Fix local build version detection by @dalance in https://github.com/veryl-lang/veryl/pull/1919
- Fix the issue that filelist does not include SV files containing
embeddeclaration only by @taichi-ishitani in https://github.com/veryl-lang/veryl/pull/1923 - Fix emittion of
importdeclaration ingenerateblock by @taichi-ishitani in https://github.com/veryl-lang/veryl/pull/1924 - Fix wrong unaliasing logic by @taichi-ishitani in https://github.com/veryl-lang/veryl/pull/1929
- Fix unexpected moved comment around import declaration by @dalance in https://github.com/veryl-lang/veryl/pull/1928
- Fix lsp panic by @dalance in https://github.com/veryl-lang/veryl/pull/1930
- Remove duplicated new lines around import declaration by @dalance in https://github.com/veryl-lang/veryl/pull/1932
- Fix emitting identifier with duplicated project prefix by @taichi-ishitani in https://github.com/veryl-lang/veryl/pull/1936
- Fix emitting member reference of const struct by @taichi-ishitani in https://github.com/veryl-lang/veryl/pull/1938
- Do
unassign_variablewith 1st assignment only by @taichi-ishitani in https://github.com/veryl-lang/veryl/pull/1940 - Fix value evaluation with overflow by @dalance in https://github.com/veryl-lang/veryl/pull/1942
- Fix lsp panic by @dalance in https://github.com/veryl-lang/veryl/pull/1943
- Add InvalidResetNonElaborative to lsp temporary ignore error by @dalance in https://github.com/veryl-lang/veryl/pull/1944
- Add mutex for conflictable tests by @dalance in https://github.com/veryl-lang/veryl/pull/1946
- Update codspeed by @dalance in https://github.com/veryl-lang/veryl/pull/1948
Full Changelog: https://github.com/veryl-lang/veryl/compare/v0.16.4...v0.16.5