Time Nick Message 04:02 MTDiscord Can we have fennel as a bolt on lang supported out of the box because it just compiles to Lua? 10:29 sfan5 IMO mod authors should transpile their code before releasing if they want to use one of those "compiles to lua" langs 10:30 sfan5 for development you can maybe use some sort of wrapper that compiles it just as MT loads the mod 10:33 rubenwardy agreed 10:33 rubenwardy for CDB, you can use CI and the CDB API 11:41 sfan5 merging #13783 in a few mins 11:41 ShadowBot https://github.com/minetest/minetest/issues/13783 -- Show better description to users when std::bad_alloc happens by sfan5 11:45 sfan5 oh and #13787 11:45 ShadowBot https://github.com/minetest/minetest/issues/13787 -- Allow place_param2 = 0 node placement predictions by SmallJoker 12:17 sfan5 it appears I caused removeTexture to segfault, oops 12:27 [MTMatrix] out.webp 12:27 [MTMatrix] nice 12:33 sfan5 apparently a texture named 'minimap_overlay_square.png' exists twice, wonder if that's intended 13:11 sfan5 oh hey the segfault is Minetest's fault somehow 13:27 sfan5 http://sprunge.us/VYpLoR?diff pushing in 5 mins 13:34 erle when does this double-free occur? 14:19 pgimeno when there's a duplicate texture I gather 14:25 erle pgimeno differently phrased: how to trigger this so i see it with a sanitizer 15:19 sfan5 hmm didn't we have an alternative fix to #11882 some time ago? 15:19 ShadowBot https://github.com/minetest/minetest/issues/11882 -- Refactor item movement by savilli 19:47 celeron55 suppose i did an "undeprecate TGA" PR, can we figure out the outcome beforehand? does someone already know they'd approve it, or does someone know they'd give vetoing a go? my reasoning is what i wrote in 13794, combined with (in my opinion) poor quality interactions among this topic muddying it too much for me to trust the outcome to be based on reason 19:50 celeron55 (i guess additionally the suggestion about universal .z support also pushes it to this direction for me) 21:06 erle i'm pretty sure that situations like this are why other projects have code of conducts that explicitly forbid conduct which could be considered inappropriate in a professional setting (e.g. my current employer does not forbid biting sarcasm, but i'd consider it reasonable) 21:14 erle does anyone know which engine bug this could be? https://git.minetest.land/MineClone2/MineClone2/issues/3931