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

refactor: rename vars and params to prevent module name shadowing #122

Closed ttytm closed 10 months ago

ttytm commented 1 year ago

Ensures the kernel keeps compiling, related to: https://github.com/vlang/v/pull/18118

ttytm commented 11 months ago

@medvednikov regarding the util-vinix CI: Should it be disabled for the time being? It looks that with the conflicts with the stdlib it's just 6 hour runs not really leading anywhere. Same result tested locally, but with v version 0.3.3 they are done fairly quick.

ttytm commented 10 months ago

No issues with compiling util-vinix since https://github.com/vlang/v/commit/e3b0dfbfddf1813be8b4b04bf911a8e731e94628 🎉

medvednikov commented 10 months ago

Great job!