The Phantom Derpstorm

Results 206 comments of The Phantom Derpstorm

Please pull from the _develop_ branch of `Rapptz/sol` (you're currently using the `master` branch) to get more updated features, or use the experimental version 2 of the library [here](https://github.com/ThePhD/sol2).

Yes. sol2 is no longer experimental and has support for the features you're looking for.

I can start on this by setting up a function pointer to be called on lua_atpanic. Since it's coupled to the lua_State, it can be passed into the constructor for...

@starwing As a quick question, do you use `-fno-exceptions` or is it just your codebase policy to never `try/catch` and still have them on? I ask because this (http://stackoverflow.com/questions/7249378/disabling-c-exceptions-how-can-i-make-any-std-throw-immediately-terminate) says...

Preliminary support. I do not have the mechanism for having a "error message handler", but I believe I would add functionality to add that kind of trampoline to `sol::function`. Right...

Custom handling seems to work in #62. But, in order to make this work with handlers there's a wee bit of extra overhead (to set the special handler). Should probably...

Hey, thanks for the PR! I fixed this in my develop branch of `sol`, waiting to be PRd at #62. Currently, the original author seems really busy, so it might...

Curiously enough, has the demangling ever actually failed? Not that this will affect if this should be accepted or not, I'm just genuinely curious (e.g. under which conditions would this...

I failed to reproduce the crash. That is, it works for me with gcc 4.8 and 4.9. Have yet to try clang.

It's much easier to link into the spot in the library for this. It would tell me which branch you're using where this is failing. The reason I point this...