Don Inghram

Results 25 comments of Don Inghram

Just to clarify, ChaiScript does compare objects after they are destroyed with switch statements as my original demo script above demonstrates. My latest pull request fixes the bug. Have you...

Have you had a chance to look at this? Switch statements can compare objects after they are destroyed. You were right, this doesn't happen when operator== is called, but it...

Have you had a chance to look at this? Switch statements can compare objects after they are destroyed. You were right, this doesn't happen when operator== is called, but it...

If you look at the diffs on the pull request, they look pretty crazy, because they are comparing to the previous pull request, which I undid. If you compare to...

For anyone looking for a poor-man's version of class inheritance in ChaiScript, check out this [link](https://www.serenacentral.com/blogs/entry/sbm-modscript-part-12-class-inheritance). "ModScript" is just what we call ChaiScript in Micro Focus SBM. The script suggestions...

Hi, Rob. The current Develop branch cannot seem to compile with Visual Studio 2017 15.8.8 with /std:c++17 and /permissive- due to the usage of constexpr that doesn't seem to work:...

Great, looking forward to it. Don On Fri, Dec 28, 2018, 11:48 AM Jason Turner wrote: > Even with the constexpr changes in place there still one more compiler bug...

The problem is that Windows forcibly kills the threads while the DLL is being unloaded. By the time the destructor is invoked, the threads are not running, so they will...

This seems to work to prevent the threadpool from keeping the application from closing. It does not prevent Windows from terminating the threads in an unexpected way, I don't know...

@paskal @aathan How do we get this merged? I do not have privilege to do so.