Handle all user generated code errors in the type checker #885

Merged
ghallak merged 15 commits from ghallak/270 into master 2022-07-26 00:48:47 +09:00
ghallak commented 2022-06-25 05:25:22 +09:00 (Migrated from gitlab.com)

Fixes: #270

Fixes: #270
zxq9 commented 2022-07-24 00:36:01 +09:00 (Migrated from gitlab.com)

Created by: radrow

Why alias_t and not just tuple_t?

*Created by: radrow* Why alias_t and not just tuple_t?
ghallak commented 2022-07-25 05:14:30 +09:00 (Migrated from gitlab.com)

It's not possible to get this type with records and datatypes, so I added alias to make it clear that we're only matching type state = (). I have added a comment here df9f258394 to make that even clearer.

It's not possible to get this type with records and datatypes, so I added alias to make it clear that we're only matching `type state = ()`. I have added a comment here df9f258394823d74819df725a5c1ab6e6b5807eb to make that even clearer.
zxq9 commented 2022-07-25 05:46:18 +09:00 (Migrated from gitlab.com)

Created by: radrow

Review: Approved

*Created by: radrow* **Review:** Approved
zxq9 commented 2022-07-26 00:47:23 +09:00 (Migrated from gitlab.com)

Created by: hanssv

Review: Approved

Great stuff!

*Created by: hanssv* **Review:** Approved Great stuff!
zxq9 commented 2022-07-26 00:48:47 +09:00 (Migrated from gitlab.com)

Merged by: ghallak at 2022-07-25 15:48:47 UTC

*Merged by: ghallak at 2022-07-25 15:48:47 UTC*
Sign in to join this conversation.
No description provided.