Time Nick Message 10:34 nerzhul sfan5: are you okay with #7159 ? 10:34 ShadowBot https://github.com/minetest/minetest/issues/7159 -- Use clang 6 for linter & non freetype builds by nerzhul 10:34 nerzhul and hello all 10:36 nerzhul Krock, when you will be here, are you okay with #7063 ? 10:36 ShadowBot https://github.com/minetest/minetest/issues/7063 -- Global initialization of sound using SoundManagerGlobal by nOOb3167 11:56 tenplus1 hi folks 11:57 tenplus1 Q. are there any limitations when using groups in crafting ???? 12:12 tenplus1 I seem to have a recipe that works perfectly on singleplayer but on server it's messed up... anyone ? 12:22 tenplus1 wb 12:27 nerzhul hi tenplus1 12:28 tenplus1 hi nerzhul, hows things 12:28 nerzhul nice and you ? 12:29 tenplus1 confused, lol 12:29 tenplus1 I has issue :P 12:32 tenplus1 could I ask you to look at this recipe and tell me if anything is wrong: https://github.com/tenplus1/farming/blob/master/chili.lua#L22 12:49 nerzhul sorry i'm not expert in the lua api usage 14:16 nerzhul ty Krock 14:31 nerzhul merging #7063 14:31 ShadowBot https://github.com/minetest/minetest/issues/7063 -- Global initialization of sound using SoundManagerGlobal by nOOb3167 17:11 sfan5 nerzhul: fine by me 17:11 sfan5 one thing though, can't the elif [[ "${COMPILER}" == "clang-3.6" ]]; then be removed? 19:02 nerzhul sfan5 we have clang 3.6 5.0 and 6.0 builds with this model, i can remove 3.6 but the advantage of 3.6 is this is the first c++11 compiler, this prevent doing c++14 by error in MT and let it compile :p 19:02 nerzhul then if it's okay for you i can merge 19:02 sfan5 and we still need 5.0 for linting? 19:03 nerzhul no 6.0 is used for linting with this PR, but we have 5.0 for regular build, and 6.0 for regular non freetype and linter. If you want i switch the remaining 5.0 to 6.0 19:05 sfan5 yes that would be nice 19:05 sfan5 then we wouldn't need 5.0 anymore 19:05 nerzhul okay then i switch all 5 to 6 19:07 p_gimeno isn't it possible to just disable c++14? 19:07 nerzhul i force pushed , tell me if it's okay for you / or add your approval, if build pass i will merge (maybe i will see linting issues 19:07 nerzhul p_gimeno ti's done by the build hopefully when using cmake 19:07 sfan5 nerzhul: fine with me (if the build passes) 19:08 nerzhul then it should not happen, but supporting 3.6 permit to catch some things for debian older players :p 19:09 p_gimeno newest debian stable only has 3.9... sigh 19:10 sfan5 stable, more like outdated 19:19 nerzhul stretch has 1 year outdated softs :p 21:12 nerzhul i push a tiny gcc warning fix to master 23:00 nerzhul sfan5 seems the travis integration for this clang version is more complicated than i though :) compilation failed due to something in the travis installed libstdc++ 23:00 nerzhul i didn't found how to solve it atm, but i will try to solve it tomorrow 23:31 nerzhul merging #7137 23:31 ShadowBot https://github.com/minetest/minetest/issues/7137 -- Print the mod loading time by HybridDog