Giovanni Mascellani

Results 54 comments of Giovanni Mascellani

I managed to put together some glue code that uses Boost::stacktrace to obtain a stacktrace under Windows, and then converts it to something that can be pretty printed by Backward....

More specifically, when compiling with MSVC under Windows there are the following problems: * The GNUism `__attribute__` is used, making the compilation fail. Apparently, in MSVC you use `__declspec(noinline)` to...

Hi, since this issue is currently affecting the imminent release of Debian, is there an ETA on how this could be solved? I believe that if there is hope that...

Hi @jaltman, thanks for the explanation. Sorry for my bad wording, I didn't mean to imply that it is the Heimdal's project or anybody else's duty to monitor or meet...

@jaltman Debian buster currently has Heimdal 7.5.0, and this is unlikely to change because Debian is currently in full freeze, meaning that only targeted patch for specific bugs are accepted...

As for the release deadlines, there are no hard deadlines. Debian is released as soon as the number of Release Critical bugs affecting the buster distribution (i.e., the green line...

I know that the problem is not just in the test suite (otherwise I would just disabled the failing test cases), but rather in the underlying code, which fails to...