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

fix: panic when no matches occur in multi-line comment #777

Conversation

ianlewis
Copy link
Owner

@ianlewis ianlewis commented Sep 22, 2023

Description:

Fixes panic when no matches occur in multi-line comment.

Related Issues:

Fixes #776

Checklist:

  • Review the CONTRIBUTING.md documentation.
  • Add a reference to a related issue in the repository.
  • Add a description of the changes proposed in the pull request.
  • Add unit tests if applicable.
  • Add a note in the CHANGELOG.md if applicable.
  • Sign the Google CLA.

@codecov
Copy link

codecov bot commented Sep 22, 2023

Codecov Report

Merging #777 (7288ff4) into main (f512fb5) will not change coverage.
The diff coverage is 100.00%.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #777   +/-   ##
=======================================
  Coverage   80.50%   80.50%           
=======================================
  Files          19       19           
  Lines        1144     1144           
  Branches       14       14           
=======================================
  Hits          921      921           
  Misses        160      160           
  Partials       63       63           
Files Changed Coverage Δ
internal/todos/todos.go 99.16% <100.00%> (ø)

@ianlewis ianlewis merged commit 29e943f into main Sep 22, 2023
32 checks passed
@ianlewis ianlewis deleted the 776-bug-panic-runtime-error-invalid-memory-address-or-nil-pointer-dereference branch September 22, 2023 13:47
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.

[bug] panic: runtime error: invalid memory address or nil pointer dereference
1 participant