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

Added handling of null DTSTART of recurring instances #1336

Open
wants to merge 2 commits into
base: main-ose
Choose a base branch
from

Conversation

ArnyminerZ
Copy link
Member

Purpose

Fixes #1265 by correctly handling situations where dtstart is null.

Short description

Handled nullability of DTSTART of recurring instances by setting the local value to null, which would re-create the local instance.

Checklist

  • The PR has a proper title, description and label.
  • I have self-reviewed the PR.
  • I have added documentation to complex functions and functions that can be used by other modules.
  • I have added reasonable tests or consciously decided to not add tests.

@ArnyminerZ ArnyminerZ added the bug Something isn't working label Mar 7, 2025
@ArnyminerZ ArnyminerZ requested review from rfc2822 and sunkup March 7, 2025 06:59
@ArnyminerZ ArnyminerZ self-assigned this Mar 7, 2025
@ArnyminerZ ArnyminerZ linked an issue Mar 7, 2025 that may be closed by this pull request
@ArnyminerZ
Copy link
Member Author

I've also added a log message so that if we find some data missing we can know what is it all about. If you don't find it necessary we can remove it.

@ArnyminerZ ArnyminerZ marked this pull request as ready for review March 7, 2025 06:59
@rfc2822 rfc2822 removed their request for review March 7, 2025 13:22
@rfc2822
Copy link
Member

rfc2822 commented Mar 7, 2025

Handled nullability of DTSTART of recurring instances by setting the local value to null, which would re-create the local instance.

What would that mean in our case? Do I understand it correctly that

  • the main VTODO (without RECURRENCE-ID) is normally created/updated,
  • and what happens with the VTODO with RECURRENCE-ID;TZID=America/New_York:20250228T130000? It seems to be added instead of updated in the code – is it deleted before so that it doesn't add a new instance for every sync?

Copy link
Member

@sunkup sunkup left a comment

Choose a reason for hiding this comment

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

How about adding a test to verify and document correct behaviour?

@ArnyminerZ
Copy link
Member Author

How about adding a test to verify and document correct behaviour?

I've been looking at how to test this properly, and if I am not wrong, that would mean creating a new test class just like SyncManagerTest, but for JtxSyncManager, and checking whether it can handle those cases correctly right? @rfc2822 can correct me otherwise. I think it's actually a lot of code for just a "side-hustle".

Of course we can add it, but is it really worth it?

@sunkup
Copy link
Member

sunkup commented Mar 11, 2025

Of course we can add it, but is it really worth it?

I'd say yes definetly - If the test is relevant we should add it and in this case I find it highly relevant to properly understand (#1336 (comment)), clamp and document the newly added behaviour.

@rfc2822
Copy link
Member

rfc2822 commented Mar 11, 2025

At least we have a specific iCalendar we could test with… it's surely at least worth the try. If it's absolutely too cumbersome we can still cancel it then

What would that mean #1265 (comment)? Do I understand it correctly that

  • the main VTODO (without RECURRENCE-ID) is normally created/updated,
  • and what happens with the VTODO with RECURRENCE-ID;TZID=America/New_York:20250228T130000? It seems to be added instead of updated in the code – is it deleted before so that it doesn't add a new instance for every sync?

Did you already had a look at that?

Signed-off-by: Arnau Mora <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[jtx Board] Task sync causes NullPointerException
3 participants