7 Commits

Author SHA1 Message Date
7afc0e4a9c debugger; add note about less overhead version 2022-06-06 15:30:32 -07:00
092fd90a3a debugger; add credits to notes 2022-06-06 15:11:00 -07:00
ef0770fe45 add original todo notes from @keymaster- 2022-06-06 15:08:37 -07:00
7469b76fb7 debugger; update notes 2022-06-06 15:04:29 -07:00
3454ae0465 initial debugger commit - most work contributed by @KeyMaster- as part of luxe engine! 2022-06-06 14:56:07 -07:00
f23c82071a Don't allow calling the root fiber.
The VM used to not detect this case. It meant you could get into a
situation where another fiber's caller had completed. Then, when it
tried to resume that fiber, the VM would crash because there was nothing
to resume to.

This is part of thinking through all the cases around re-entrancy. Added
some notes for that too.
2018-07-21 10:02:29 -07:00
c367fc3bfc Get logical imports in "wren_modules" working.
There's a lot of changes here and surely some rough edges to iron out.
Also, I need to update the docs. But I want to get closer to landing
this so I can build on it.
2018-07-15 20:09:41 -07:00