What's Changed
New Features π
- Support relative path dependency by @dalance in #1099
- Apply ifdef attributes in statement block by @taichi-ishitani in #1136
- Add mux/demux modules to std library by @taichi-ishitani in #1148
- Support port default value by @taichi-ishitani in #1164
Other Changes
- Stabilize filelist order by @dalance in #1104
- Fix unexpected member resolution error by @taichi-ishitani in #1107
- Add RgGen to
Related Projects
section by @taichi-ishitani in #1111 - Fix unknown member error on generic interface by @taichi-ishitani in #1115
- Fix mis-indent of case item with comment by @dalance in #1117
- Fix panic with explicit clock and implicit reset by @dalance in #1116
- Restrict use of anonymous identifier by @taichi-ishitani in #1124
- Introduce separator checker by @taichi-ishitani in #1129
- Fix panic on
check_var_ref
checker by @taichi-ishitani in #1130 - Fix unexpected enum variant resolution by @taichi-ishitani in #1134
- Remove trailing comma from concatenation and array literal by @taichi-ishitani in #1135
- Fix issue that
generic_references
are unexpectedly cleared by @taichi-ishitani in #1138 - Fix unexpected identifier emittion by @dalance in #1143
- Merge
create_type_dag
handler withcreate_reference
handler by @taichi-ishitani in #1147 - Implement variable assignment check in function call by @taichi-ishitani in #1152
- Refactor
msb
check and emittion by @taichi-ishitani in #1154 - Fix issue that
unassign_variable
error is reported many times unexpectedly by @taichi-ishitani in #1157 - Fix ambiguous error message for
invalid_assignment
error by @taichi-ishitani in #1159 - Remove analyzer error from benchmark by @dalance in #1168
- Raise error for package referecne before defnition by @taichi-ishitani in #1170
- Change build status with warnings to success by @dalance in #1179
- Temporarily disable port default value for function by @taichi-ishitani in #1181
Full Changelog: v0.13.3...v0.13.4