This repository has been archived by the owner on May 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Versioning doesn't allow for differing documentation #75
Labels
Comments
Another common example of this is enum values differing between API versions:
|
erunion
changed the title
Representation versioning doesn't allow for differing documentation
Versioning doesn't allow for differing documentation
Nov 10, 2018
Trying to do the above example with enum reductions isn't going to work. Maybe the best bet is just to force the developer to copy documentation from one version to another?
That feels like a huge burden though. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Problem stems from us storing representation data in an identifier-keyed array when parsing it out in the
RepresentationParser
.The text was updated successfully, but these errors were encountered: