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
In the isa_validator.py, during the check for the Z extension, the Zk string is compliant but causes a syntax error. The reason is that when performing the lexicographical comparison, the Zk string has a length of 3, and accessing str[2] will trigger a 'string index out of range' error.
The text was updated successfully, but these errors were encountered:
In the isa_validator.py, during the check for the Z extension, the Zk string is compliant but causes a syntax error. The reason is that when performing the lexicographical comparison, the Zk string has a length of 3, and accessing str[2] will trigger a 'string index out of range' error.
The text was updated successfully, but these errors were encountered: