vlang / vinix

Vinix is an effort to write a modern, fast, and useful operating system in the V programming language
https://vlang.io
GNU General Public License v2.0
1.89k stars 120 forks source link

fix usages of mut interface methods #61

Closed alehander92 closed 2 years ago

alehander92 commented 2 years ago

EDIT: ok to merge (don't merge yet! a draft,) preparing for https://github.com/vlang/v/pull/11963

where create_node is used(as commented in one of the places with TODO) should it maybe mut parent? doesn't create_node mutate parent? i guess this is deliberately hidden for now