-
Notifications
You must be signed in to change notification settings - Fork 0
Refactor of invoker compile and run pipeline #18
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 20 out of 20 changed files in this pull request and generated 1 comment.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 20 out of 20 changed files in this pull request and generated 1 comment.
Comments suppressed due to low confidence (2)
invoker/testdata/files/binary/7/source.cpp:5
- Reducing the vector size from 100000000 to 50000000 may affect behavior if the original size was critical. Please verify that this change meets the intended resource constraints for interactive problems.
std::vector<int> s(50000000);
invoker/job.go:23
- Renaming the public method from 'DeferFunc' to 'deferFunc' alters its export status. Confirm that this change is intentional and that external code does not depend on the previous capitalization.
func (j *Job) deferFunc() {
| ) | ||
|
|
||
| const ( | ||
| checkResultFileArg = "-appes" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Эта штука тут лишняя, но оно будет изменено в следующем PR
We need this refactoring to support interactive problems in future