[pygccxml-development] Warning output about members and member names
Brought to you by:
mbaas,
roman_yakovenko
From: Allen B. <al...@vr...> - 2007-02-16 00:14:47
|
Roman: The new warning support is very nice. I like it a lot and I think it will help me quite a bit. One suggestion though, when there is a warning related to a method or attribute of a class, could you output the name of that relevant declaration. For example when I get a warning about exposing a non-public member function it would be very helpful to know the name of the member that I exposed that was not public. What do you think about adding the member.name to all the warnings output by decl-wrappers.class_wrapper.class_t.is_wrapper_needed? Is there any reason not to support this type of thing? Thanks, Allen |