Sébastien Helleu
Sébastien Helleu
Partially done in version 2.1, removing the milestone for now.
For you info, this feature was removed from Guile plugin in version 2.7, because now that WeeChat is compatible with Guile 2.2, this feature was broken and not so easy...
@reyesjl: yes, currently the eval feature is working in these scripting languages: * Python * Perl * Ruby * Lua * Guile It's still missing in these languages, and help...
Does the crash happen with any Python script? Did you try with two different scripts (if possible very small scripts, doing almost nothing)?
Hi, I can not reproduce on Debian (Sid/unstable) with Python 3.11 (not 3.12, that could explain), is it possible to write a short Dockerfile based on voidlinux to reproduce the...
@belkka: FYI, @trygveaa is not an imposter.
I improved the workaround developed by @trygveaa, so now it should not crash even with auto-loaded scripts. @belkka: there are no imposters here, if you don't trust us, please stop...
Hi, Interesting, so if I understand, when such tag is received, WeeChat would adjust the buffer used to display the message: OK. For outgoing messages, is WeeChat supposed to set...
Hi, I can not reproduce the crash with the latest version (4.0.4 or 4.1.0-dev), it could have been fixed in the meanwhile. Could you please confirm?
Right, I can also reproduce now, when compiled with the Address Sanitizer as well. I think loading a script inside the script init is just not supported, I'll check how...