Anton Kochkov
Anton Kochkov
Will be solved automatically as a result of https://github.com/rizinorg/rizin/issues/2080
@kabeor please merge also this one
@Rot127 @FinnWilkinson weren't all of them fixed already?
Would be nice to have the option to run tests on code snippets that are not in Rust.
@amibranch it breaks Windows builds: ``` FAILED: subprojects/libzip-1.9.2/liblibzip.a.p/meson-generated_.._zip_err_str.c.obj "cl" "-Isubprojects\libzip-1.9.2\liblibzip.a.p" "-Isubprojects\libzip-1.9.2" "-I..\subprojects\libzip-1.9.2" "-I..\subprojects\libzip-1.9.2\lib" "-Isubprojects\zlib-1.2.13" "-I..\subprojects\zlib-1.2.13" "/MT" "/nologo" "/showIncludes" "/utf-8" "/W2" "/O2" "/Gw" "/Fdsubprojects\libzip-1.9.2\liblibzip.a.p\meson-generated_.._zip_err_str.c.pdb" /Fosubprojects/libzip-1.9.2/liblibzip.a.p/meson-generated_.._zip_err_str.c.obj "/c" subprojects/libzip-1.9.2/zip_err_str.c c:\projects\rizin\build\subprojects\libzip-1.9.2\zipconf.h(18): fatal error C1017:...
Also pylint complains: ``` Run export PATH=${HOME}/Library/Python/3.9/bin:${HOME}/Library/Python/3.10/bin:${HOME}/.local/bin:${PATH} pylint: Command line or configuration file:1: UserWarning: 'BaseException' is not a proper value for the 'overgeneral-exceptions' option. Use fully qualified name (maybe 'builtins.BaseException'...
For Muon, could you please open an issue there too? > The `libzip-1.9.2`-error in windows-builds seem to be fixed upstream in dev already with [08904d2](https://github.com/rizinorg/rizin/commit/08904d27cb08207d7c5f24b8f9a5562519cf65a3) > > @XVilka either rebase...
@karliss as the majority of this work is done, maybe better to create separate issues for the few remaining tasks and close this one? What do you think?
rz-pipe through `http://` protocol/URI
GDB protocol is a mess with a mix of XML, text, and binary data. WinDbg is slightly better but isn't well documented. If you want to use the specifically designed...