apowers313/magicpatch

%require should clear the module cache

Closed this issue · 1 comments

When running %require for a module that was already loaded, it hits the module cache and no changes are made. Instead, it should clear the module cache before loading the module.

Fixed in 0a4a713