-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
split internal dates methods into separate functions #55597
base: master
Are you sure you want to change the base?
Conversation
I still like the changes. Need to adjust |
Tests still fail, but I cannot see any specific failure in the logs. |
Yeah, it's confusing to me too. I'm trying to figure out how to rerun the build in case it's a buildkite issue. I've never seen a failure like this. |
bump... not sure what to do here |
Thanks for the bump. Next steps are to fix test failures in CI and then run pkgeval. Here's a real test failure from CI:
|
Hmmm, some of these methods are tested directly in julia/stdlib/Dates/test/accessors.jl Lines 8 to 46 in c6c449c
Any idea whether it was intended as a public api ( yearmonthday(x) and others taking any number) or not?
|
I don't see that usage documented, so no: not public. Those tests should be switched to testing @nanosoldier |
The package evaluation job you requested has completed - possible new issues were detected. |
The failures in Kedzi, NanoDates, and Dates look real. If this were breaking something that was ever public, I would be concerned. As is, we should investigate Kexzi and NanoDates's failures and it would be polite to make PRs that fix them but I don't view those nanosoldier failures as blocking. |
another attempt at #53692