You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, header generation generates some weird broken header (with wrong types, for example), or doesn't regnerate the header(s) at all, even though the C library is rebuilt.
Example:
git clone https://github.com/xiph/rav1e/
cd rav1e && cargo cinstall --prefix=whatever
vim src/capi.rs and add a function or something
cargo cinstall --prefix=/whatever
Header is wrong.
If I run, e.g. git clean -fdx an then re-run cinstall, the header is generated correctly.
The text was updated successfully, but these errors were encountered:
We'd need to investigate why this happens though since in theory changing a file should trigger a rebuild in cargo and the rebuild should provide a different build info. If you could act as second brain here is where the bug could possibly be.
Right now, header generation generates some weird broken header (with wrong types, for example), or doesn't regnerate the header(s) at all, even though the C library is rebuilt.
Example:
git clone https://github.com/xiph/rav1e/
cd rav1e && cargo cinstall --prefix=whatever
vim src/capi.rs
and add a function or somethingcargo cinstall --prefix=/whatever
If I run, e.g.
git clean -fdx
an then re-runcinstall
, the header is generated correctly.The text was updated successfully, but these errors were encountered: