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
unknown_membererror reported for struct defined in SV by @taichi-ishitani in https://github.com/veryl-lang/veryl/pull/2116 - Fix invalid testcases by @dalance in https://github.com/veryl-lang/veryl/pull/2124
- Fix panic when dependency path does not exist by @dalance in https://github.com/veryl-lang/veryl/pull/2135
- Fix inline union construction by @MurakamiShun in https://github.com/veryl-lang/veryl/pull/2129
New Contributors
- @hota1024 made their first contribution in https://github.com/veryl-lang/veryl/pull/2139
Full Changelog: https://github.com/veryl-lang/veryl/compare/v0.17.1...v0.17.2