odin-lang / Odin

Odin Programming Language
https://odin-lang.org
BSD 3-Clause "New" or "Revised" License
6.1k stars 550 forks source link

Replace `max(8, 1)` in _append_elem with just `8` and a comment. #3808

Closed karl-zylinski closed 5 days ago

karl-zylinski commented 6 days ago

I ran into max(8, 1) in _append_elem and thought it was a mistake. I didn't know I had to look into _append_elems to understand why it was like that, so I ended up asking on Discord about it. So I clarified it a bit.