Juan Francisco Cantero Hurtado

Results 18 comments of Juan Francisco Cantero Hurtado

OK. Maybe I was wrong in the commit message or using the word "object" there or talking about *_done, but there is a double-free or a use-after-free for sure, the...

OpenBSD 5.9-current (i.e. use the snapshots). Download this file https://devio.us/~juanfra684/tmp/htop.tar.gz . Go to `/usr` and run `cvs -q [email protected]:/cvs get -P ports`. `cd /usr/ports/sysutils`, copy here the htop directory from...

@mmcco, are you building the binary with -O2 or with -O0? if you're using the former, then change to -O0. Maybe there is some UB in the code somewhere. The...

If you want to check the code with `cppcheck`, use this command: `cppcheck --enable=warning --language=c --std=posix --std=c99 --platform=unix64 -D__OpenBSD__ -q --suppress=ignoredReturnValue yourrepo`. I see some similar warnings.

@dbry are you going to release a new version or should we backport the changes to 5.3.0?

Also, an option to hide deleted messages in native matrix rooms would be really useful.

If someone with commit access wants to fix the problem, here is a fix: ```plain $ cd /tmp/ $ git clone -c fetch.fsckObjects=false https://github.com/Raku/raku.org.git $ git init raku.org-fixed $ cd...

I found an image with similar problems in Archive.org. The settings are: `gm convert original.png -level '0,0.55,85%' cleaned.png` Original: ![original](https://cloud.githubusercontent.com/assets/180453/26758641/849010e2-48e4-11e7-8915-a85dc47995b9.png) Cleaned: ![cleaned](https://cloud.githubusercontent.com/assets/180453/26758640/848a9edc-48e4-11e7-8c35-09a1df66d6e1.png)

Thanks for the help but your suggestion doesn't work: ```plain $ unset RAKULIB $ cat Lib1.rakumod sub plus1 ($x) is export { $x + 1 } $ cat Prog1.raku use...

I see what's happening here. When I use zef to install packages, it uses `/home/linuxbrew/.linuxbrew/Cellar/rakudo/2023.09/share/perl6/site` for the precomp dir. If I delete the directories, raku recreates the precomp dir within...