DevOps-MBSE / AaC

Prototype Arch-as-Code
https://devops-mbse.github.io/AaC/
MIT License
28 stars 8 forks source link

added error raise when list field recieves a non list item. #820

Closed bunchw closed 5 months ago

bunchw commented 5 months ago

Description

Includes a language error raise when a non-list is given to a command that expects a list.

Linked Items:

Closes/Fixes/Resolves #769 Closes #790

Added

Changed

Deprecated

Removed

Fixed

Security

Checklist:

lizzcondrey commented 5 months ago

Make sure you merge in main and bump version

lizzcondrey commented 5 months ago

Remember to update the project and milestone pieces for having it properly link up and display within the board.

lizzcondrey commented 5 months ago

Since we made this modification within the check_aac_impl, I think it would be worth adding to the check unit test for evaluating this handling. Especially since it doesn't have any bad path testing included yet.