Skip to content

Commit

Permalink
todo
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed May 22, 2024
1 parent 062868c commit 12e5e1f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion judges/catch/catch_accepted_bug/catch_accepted_bug.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
n = follow(fbt, f1, %w[repository issue])
n.who = f2.who
n.cause = f2.id
# TODO: n.when = when the acceptance happened?
# @todo #1:03min n.when = when the acceptance happened?
n.details =
"In the repository ##{f1.repository}, the '#{label}' label was attached " \
"to the issue ##{f1.issue}, which was submitted by the user ##{n.who}; " \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
n = follow(fbt, f, %w[repository issue who])
award = 5
n.when = Time.now
# TODO: let's add extra points if it was done fast and decrease points if too slow
# @todo #1:30min Let's add extra points if it was done fast and
# decrease points if too slow.
n.reason =
"@#{n.who} thanks for closing this issue! " \
"You've earned #{award} points for this. "
Expand Down
2 changes: 1 addition & 1 deletion judges/scan/scan_github_labels/scan_github_labels.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"The '#{n.label}' label was attached to the issue ##{n.issue} " \
'by someone (GitHub API doesn\'t provide this information) some time ago ' \
'(this information also is not available).'
# TODO: n.when -- let's find out when the label was attached
# @todo #1:30min n.when -- let's find out when the label was attached
$loog.info("Detected new label '##{label[:name]}' at #{repo}##{e[:number]}")
throw :stop if octo.off_quota
end
Expand Down

3 comments on commit 12e5e1f

@0pdd
Copy link

@0pdd 0pdd commented on 12e5e1f May 22, 2024

Choose a reason for hiding this comment

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

Puzzle 1-19fb4a35 discovered in judges/catch/catch_accepted_bug/catch_accepted_bug.rb) and submitted as #11. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.

@0pdd
Copy link

@0pdd 0pdd commented on 12e5e1f May 22, 2024

Choose a reason for hiding this comment

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

Puzzle 1-f2970e3f discovered in judges/reward/reward_for_resolved_bug/reward_for_resolved_bug.rb) and submitted as #12. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.

@0pdd
Copy link

@0pdd 0pdd commented on 12e5e1f May 22, 2024

Choose a reason for hiding this comment

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

Puzzle 1-98d90b57 discovered in judges/scan/scan_github_labels/scan_github_labels.rb) and submitted as #13. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.

Please sign in to comment.