https://gist.github.com/crazymonkyyy/f3d40f5b7c0454bfaa118d5a73a3fe1c
dlopen is one of the functions not really documented in core, its api really sucks. This section of d could use some love.
Thread overview | |||||
---|---|---|---|---|---|
|
15 hours ago hot reloading code gist | ||||
---|---|---|---|---|
| ||||
https://gist.github.com/crazymonkyyy/f3d40f5b7c0454bfaa118d5a73a3fe1c dlopen is one of the functions not really documented in core, its api really sucks. This section of d could use some love. |
13 hours ago Re: hot reloading code gist | ||||
---|---|---|---|---|
| ||||
Posted in reply to monkyyy | On Fri, May 16, 2025 at 01:03:46AM +0000, monkyyy via Digitalmars-d wrote: > https://gist.github.com/crazymonkyyy/f3d40f5b7c0454bfaa118d5a73a3fe1c > > dlopen is one of the functions not really documented in core, its api really sucks. This section of d could use some love. dlopen is a POSIX call. It sux because it's an OS C API, and there's nothing we can do about it. T -- Bomb technician: If I'm running, try to keep up. |
7 hours ago Re: hot reloading code gist | ||||
---|---|---|---|---|
| ||||
Posted in reply to H. S. Teoh | On Friday, 16 May 2025 at 03:18:38 UTC, H. S. Teoh wrote: >dlopen is a POSIX call. It sux because it's an OS C API, and there's nothing we can do about it. We do have |