-
Notifications
You must be signed in to change notification settings - Fork 46
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
Add Cache.status
property
#193
Conversation
Now I found that it doesn't work properly with the
|
Thanks for your PR. It seems like the CI tests are currently failing, although I did not have a deeper look into it. Did you have a look at how to parse the data from the print page ( As far as I can see it, if the short-comings of the quick loading functionality are documented correctly, this should not be a real issue, unless @tomasbedrich thinks different about it. |
Thanks for seeking for my input. My general preference would be not to load attributes at all, if we are not able to load them correctly using given loading method. Then we can rely on lazy-loading. |
…oad_quick()` method
They are failing because I marked the
The current status it's not there. It even wasn't parsed earlier with Line 148 in 1f81926
I think it can be somehow guessed if we would also load logs (by adding &lc=10 ), but if there are more than 9 logs after the Archive log, it wouldn't be possible to find out.So, I wouldn't burden with that...
Already fixed based on his requirements in 43b3d3d |
Update: I fixed the tests and added some new ones, so CI should run now without any problems. |
Sorry, I forgot to sort the imports correctly... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the heads up.
As discussed in #183, I'm opening a pull request to close this issue.
However, tests aren't written yet.
There's a test script for now:
Fixes #183