-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Coverage check fails due to case-sensitivity #562
Comments
The specification shouldn't be case-sensitive, but I also don't really like that For Ada the compiler shows the following for a similar case:
|
A warning is easily ignored. I think we should got further and adopt something different than case insensitivity. Once you used an identifier with a specific casing, using it with a different casing is an error (don't know how this is called - "case preservation"?). |
That sounds even better. I think the verification should still be case-insensitive to avoid subsequent errors and therefore I have created a separate issue for enforcing "case preservation": #563. |
Ref. #562, eng/recordflux/RecordFlux#1506
Will be fixed in the 0.19.0 release. |
The following spec fails only due to
f2
being lower case:The text was updated successfully, but these errors were encountered: