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

refactor: Finish implementing ListItem.fromListItemLine() #3374

Merged
merged 9 commits into from
Mar 8, 2025
Merged

Conversation

claremacrae
Copy link
Collaborator

Types of changes

Done by pairing with @ilandikov.

Internal changes:

  • Refactor (prefix: refactor - non-breaking change which only improves the design or structure of existing code, and making no changes to its external behaviour)
  • Tests (prefix: test - additions and improvements to unit tests and the smoke tests)

Description

ListItem.fromListItemLine() now returns null if the given line is not a list item.

This makes it consistent with the corresponding method on Task and fixes a failing test.

Motivation and Context

How has this been tested?

Unit tests.

Checklist

  • My code follows the code style of this project and passes yarn run lint.
  • My change has adequate Unit Test coverage.

Terms

@claremacrae claremacrae added the type: internal Only regards development or contributing label Mar 8, 2025
Copy link

sonarqubecloud bot commented Mar 8, 2025

@claremacrae claremacrae merged commit df2b66b into main Mar 8, 2025
4 checks passed
@claremacrae claremacrae deleted the refactor branch March 8, 2025 22:21
originalMarkdown: string,
parent: ListItem | null,
taskLocation: TaskLocation,
): ListItem | null {
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@ilandikov I've realised that I named this PR incorrectly...

I had forgotten that we still needed to change ListItem.fromListItemLine() to return null if the line wasn't actually a list item...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: internal Only regards development or contributing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant