-
Notifications
You must be signed in to change notification settings - Fork 85
Description
Blink is amazing, but I can see a couple issues right now:
-
Linked libraries. Many projects are designed in a modular way: executable and a bunch of libraries linked to it. Currently blink works only with compilation units linked directly to the executable;
-
Static storage duration data. After the first hot reload addresses of static variables are changed, and these variables seem contain zero-initialized data. Would be nice if these variables keep the old addresses. Currently I have no idea how to resolve this issue;
-
Sometimes blink and executable, blink is connected to, hang with the following message in terminal:
Finished compiling "c:\my_project\source\foo.obj" with code 0.
I'm trying to find the cause, but no success yet.
I'm working on these when I have some free time, so if you have any ideas, please, let me know.