vlang / ui

A cross-platform UI library written in V
MIT License
2.32k stars 154 forks source link

change nil to non keyword #464

Closed watzon closed 2 years ago

watzon commented 2 years ago

The recent unsafe { nil } change introduced nil as a keyword, so I replaced it with non. Don't know how this is actually used, but it doesn't seem as though it's referenced anywhere.

CLAassistant commented 2 years ago

CLA assistant check
All committers have signed the CLA.

watzon commented 2 years ago

I have a follow-up to this which applies more fixes for the unsafe { nil } assignments

medvednikov commented 2 years ago

Thanks :)