ywwg / packingdb

A thing that helps me figure out what to pack.
GNU General Public License v3.0
0 stars 1 forks source link

custom contexts can't be prerequisites with explicit registration #9

Open ywwg opened 6 years ago

ywwg commented 6 years ago

due to prereqs being done at init() time, and custom context name isn't known yet. I don't really want to give up the init() pattern because it's really convenient, but I think the only solution to this would be to do just that.