Skip to content

UniversalConstruct and describeConstable() need to figure out annotations #43

Description

@ljnelson

Right now there's no good way to make UniversalAnnotation be Constable according to the rules.

So it follows that a UniversalConstruct's annotations are derivative as far as Constable is concerned.

So if the collection of annotations contains one synthetic annotation, then we should probably just convert all the others to synthetics as well. Those are Constable and can reliably be Constable.

So then UniversalConstruct can just say, well, if there aren't any synthetics in the annotations collection when it's time to puke out a nominal descriptor, we just ignore them. Then the constructor will reconstitute the non-synthetics on thaw. If there is at least one synthetic, then convert everything to synthetics (any problems incurred by synthetics will exist anyway).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

annotationsAnnotation-related issuesenhancementNew feature or request

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions