Time Nick Message 08:34 nerzhul i think you are trying to work on metrics 15:19 nerzhul sfan5 #8100 is trivial we can merge for the release, what do you think ? 15:19 ShadowBot https://github.com/minetest/minetest/issues/8100 -- Optimize path finalization in pathfinder by osjc 15:19 nerzhul i merged the clang check fix too 15:19 sfan5 looks good 15:39 Krock Any comments on #8089? 15:39 ShadowBot https://github.com/minetest/minetest/issues/8089 -- [Do not squash me] Fix group setting bugs by SmallJoker 19:38 nerzhul no comment sorry :) 19:38 nerzhul i don't understand the C++ part you use 19:38 Krock it's creating an empty setting variable which then will skip all lines until the end is reached 19:39 Krock this is a sane implementation which would also allow nested group settings 19:39 Krock and the deleted lines are then read to a new stringstream.. which is discarded afterwards again 19:42 Krock to test the PR, edit a noise setting in the current master build. }'s will be left over 19:42 Krock doing the same will remove them entirely when resetting the noise values to default 19:46 Krock added instructions to the PR