mitshell

Results 5 issues of mitshell

Hello, everything is in the title: from the source of gmpy2_binary.c, it looks impossible to access the "order" argument of mpz_import / export from Python. Is there any special tip...

Hello, do you finally have plans to release the debugger for the shannon modem ? It seems required by the `patch_modem.py` application: `../debugger/bin/payload.bin` but is not present in the directory...

Create a proper `logging` based log() function in each file where it is required, instead of relying on the library-wide `log()` function from `pycrate_core.utils`. Move remaining `print()` calls to those...

enhancement

Currently, `ALL EXCEPT` value constraints are processed by the compiler and verified during compilation, but not translated in the generated Python modules, as they are not visible constraints. See https://github.com/pycrate-org/pycrate/issues/25...

enhancement