Time Nick Message 09:52 MTDiscord I tried building latest master, with benchmarks, and I'm getting a bunch of catch2 linker errors, for duplicate definitions between benchmark.obj, and test obj. This with MSVC 2022 on windows 64 bit. Suggestions? 10:15 MTDiscord this is #14692 10:15 ShadowBot https://github.com/minetest/minetest/issues/14692 -- Can't build benchmark and unit tests at the same time 10:16 MTDiscord you could apply the linked PR for now 10:54 Wuzzy I recently submitted a PR on kilbith's behalf, it's a draft for hypertext in tooltips. I wonder if this practice is OK with you. https://github.com/minetest/minetest/pull/14728 12:22 ROllerozxa not much different from adopting PRs previously opened by him I guess. I would hope it doesn't become a trojan horse to accept him back into the community again though 12:24 nrz Wuzzy: fine to me 12:32 nrz i added comments on the #14728, but at first it sounds a very nice startup 12:32 ShadowBot https://github.com/minetest/minetest/issues/14728 -- [NO SQUASH] Add hypertext support to tooltips by Wuzzy2 18:13 Krock as requested by @luatic in #14034, I'd like to push https://pastebin.com/raw/qeiXjRyq . Any LGTM or objections? 18:13 ShadowBot https://github.com/minetest/minetest/issues/14034 -- Fix weblink to Database_backends wiki page by Desour 18:33 sfan5 seems fine 18:37 Krock thanks. So I'll go ahead pushing this in 20 minutes (for good measure) 18:57 Krock pushing .... 19:18 pgimeno tailing? 19:20 pgimeno never heard that word before 19:40 Krock +r 22:51 MTDiscord So like, what if one day we instead of doing a normal feature freeze, we do an extreme feature freeze where we trim the cruft off the entire engine 22:52 MTDiscord Fix raw pointer usage, fix old smart pointer things, weird dead code, standardize to the latest c++, etc 22:55 MTDiscord What if it's just started with one commit to update to access c++23. Then the next would be completely destroy the engine by removing irllicht pointers and literally focus on rebuilding the components of the engine block by block 22:56 MTDiscord Basically transition this from the extremely old school implementation to modern standardized components 23:02 MTDiscord I like the first two sentences. 23:04 MTDiscord I like the third sentence two, but not the idea it proposes. xD 23:04 MTDiscord too* 23:10 MTDiscord I guess I'm taking the scorched earth approach with the memory leaks 23:29 MTDiscord sounds like an attempt to sneak in Minetest-rust