Jeong, YunWon
Jeong, YunWon
No idea how they are related, but re-running CI doesn't fix it.
I have problem from large size closed source project. If I can print the error causing type names, it will be helpful to make a smaller reproducer.
Getting more idea about the problem. clang version: Apple clang version 16.0.0 (clang-1600.0.26.3) I added `.blocklist_type("std::__1::tuple.*")` to block tuple because it was not successfully generated. When I use `std::tuple` directly,...
And it is not that simple. The below is working input: t.hpp ```c++ template class A { T raw; }; template class B { T raw; }; class X {...
Are you running `rustpython` binary or rustpython as a library? For the latter use case, please check your PySettings have correct path. We removed default path `.`.
ah... we have to bundle not only the binary but also the libraries. Could you download `Lib` directory from the repository?
Hello! RustPython currently doesn't support ctypes well. Is ctypes mandatory to run xonsh? Then, unfortunately, it will not work very well
The changes look good in general. do you have any idea why the windows test is broken?
Thank you! I opened issue #13687, and linked patch for rich there.