-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Description
status RESOLVED severity major in component general for ---
Reported in version 1.8.11-GIT on platform Other
Assigned to: Dimitri van Heesch
Original attachment names and IDs:
- py3_init_bug.tar.gz (ID 314697)
On 2015-11-03 05:10:27 +0000, c.buhtz@posteo.jp wrote:
Created attachment 314697
code to reproduceThe problem here is that a.ABase in the inheritance tree of B is not linkable.
Even when you look at the tree for a.ABase the class B is not shown.This depends on the existence of the init.py file. I don't know why.
I added sample to reproduce this.
When you delete the init.py everything is fine.
On 2015-11-03 21:14:05 +0000, c.buhtz@posteo.jp wrote:
Please see https://docs.python.org/3.5/tutorial/modules.html#packages for details about how init.py is treated in Python.
On 2015-11-15 23:53:04 +0000, c.buhtz@posteo.jp wrote:
Did someone tried to reproduce it?
On 2015-12-12 10:13:33 +0000, c.buhtz@posteo.jp wrote:
No one tried?
On 2015-12-13 09:47:17 +0000, Dimitri van Heesch wrote:
Just did, could indeed reproduce it.
More investigation needed to find the root cause.
On 2016-01-09 18:47:40 +0000, c.buhtz@posteo.jp wrote:
This was the bug I was looking for. Can reproduce it with the current git.
On 2016-02-14 12:37:27 +0000, Dimitri van Heesch wrote:
Confirmed. I've just pushed a possible fix to GitHub.
On 2016-02-14 12:56:11 +0000, c.buhtz@posteo.jp wrote:
Thank you very much. This works for my example.
On 2016-02-14 14:30:35 +0000, Kevin McBride wrote:
Dimitri wants fixed bugs that are not yet in a release to be set to ASSIGNED. This allows Dimitri to log fixed bugs.
On 2016-09-05 13:46:22 +0000, Dimitri van Heesch wrote:
This bug was previously marked ASSIGNED, which means it should be fixed in
doxygen version 1.8.12. Please verify if this is indeed the case. Reopen the
bug if you think it is not fixed and please include any additional information
that you think can be relevant (preferably in the form of a self-contained example).