Skip to content
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

feat: day 24 #29

Merged
merged 4 commits into from
Dec 25, 2024
Merged

feat: day 24 #29

merged 4 commits into from
Dec 25, 2024

Conversation

rnbguy
Copy link
Owner

@rnbguy rnbguy commented Dec 24, 2024

@rnbguy rnbguy requested a review from Copilot December 24, 2024 23:57
Copy link
Contributor

@Copilot 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 2 out of 4 changed files in this pull request and generated 1 comment.

Files not reviewed (2)
  • day24/deno.json: Language not supported
  • day24/example.txt: Language not supported
Comments suppressed due to low confidence (1)

day24/mod.ts:85

  • The dfs function should handle the case where this.gates.find returns undefined to prevent potential runtime errors.
const [a, , b] = this.gates.find(([, , , w]) => w === wire)!;

day24/mod.ts Show resolved Hide resolved
Copy link

LCOV of commit e13d1ed during CI #64

Summary coverage rate:
  lines......: 83.8% (2043 of 2437 lines)
  functions..: 96.0% (169 of 176 functions)
  branches...: 88.5% (470 of 531 branches)

Files changed coverage rate: n/a

@rnbguy rnbguy merged commit 5d80c51 into main Dec 25, 2024
3 checks passed
@rnbguy rnbguy deleted the day24 branch December 25, 2024 00:04
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.

1 participant