hdl icon indicating copy to clipboard operation
hdl copied to clipboard

Code coverage improvements

Open Jacajack opened this issue 1 year ago • 0 comments

Following functionality needs more test coverage:

  • [x] #259
  • [x] for loops
  • [x] if statements
  • [x] conditional expressions
  • [ ] wire generics
  • [ ] generic binding type mismatch
  • [x] generic double bindings
  • [x] generic binding without value
  • [ ] basically everything in semantic_error.rs
  • [x] #263
  • [ ] ...

Jacajack avatar Nov 01 '23 19:11 Jacajack