aces / Loris-MRI

The set of scripts that preprocess and insert MRI data into the database.
10 stars 51 forks source link

Stricter global type checking #1194

Closed maximemulder closed 1 month ago

maximemulder commented 1 month ago

Improve the global type checker by adding rules for a few things that can obviously be checked as errors even without the presence of types (unbound variables, useless type checks, unused expressions...).