librime-lua
librime-lua copied to clipboard
const obj 要如何輸出warning
發現幾個問題
- vars_set : 無function 不會告警 cand.abc = "xxxxxU" -- vars_set 沒有定義 "abc"
- const obj : 針對 const obj 操作 設值也不會告警 如 const DictEntry& Phrase::entry() const { return *entry_; } // 無法設值