-
Notifications
You must be signed in to change notification settings - Fork 1
v0.4.0: Lazy recurrence, sweep-line overlaps, benchmarks & CI improvements #4
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
Merged
Merged
Changes from 16 commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
7b49d2e
enhancement: cherry pick the readme.md for merge in dev
AriajSarkar 7693a72
chore: reorder release workflow, exclude unnecessary files, rename CI
AriajSarkar 79652b1
Merge branch 'main' into dev
AriajSarkar 6b5be7a
feat(recurrence): add lazy OccurrenceIterator for memory-efficient it…
AriajSarkar 604ad97
perf(gap_validation): replace O(N²) pair-check with O(N log N) sweep-…
AriajSarkar 1a0335a
test: strengthen event validation and schedule analysis test coverage
AriajSarkar 5674e0b
perf: add criterion benchmark suite and tidy dependency versions
AriajSarkar b21ea87
feat: add json_web example for JSON serialization workflows
AriajSarkar 6bcbd94
ci: redesign release workflow with Cargo.toml-authoritative versioning
AriajSarkar 282885b
chore: remove DEVELOPMENT.md and TESTING.md
AriajSarkar 02d4947
docs: update CHANGELOG for v0.3.2
AriajSarkar bc9c7d6
refactor(recurrence): extract advance_by_frequency shared helper
AriajSarkar 37c1b95
style(gap_validation): clarify checkpoint sort ordering
AriajSarkar a504af4
fix(ci): use python3 instead of python in release workflow
AriajSarkar 70bf49d
fix(examples): remove recurrence from json_web examples
AriajSarkar 9f9a776
fix: fmt error
AriajSarkar 39321c1
test(recurrence): cover uncovered OccurrenceIterator branches
AriajSarkar fdf38f7
fix(gap_validation): use BTreeSet for deterministic overlap ordering
AriajSarkar 05671b4
fix(recurrence): clamp day for Monthly/Yearly instead of terminating
AriajSarkar 0fb25e9
fix(recurrence): guard interval==0 and implement weekdays filtering
AriajSarkar 4f22e72
fix(recurrence): add TODO for handling silent drops of valid occurren…
AriajSarkar 0aa7f17
fix(recurrence): count emitted results not scanned slots, fix DST drift
AriajSarkar d683b15
fix(event): use intersection filter in occurrences_between
AriajSarkar 9b46252
chore: bump to v0.4.0, rewrite changelog for minor release
AriajSarkar 19a78e0
fix(recurrence): DST gap fallback, lazy occurrences_between, weekly w…
AriajSarkar 1d822e0
fix(recurrence): proper DST gap handling via pre-gap UTC offset, DRY …
AriajSarkar 11f7552
Add full sub-daily recurrence and lazy capped occurrence filtering
AriajSarkar 841b2ba
fmt
AriajSarkar d59160e
chore: update changelog and README for new eager cap helper and break…
AriajSarkar 8c693ff
fix(recurrence): enforce bounded recurrences in generate_occurrences …
AriajSarkar b1a0c48
fmt
AriajSarkar 7b5651d
fix(docs): clarify error type in generate_occurrences documentation
AriajSarkar 83bb72a
ai review fixes
AriajSarkar 13a876f
feat: enhance recurrence handling and documentation
AriajSarkar 145554c
fix(recurrence): improve error handling for recurrence and exdates in…
AriajSarkar 3291f08
fix(ics): improve error handling for EXDATE parsing and BYDAY validation
AriajSarkar 9e0d939
fix(ics): enforce RFC 5545 rules by rejecting COUNT and UNTIL togethe…
AriajSarkar b47225e
fix(changelog): update `generate_occurrences()` to return an error fo…
AriajSarkar d78b7e1
fix(recurrence): improve error handling for interval overflow and val…
AriajSarkar File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| name: Rust CI | ||
| name: EventixCI | ||
|
|
||
| on: | ||
| push: | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.