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
spongehah opened this issue
Jul 17, 2024
· 2 comments
Labels
A-ffiArea: ffi (C API)C-choreCategory: chore. a general chore or maintenance task.E-easyEffort: easy. A task that would be a great starting point for a new contributor.
When I delete the header file under capi/include, run the command:
(base) spongehah@MacBook capi % ./gen_header.sh
cp: /Users/spongehah/Document/src/hyper/capi/include/hyper.h: No such file or directory
rm: /Users/spongehah/Document/src/hyper/capi/include/hyper.h.backup: No such file or directory
The text was updated successfully, but these errors were encountered:
As I look through the script again, I see it creates a backup to be able to diff them, if you passed --verify (which is what we used in CI). I suppose the script could be modified to only create a backup if --verify was passed.
As I look through the script again, I see it creates a backup to be able to diff them, if you passed --verify (which is what we used in CI). I suppose the script could be modified to only create a backup if --verify was passed.
I just want to verify that the script works
seanmonstar
added
E-easy
Effort: easy. A task that would be a great starting point for a new contributor.
A-ffi
Area: ffi (C API)
C-chore
Category: chore. a general chore or maintenance task.
and removed
C-bug
Category: bug. Something is wrong. This is bad!
labels
Oct 22, 2024
A-ffiArea: ffi (C API)C-choreCategory: chore. a general chore or maintenance task.E-easyEffort: easy. A task that would be a great starting point for a new contributor.
When I delete the header file under
capi/include
, run the command:The text was updated successfully, but these errors were encountered: