Skip to content

Conversation

@grphil
Copy link
Collaborator

@grphil grphil commented Apr 15, 2025

We need this refactoring to support interactive problems in future

@grphil grphil requested review from Copilot and misha567889 April 15, 2025 17:31
Copy link

Copilot AI left a 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.

@grphil grphil requested a review from Copilot April 15, 2025 17:34
Copy link

Copilot AI left a 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"
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Эта штука тут лишняя, но оно будет изменено в следующем PR

@grphil grphil merged commit 1f23f2f into main Apr 18, 2025
2 checks passed
@misha567889 misha567889 deleted the dev/invoker/pipeline branch May 5, 2025 17:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants