-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This is a major refactoring of hot code reloading. It now behaves much better, finds the origin of the exceptions much deeper in the traceback, but only reloads within the scope of the module. It handles class instantiations, class methods, lambdas, and soon module-level functions. There's no limit to how deep the exception is in the call stack, as long as it can be traced back to the module's underlying function.
- Loading branch information
1 parent
9e7bce8
commit cb15829
Showing
4 changed files
with
246 additions
and
201 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.