On Wed Jan 17 08:16:37 2024 +0000, Rémi Bernon wrote:
Using `switch (MAKE_IDTYPE(chunk.id, chunk.type))` like you did above, let you put every case on the same switch level and IMO makes the code nicer to read.
What about chunks without a type (non-list chunks)?