Andrii Nemchenko

Results 12 comments of Andrii Nemchenko

Are you sure it's still safe to change the sorting algorithm? From what I understand, on the existing filesystems files are already sorted on disk according to the old algorithm,...

As an option - apply the fix to the next major version, and fix the ordering of existing files through a migration process.

OK. I think the fix should be postponed to the next major disk version, and be applied together with them.

Backtrace: ``` (gdb) bt #0 0x00006087f0369155 in ObjectRef::l_set_attach (L=0x79a46e65b380) at /home/andrii/git/minetest/src/script/lua_api/l_object.cpp:728 #1 0x00006087f02f3193 in script_exception_wrapper (L=0x79a46e65b380, f=0x6087f0368ee6 ) at /home/andrii/git/minetest/src/script/common/c_internal.cpp:41 #2 0x000079a4a95f2aab in ?? () from /usr/local/lib/libluajit-5.1.so.2 #3 0x000079a4a96078c9 in...

I didn't edit README.inventory since it's already outdated

> How exactly can I reproduce the issue in current master? Would you please be so nice to share a screenshot, and Lua Controller code if there any any necessary?...

I think I also need to restrict the maximum size of a batch to avoid its growth up to infinity under particular conditions. UPD. Done

To do: handle the situation of multiple channels UPD. Decided to leave as is for now because multiple channel means that the channel of the chest itself was changed which...

We use `last_message_time_for_chest` to store time, at which the last message was sent, for each chest. A possible problem is that it's cleared only when its batch is sent, and...