#1102 storagemanager does not work with global contexts
Reporter
Zash
Owner
Nobody
Created
Updated
Stars
★ (1)
Tags
Priority-Medium
Type-Defect
Status-Accepted
Zash
on
What steps will reproduce the problem?
core.storagemanager.open(nil, "stuff", "keyval")
core.storagemanager.open("*", "stuff", "keyval")
Neither of these work. First because of 90a4790c2329 but in general because storage modules aren't global/shared modules.
What is the expected return?
Should this work?
How should it work?
Where should the storage module be loaded?
What steps will reproduce the problem? core.storagemanager.open(nil, "stuff", "keyval") core.storagemanager.open("*", "stuff", "keyval") Neither of these work. First because of 90a4790c2329 but in general because storage modules aren't global/shared modules. What is the expected return? Should this work? How should it work? Where should the storage module be loaded?