bscotch / stitch

Tools and apps for GameMaker development: a CLI for pipeline development, a VSCode extension for coding, and more.
Other
119 stars 13 forks source link

Function arguments should have their types checked #91

Open adam-coster opened 1 year ago

adam-coster commented 1 year ago

Now that we have pretty good type support, function arguments should be tested against the function's parameter types. Diagnostics should be emitted as warnings until we're confident in their accuracy.