sophiajt / june

MIT License
803 stars 31 forks source link

remove `todo!`s in `typecheck_call_helper` #62

Closed yaahc closed 5 months ago

yaahc commented 5 months ago

we currently have some unimplemented branches for subtyping in function calls with named parameters.

The current implementation produces an error before codegen, so there will proably be additional changes needed to the typechecker as part of this change.

yaahc commented 5 months ago

fixed by https://github.com/sophiajt/june/pull/63