-
Notifications
You must be signed in to change notification settings - Fork 14
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
Replicate specification of Object extension into Storage Root extensi… #583
Conversation
…ons section Resolves: #557
sub-directories other than extension sub-directories. Extension sub-directories | ||
<span id="W016">SHOULD</span> be named according to a <a>registered extension name</a>. The specific | ||
structure and function of the extension, as well as a declaration of the registered extension name | ||
<span id="E113">MUST</span> be defined in one of the following locations: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Personally, I would not include E113
. It is impossible to enforce.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I agree that we should drop E113
-- the "structure and function part" is not enforceable, and the notion of it being a registered name overlaps with the warning W016
. (This also applies in the object extensions section for E068
and W013
.)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I note this has tons of overlap with #565, will propose approach there. I think we could move forward with this PR (addressing the replication issue alone) by simply removing the text from the E113
sentence onward.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will need reworking in Markdown when #596 merged
Superseded by: #607 |
…ons section
Resolves: #557