Re: [log4cxx] ABI stability

2021-11-06 Thread Thorsten Schöning
Guten Tag Robert Middleton, am Samstag, 6. November 2021 um 02:57 schrieben Sie: > There are some notes on how this is done here: > https://github.com/apache/logging-log4cxx/blob/LOGCXX-510/src/site/markdown/library-design.md Great work! Is there something I should specifically look out when test

Re: [log4cxx] ABI stability

2021-11-06 Thread Robert Middleton
> Great work! Is there something I should specifically look out when > testing or would it be fione to know if things run at all already? > Mostly just looking for anything obvious that I may have missed, or concerns with the implementation. > Get a lot of warnings like this one currently: > > >

Re: [log4cxx] ABI stability

2021-11-06 Thread Thorsten Schöning
Guten Tag Robert Middleton, am Samstag, 6. November 2021 um 16:52 schrieben Sie: > Unfortunately not, for the reasons above. Since the parent class only > holds a single pointer to the private data, whatever data is stored > must be a subclass of the parent's private data. So we must cast it > t