Pavel Korolev

Results 51 comments of Pavel Korolev

* Wrap functions in `try{}catch(...){}` for exception interception * Accept foreign types for overloaded function for dispatch (export mangled name for direct calls too)

Yes. `bodge-*` systems are undergoing migration to new claw API and I didn't recompiled blobs yet. Please, use quicklisp version.

Unfortunately, support for PowerPC isn't planned for `claw` at the moment. Version of `claw` in Quicklisp is likely to be https://github.com/borodust/claw-legacy, but, as far as I remember, `gamekit` uses bindings...

`trivial-gamekit` should use bindings generated by new `claw` as far as I remember. To reiterate, with new `claw` once the bindings generated, there's no dependency on `claw` itself. Wrappers use...

As for `ppc` support in general, no plans so far, but I'll look into it in the future. Might not be hard to add it - that depends heavily on...

I've looked into the problem. Unfortunately, to enable this specific edge-case with define that is actually a pointer (to a function) `libresect` requires a very hairy code. The main reason...

Thanks for the report. This system is going through [huge refactoring](https://borodust.org/2020/06/12/claw-honing/) at the moment. I might look into the issue later, but I don't have access to LispWorks implementation, so...

This is extremely helpful observation! Thank you. I'll try it out and add to docs as soon as I get back to `claw`. Maybe I'll also just patch `libclang`, because...

It is probably in a newer version of Nuklear than the wrapped one. If you are using nanovg-based renderer, there's a function there to calculate text bounds. If you are...