Something went wrong while setting issue due date.
lib: layers do not have userdata
Problem
Since layers have no userdata, it's not possible for modules to provide any context (i.e. data structure for hints), so the modules have to use global variables.
Expected outcome
-
EDIT: it's there, but it is used for contextknot_layer_t
has user userdata pointer -
reimplement overlay in resolution context, change layer structure to contain an owner pointer (libknot)
- this depends on #15 (closed)
-
hints
module is rewritten to use it - resolution context accepts layers not modules
-
document this change in
modules/README.md