autocxx icon indicating copy to clipboard operation
autocxx copied to clipboard

Add stress test.

Open adetaylor opened this issue 2 years ago • 3 comments

generate_all! for #include <string>.

adetaylor avatar Mar 14 '22 15:03 adetaylor

After fixing #923, next problem is generated C++ code that doesn't compile due to using lots of _bindgen_ty types which don't actually exist.

bsilver8192 avatar Mar 17 '22 05:03 bsilver8192

I see at least four different bugs when trying to build this (at least on OS X). At some point in the future I'll aim to run each one through the reduction pipeline to come up with a reduced test case.

adetaylor avatar Mar 21 '22 16:03 adetaylor

Working through #1069 should allow us eventually to land this.

adetaylor avatar Apr 24 '22 21:04 adetaylor