- Develoop: Wrap text printed to the rich develoop
- Develoop: Remove hrepr dependency
- Better file watching for unnormalized source filenames
Add pre- and post-run callback support
Fix the -m option to take remainder arguments
Make the watchdog dependency less strict
- Change the develoop command line interface
- Turn off using the code cache when shifting line numbers (it's buggy)
Fix develoop on methods.
Add the "develoop", an optional live development system.
Bugfix
- Improve file watching, which should fix issues with vi and other editors.
- Add
--poll <INTERVAL>
.
Fix a bug with sys.path
resolution.
Fix to a dependency.
Move some internal functionality to a new codefind
package so it can be used separately.
Fix bugs in function collection and the way existing functions or objects accept new code.
Updated the methodology for finding the functions to patch. The new method is a bit less performant, but it is more thorough.
Added an --interactive
or -i
flag to the CLI to automatically go into the interpreter after running a script.
Added a --debounce
flag to the CLI, defaulting to 0.05s, to improve the behavior of jurigged in the case where a file is changed multiple times in a small time interval.