You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix: Correct ValueError message for invalid ABI version
The error message raised in `pybricksdev.compile.compile_file` when an
unsupported ABI version was provided incorrectly stated "mpy_version must be 5".
This has been corrected to "mpy_version must be 5 or 6" to accurately
reflect the supported ABI versions.
A new test case (`test_compile_file_invalid_abi`) has been added to
`tests/test_compile.py` to verify that the correct ValueError and
message are raised for invalid ABI versions.
0 commit comments