OpenDreamProject / OpenDream

A project for running games made in the DM programming language
MIT License
208 stars 112 forks source link

Lint for invalid datum[] indexing #1877

Closed ike709 closed 4 months ago

ike709 commented 4 months ago

Closes #1876

Invalid in BYOND 515.1641+

Don't want to make it fatal since it'd brick OD compilation of codebases targeting older versions.

ike709 commented 4 months ago

CI failure is unrelated.

amylizzle commented 4 months ago

This is warning on goon's /datum/db_record which has operator[] defined.

ike709 commented 4 months ago

Fixed it.