Skip to content

Be lenient in what we accept, like dateTime/time with trailing sub-se…#86

Open
tvdijen wants to merge 6 commits intomasterfrom
feature/strip-trailing-zeros
Open

Be lenient in what we accept, like dateTime/time with trailing sub-se…#86
tvdijen wants to merge 6 commits intomasterfrom
feature/strip-trailing-zeros

Conversation

@tvdijen
Copy link
Copy Markdown
Member

@tvdijen tvdijen commented Apr 1, 2026

…cond zeros

Closes #85

@tvdijen tvdijen requested a review from thijskh April 1, 2026 16:11
@codecov
Copy link
Copy Markdown

codecov bot commented Apr 1, 2026

Codecov Report

❌ Patch coverage is 71.42857% with 4 lines in your changes missing coverage. Please review.
✅ Project coverage is 91.58%. Comparing base (8b1f3f1) to head (eda3b98).

Additional details and impacted files
@@             Coverage Diff              @@
##             master      #86      +/-   ##
============================================
- Coverage     91.67%   91.58%   -0.09%     
- Complexity      945      948       +3     
============================================
  Files           219      219              
  Lines          3423     3435      +12     
============================================
+ Hits           3138     3146       +8     
- Misses          285      289       +4     
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@tvdijen tvdijen force-pushed the feature/strip-trailing-zeros branch 3 times, most recently from be7ebcd to c66dc1e Compare April 1, 2026 16:19
@tvdijen
Copy link
Copy Markdown
Member Author

tvdijen commented Apr 1, 2026

Tagging @pradtke and @ioigoume because you guys know a lot about CAS and may have to connections needed for Apereo to fix this?

See attached issue.

@tvdijen tvdijen force-pushed the feature/strip-trailing-zeros branch from 97119cc to 18f44da Compare April 1, 2026 17:43
@ioigoume
Copy link
Copy Markdown
Contributor

ioigoume commented Apr 2, 2026

Tagging @pradtke and @ioigoume because you guys know a lot about CAS and may have to connections needed for Apereo to fix this?

See attached issue.

@tvdijen i notified the Slack Apareo CAS channel.

@tvdijen
Copy link
Copy Markdown
Member Author

tvdijen commented Apr 2, 2026

I think I may have made a booboo here, because I mixed up lexical value with canonical value.. The lexical value does allow trailing zero's for sub-seconds, so any XML containing this is valid. We just shouldn't store them because they are insignificant.

@tvdijen tvdijen force-pushed the feature/strip-trailing-zeros branch from d32a4e5 to f215dc0 Compare April 2, 2026 17:29
@tvdijen tvdijen force-pushed the feature/strip-trailing-zeros branch from f215dc0 to 40bbd21 Compare April 2, 2026 17:32
@tvdijen tvdijen force-pushed the feature/strip-trailing-zeros branch from 40bbd21 to 0c0e4c0 Compare April 2, 2026 17:52
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.

sub-seconds ending with zero

2 participants