Skip to content

Conversation

@kozw
Copy link
Contributor

@kozw kozw commented Nov 17, 2025

No description provided.

Copilot AI review requested due to automatic review settings November 17, 2025 22:51
@codecov
Copy link

codecov bot commented Nov 17, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.28%. Comparing base (195d44a) to head (b7a32ae).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #21      +/-   ##
==========================================
- Coverage   97.30%   97.28%   -0.02%     
==========================================
  Files          15       15              
  Lines        2151     2139      -12     
==========================================
- Hits         2093     2081      -12     
  Misses         58       58              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Contributor

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.

Pull Request Overview

This PR introduces enhancements to the calendar library, focusing on code refactoring and a new utility function.

  • Added a new parseBoolean function to parse boolean property values from calendar properties
  • Refactored occurrence query methods to use component-level occurrences methods instead of duplicating RecurrenceIterator initialization logic

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
lib/src/semantic/property_parsers.dart Adds parseBoolean helper function to parse boolean values from calendar properties
lib/src/semantic/extensions/queries.dart Refactors occurrence queries for EventComponent, TodoComponent, JournalComponent, and TimeZoneSubComponent to delegate to component-level occurrences methods, eliminating code duplication

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copy link
Contributor

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.

Pull Request Overview

Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@kozw kozw merged commit fd1b0e3 into main Nov 17, 2025
3 checks passed
@kozw kozw deleted the enhancements branch November 17, 2025 23:01
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.

2 participants