New
v0.17.2
What's Changed
New Features π
- Add Zed editor support by @hota1024 in https://github.com/veryl-lang/veryl/pull/2139
Other Changes
- Fix wrong
invalid_factorerror by @taichi-ishitani in https://github.com/veryl-lang/veryl/pull/2090 - Remove clone from item gather converter by @dalance in https://github.com/veryl-lang/veryl/pull/2095
- Fix analyze error and wrong emission related to functions with modport args by @taichi-ishitani in https://github.com/veryl-lang/veryl/pull/2092
- Introduce literal_table by @dalance in https://github.com/veryl-lang/veryl/pull/2100
- Fix the issue that modport default members may not be linked by @taichi-ishitani in https://github.com/veryl-lang/veryl/pull/2102
- Fix clippy error caused by Rust 1.92.0 by @dalance in https://github.com/veryl-lang/veryl/pull/2105
- Fix emitter panick when const reference via package is used as generic arg by @taichi-ishitani in https://github.com/veryl-lang/veryl/pull/2107
- Use
sourcesinstead ofsourcein default TOML by @dalance in https://github.com/veryl-lang/veryl/pull/2112 - Fix error reported for struct defined in SV by @taichi-ishitani in https://github.com/veryl-lang/veryl/pull/2116