Makopo/lslint

new release with latest changes

Closed this issue ยท 5 comments

Hi @Makopo,

if you find some time I'd appreciate a new release with the latest changes.

Thanks

Hold on, I'm sending another PR first. I've just found that key + string is allowed but it shouldn't:

default{timer(){
key k; string s;
k + s; // no complaint
}}

After resolving #89 I'll publish release.

Note also the new functions, llName2Key and llRequestUserKey in KWDB.

Released.
https://github.com/Makopo/lslint/releases/tag/v1.1.0
Sorry for empty summary, I'll write it in near future.