Open ctaggart opened 4 years ago
Sorry for the massive lag here. I can try to creduce on my desktop a bit more if I find the time. Sometimes creduce seems to get stuck and skipping some passes help substantially.
Great! I just pushed the latest https://github.com/ctaggart/octh/blob/octh38/__bindgen.ii from the Azure VM running creduce. It is down to 1819 lines.
There are 7 layout tests failing for my Octave bindings on Linux. https://github.com/ctaggart/octh/issues/38
I'm not sure if it is released by
diary_stream
was also mentioned in #1051.Input C/C++ Header
I've been reducing it for the the last couple of weeks on a small VM in Azure. Unfortunately, it may take 3 more months to reduce down completely at the current rate. It is at 2210 lines. I'm committing progress of the creduce here https://github.com/ctaggart/octh/pull/41:
https://github.com/ctaggart/octh/blob/octh38/__bindgen.ii
Bindgen Invocation
creduce ./issue/octh38.sh __bindgen.ii
https://github.com/ctaggart/octh/blob/octh38/issue/octh38.sh
https://github.com/ctaggart/octh/blob/octh38/build.rs#L16-L29