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
Describe the bug
The regular expression for a file:line:column "([a-z0-9-]+\.ad[bs]):(\d+):(\d+)" only works if the standard GNAT convention is used, as soon as there are upper case letters, it won't match, so spat.py will not show anything.
Also, the original expression totally missed that we could have underscores in file names.
The text was updated successfully, but these errors were encountered:
Describe the bug
The regular expression for a file:line:column
"([a-z0-9-]+\.ad[bs]):(\d+):(\d+)"
only works if the standard GNAT convention is used, as soon as there are upper case letters, it won't match, sospat.py
will not show anything.Also, the original expression totally missed that we could have underscores in file names.
The text was updated successfully, but these errors were encountered: