-
Notifications
You must be signed in to change notification settings - Fork 68
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
Vcsaddons histo polar #2025
Vcsaddons histo polar #2025
Conversation
…secondary management
# Conflicts: # Packages/vcs/vcs/utils.py
Ref: #1999 |
@chaosphere2112 cdtime.reltime is a function and not a class so the change isinstance(v, cdtime.reltime) is invalid and that's why broke many tests on my machine. I pushed a fix on this branch and also created a ticket for it (#2026). I think both reltime and comptime should be classes (as you and I would expect). |
7f5498b
to
fb306a3
Compare
this is ready to be merged now. I am going to do a clean build run all the tests and merge it. |
@chaosphere2112 @aashish24 For the first test I get: Do I have to install something? |
@danlipsa There was an update to vcs in addition to the update to vcsaddons; that might be the source of your problems, not sure. |
@danlipsa I didn't see these failures on my machine when built from scratch. I will have a look tonight. |
No description provided.