Differentiate Module and Object level fields in Module definition #86
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently, Module and Object level fields are mixed up in the Record definition. We should separate them.
Example:
wibox
, as a Module has a fieldwidget
that is a reference to thewibox.widget
Module.wibox
instance has awidget
field that is the wibox's content.Both fields share the same name and shouldn't be mixed because their types aren't exactly the same thing.
Also, we don't want Teal to hint fields that aren't part of the currently manipulated resource.