Ole Streicher

Results 119 comments of Ole Streicher

@GillesDuvert you mean whether somebody tested it? I already uploaded a gnudatalanguage package to Debian with that change, and it compiled.

I am trying to dig into this. Sometimes I explicitly see an OverflowError here: ``` self = cols = [, , , , , ...] def _convert_vals(self, cols): for col...

I tried to look into this with a debugger. The primary cause for the crash is that the `static LogInfo * log_info` in [`magick/log.c`](https://sourceforge.net/p/graphicsmagick/code/ci/GraphicsMagick-1_3_36/tree/magick/log.c) is accessed in `IsEventLogging()` after it...

Further info: This does not happen when using ImageMagick.

Could that be wrapped by `sorted()`? Having a deterministic output would greatly improve doctests. Currently, I write ```Python '''Example: >>> import prov.model as prov >>> d = prov.ProvDocument() >>> d.set_default_namespace('https://example.com')...

One additional comment here which may be of interest: [kargl at (from gcc.gnu.org) wrote](https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95847#c6): > First, the caveat, the Fortran code in the attached example is invalid so a compiler...

I am not an Fortran expert at all, so I have no glue why this shall be invalid. Just wanted to keep you up-to-date about comments on the code.

Thank you very much for your quick response, and I will patiently wait!

@tclune > I think the Debian perspective is not so much that the NOSA is unworkable as that it is not worth their time to deal with it. Just a...

Thank you so much for your efforts, @tclune!