-
Notifications
You must be signed in to change notification settings - Fork 127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix undefined reference #465
Conversation
DonggeLiu
commented
Jul 11, 2024
•
edited
Loading
edited
- Add the header file of the function-under-test in the code generation prompt.
- Add the header file or source code file of the missing function in the code fixing prompt (C projects mostly).
- Related instructions.
5f49c76
to
1cbb1c1
Compare
/gcbrun exp -n dg |
/gcbrun exp -f -n dg |
/gcbrun exp -f -ns 10 -nf 5 -n dg |
/gcbrun exp -f -ns 10 -nf 5 -n dg |
2 similar comments
/gcbrun exp -f -ns 10 -nf 5 -n dg |
/gcbrun exp -f -ns 10 -nf 5 -n dg |
5340eb6
to
d9b042e
Compare
/gcbrun exp -f -ns 10 -nf 5 -n dg |
1 similar comment
/gcbrun exp -f -ns 10 -nf 5 -n dg |
/gcbrun exp -f -ns 10 -nf 5 -n dg-1 |
1 similar comment
/gcbrun exp -f -ns 10 -nf 5 -n dg-1 |
Strange that this works locally but not on the server:
|
/gcbrun exp -f -i -ns 10 -nf 5 -n dg-2 |
/gcbrun exp -f -i -ns 10 -nf 5 -n dg-3 |
3c98ad2
to
5264587
Compare
/gcbrun exp -n dg |
/gcbrun exp -n dg-4 |
5264587
to
3353a29
Compare
This reverts commit 5264587.
/gcbrun exp -f -i -ns 10 -nf 5 -n dg-3 |
This reverts commit b34e40e.
/gcbrun exp -f -i -ns 10 -nf 5 -n dg-4 |
/gcbrun exp -f -i -ns 10 -nf 5 -n dg-5 |
/gcbrun exp -f -i -ns 10 -nf 5 -n dg |
Increase build rate of:
|
Some other improvements:
Other than these, this PR is in a good shape as a 1st iteration. |