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
{{ message }}
This repository has been archived by the owner on Jan 5, 2021. It is now read-only.
When specifying a maxIdentifierLength through the IdentifierSettings feature of the c code generator, the resultant code base is not human-readable in case the name scramber reaches its last escalation stage, i.e. generates hashed names. In any case, we should generate comments that provide the untruncated method names.
The text was updated successfully, but these errors were encountered:
nyssen
changed the title
The (optional) name scrambling used by c code generator is not usable because of missing comments.
The (optional) name scrambling used by c code generator leads to unreadable code because of missing comments.
Nov 25, 2015
It seems the definitions of methods contain respective comments, therefore resolving this as invalid (while the declarations do not provide respective comments).
When specifying a maxIdentifierLength through the IdentifierSettings feature of the c code generator, the resultant code base is not human-readable in case the name scramber reaches its last escalation stage, i.e. generates hashed names. In any case, we should generate comments that provide the untruncated method names.
The text was updated successfully, but these errors were encountered: