-
Notifications
You must be signed in to change notification settings - Fork 12
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
use standard requirements language #30
Comments
I believe that is the intention. If there are examples that don't fit this then please report a specific bug or raise a PR. |
There are lowercase "will", "must" and "may", but I could not find any instance of capitalised MUST/SHOULD/MAY in the spec. |
OK, if this is about capitalization that's fine. I thought you meant there was general misuse of the words. |
No no, I haven't detected any misuse :-) I'm just suggesting that the prose clearly distinguishes a) what is a requirement from what isn't, and b) the requirement level. This way there is no possible ambiguity in what behaviour is expected and whether a specific behaviour is to be considered mandatory or optional. |
The IETF RFC2119 defines terms for requirements and guidance statements. This commit changes the spec to adopt those terms, where relevant, and requires future contributions to comply with RFC2119. Fix FirmwareHandoff#30 Change-Id: Ia4cc7f44bcd4508025f30d2410e83802c6ec4a11
The IETF RFC2119 defines terms for requirements and guidance statements. This commit changes the spec to adopt those terms, where relevant, and requires future contributions to comply with RFC2119. Fix FirmwareHandoff#30 Change-Id: Ia4cc7f44bcd4508025f30d2410e83802c6ec4a11 Signed-off-by: Jose Marinho <jose.marinho@arm.com>
The IETF RFC2119 defines terms for requirements and guidance statements. This commit changes the spec to adopt those terms, where relevant, and requires future contributions to comply with RFC2119. Fix FirmwareHandoff#30 Change-Id: Ia4cc7f44bcd4508025f30d2410e83802c6ec4a11 Signed-off-by: Jose Marinho <jose.marinho@arm.com>
The IETF RFC2119 defines terms for requirements and guidance statements. This commit changes the spec to adopt those terms, where relevant, and requires future contributions to comply with RFC2119. Fix FirmwareHandoff#30 Change-Id: Ia4cc7f44bcd4508025f30d2410e83802c6ec4a11 Signed-off-by: Jose Marinho <jose.marinho@arm.com>
Using RFC2119 terms would make it easier to grasp the level of requirements when implementing and/or testing the spec.
The text was updated successfully, but these errors were encountered: