-
Notifications
You must be signed in to change notification settings - Fork 3
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
Make build tools more robust #190
Conversation
"." + | ||
this.number[this.match]; | ||
if (m[1].endsWith("isec")) { | ||
m[3] += "." + this.number[this.match]; |
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.
This is the main change of this PR: Insert a dot between an Appendix B entry name and the number that ensures uniqueness.
!m[1].startsWith("sub") && | ||
m[1].endsWith("isec") && | ||
!this.toc[m[1]] | ||
try { |
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.
New try-catch block around (most of) this function's body.
out.write( | ||
outline.replace( | ||
/##([A-Za-z0-9.]+)\]/g, | ||
try { |
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.
New try-catch block around (most of) this function's body.
Merge this before the next OData-CSDL publication in order to avoid anchor naming conflicts between TOC and Appendix B.