Earlier quoted context omitted.
FWIW I think the project is quite cool even if you “only” manage to roll out the subsecond integration into popular ecosystem runtimes. Have you considered aiming at lower level dependencies that are even more ubiquitous? Like libc functions?
Yeah not sure why someone's first reaction to seeing 150ms Rust hot-patches is to call it BS and a "pain-in-the-ass." Tough crowd. We could aim lower, or make it entirely automatic. The first prototype was entirely automatic, but I realized that you definitely need to signal to the program to hot-reload. For code like: ```rust while true { let msg = io.poll(); } ``` you're now stuck because the program is hung on a s…
That’s fair that you only really need one call and so trying for ubiquitous interception is probably overkill.
Anyways I am quite excited to have a use case to try it out!