Makopo/lslint

Vector element types not checked in globals

Closed this issue · 0 comments

Example:

vector A = <"", 0, 0>;
default{timer(){A;}}

gives no errors. Seems like a consequence of c399e93 or its follow-up commits. I'm looking into it.

EDIT: Upon examination, it's a preexisting bug. The first commit has the same problem.