User tests: Successful: Unsuccessful:
While testing the stubGenerator PR from Michael I found that we register alias for classes that no longer exist in 4.0.
This removes the class mapping for the three observer classes that got removed.
Not much to test here. Review should be enough since those classes just don't exist anymore.
The removing of the observer classes has to be documented as B/C break, but I hope that's already done by the PR which actually removed the oberserver
Status | New | ⇒ | Pending |
Category | ⇒ | Libraries |
Status | Pending | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-05-29 08:15:33 |
Closed_By | ⇒ | wilsonge | |
Labels |
Added:
?
|
Added the documentation required label for now.
Or do you already have a way to keep track of that stuff?
Documentation required is the way of tracking
Thanks! Actually that isn't actually a PR. That was some code by Nic in the early days of pythag which I ported across to the 4 branch here. It's a good point though, because all that needs to be written up