Uh oh!
There was an error while loading. Please reload this page.
Update 'inactive_overload_cache' key - #2092
Conversation
Instead of just the function name, use '__qualname__.name'.
EricCousineau-TRI
commented
Oct 15, 2020
@YannickJadoul@rwgk I was updating our fork, and forgot that we hadn't landed this (see linked issue for more deets). Is this a candidate for 2.6.0? |
EricCousineau-TRI
commented
Oct 15, 2020
Came across this when crafting: RobotLocomotion#47 |
YannickJadoul
commented
Oct 15, 2020
This should probably use |
At the same time, it's still quite late to add, though? :-/ @henryiii? |
YannickJadoul
commented
Oct 15, 2020
Also, what if the new class has exactly the same name as the old one? |
bstaletic
commented
Oct 15, 2020
Also, also, the changes to the hash function are really wrong. You don't want to combine hashes with just an xor. |
henryiii
commented
Oct 16, 2020
We can work on it for 2.7 - I think it's too late for 2.6 for anything with a chance of breaking. |
EricCousineau-TRI
commented
Oct 19, 2020
Sounds good! We'll address this for release 2.7.0, not 2.6.0 - thanks! |
EricCousineau-TRI
commented
Jan 7, 2021
Per Slack convo w/ Betsy and @jamiesnape, I will re-open this as author (but maintain Betsy's authorship + traceability). Then I'll update it for latest master, and see if we can sneak it into future releases. |
EricCousineau-TRI
commented
Jan 7, 2021
Closed in lieu of superseding PR, #2772 |
Instead of just the function name, use
__qualname__.name.Solves issue #1922
@wjakob