@Almenon if you'd like to give it a spin before I push it that would be cool. Otherwise I'll probably release it sometime tomorrow or the next day if I don't find anything glaringly wrong.
It's working really nice. Very smooth now that it doesn't need to save to the file for hot mode. I had to go a different route then you suggested for that because my parsing script requires an actual file on disk to target. But thanks for #11 anyways 🍻
Sure, i'll take a look at it tomorrow morning. In the meantime can you check if arepl opens on linux? I got a user saying it fails for him on ubuntu gnome :/
@Almenon if you'd like to give it a spin before I push it that would be cool. Otherwise I'll probably release it sometime tomorrow or the next day if I don't find anything glaringly wrong.
It's working really nice. Very smooth now that it doesn't need to save to the file for hot mode. I had to go a different route then you suggested for that because my parsing script requires an actual file on disk to target. But thanks for #11 anyways 🍻
V0.3.0 changes:
hot reloading now on by default
refactored wolf.py tracing script
refactored activation function
add tempfile creation util
updated line trace interface type
implemented a no auto-save hot reloader
improved hot mode warning
refactored initialization and stop functions
includes fixes for issues #10, #13, and #14