Daniel Holden

Results 117 comments of Daniel Holden

There is some documentation on https://libcello.org/ but I think that is more or less it in terms of documentation. Good luck! 👍

I don't think there are functions to do it right now in Cello but in theory it should be possible to de-register a pointer with one thread's GC and then...

Thanks this looks great :+1: Can you put it behind another processor flag as well as `__clang__`? Some people may either be using clang already with nested functions or not...

Are you interested in using clang blocks for your own project? I can merge this in if there is some interest - just need to add an extra pre-processor flag...

You can use clang with LuaAutoC you just need to have separate declaration and registration functions as mentioned in the FAQ under "nested functions": https://github.com/orangeduck/LuaAutoC#faq but yes in general in...

Nice! I don't know what the error before was but I guess perhaps Emscripten doesn't like the GC scanning the stack...

Hi @vncastanheira, what is the line where it gives this error? Perhaps you have declared that a function is taking an argument type of `void`.

Yes, you can avoid the lua wrapping code and just use `birdie_index` and `birdie_newindex` in the global namespace if you like. The wrapper code is just to make the Lua...

Yeah this would be great. Probably not too difficult to add in either.

Hi all. I've made some progress on this issue. In fact I have a protoype or sorts working but it depends on various changes to the core. I'll probably upload...