Hadriel Kaplan

Results 12 comments of Hadriel Kaplan

I got the same issue with a class that derives from a CRTP-based empty base class. (`boost::orable` in my case, from [boost operators](https://www.boost.org/doc/libs/1_74_0/libs/utility/operators.htm)) I'm just noting it so that CRTP-bases...

> As you guess, you are the first person. Cool, do I get some award? 😄 > However, I will not work on this item till releasing 6.0. ok sounds...

BTW, I've confirmed if I move the `--kinds-C++=*` to be *after* the `--langdef=Test{base=C++}{dedicated}`, it works fine.

Of course I said the above and then went trying to debug it anyway. ;) I think the problem for the case of only going to the top of the...

Sure, this particular one is: ``` #define SET_ADDRESS(addr, addr_type, addr_len, addr_data) \ set_address((addr), (addr_type), (addr_len), (addr_data)) ```

BTW, that's for the second issue, for the first issue of not finding them at all, it only appears to be an issue when it's a defined macro in the...

For ascii output in particular, you could create a new option of `empty_vertical_char`, similar to `vertical_char`, except this would be a single character to print between two empty (i.e., `None`...

Oh wait, no you really do want to "join cells", even if they contain data not just for empty ones. Sorry I didn't notice your top/header row doing that for...

I'm not positive, but wouldn't the way this change was written essentially make sorting useless, if `end_section` is being used? Because internally prettytables isn't sorting only within a bounded range...

I have another question: does this work for HTML and Latex outputs? Because if not, and your main use-case is ascii output, then I have an alternative proposal: don't do...