killme2008 / aviatorscript

A high performance scripting language hosted on the JVM.
http://fnil.net/aviator/
4.51k stars 839 forks source link

请教一个getVariableFullNames的问题 #549

Closed cyningchen closed 4 months ago

cyningchen commented 1 year ago

let appkey = get_appkey("com.sankuai.aaa.bbb.ccc"); if appkey != nil{ return appkey.serviceLevel; } return nil;

getVariableFullNames返回["appkey.serviceLevel"],与预期为[]不一致,请问是feature还是bug

killme2008 commented 4 months ago

是个 bug,已在 https://github.com/killme2008/aviatorscript/commit/3716a6c429c62117f811b8087d52d885562c0eef 修复

killme2008 commented 4 months ago

Released 5.4.3