David Nadlinger

Results 149 comments of David Nadlinger

> Going over the ABI, we need to preserve mxcsr and the x87 CW registers, and that's it. Indeed, yes – I always forget about these. (In theory its only...

Hm… I suppose we'd actually need to add template parameters for the different attributes (like the `nothrow`, … attributes on built-in `asm` blocks) for this to be correct. Otherwise, templates...

What's the "in progress" part here?

> The second call to self.setattr_argument(key,...) should internally update the type of the argument. I think as a user I'd prefer getting a clear error message on the experiment side...

Feel free to come up with a different solution, but having broken links all over the generated output for DDoc-only modules is not nice.

Yeah, same here (well, it's not the internet connection which is the problem for me) – just wanted to post it so it doesn't get lost.

Any progress on this in the meantime? I need to handle a Python-generated file that contains both `NaN` as a number (violating the JSON spec) and "NaN" as a string....

I'm also seeing this using (Py)Qt6 and Python 3.11 in https://github.com/dnadlinger/artiq/tree/qt6. No leads as to a reproducible example, unfortunately. The same application works just fine when running against (Py)Qt5. Backtrace...

@esmorun / @awoimbee: You might want to check whether https://github.com/CabbageDevelopment/qasync/pull/87 fixes the issue.