Fix several internal errors #393

Merged
sb10q merged 3 commits from enhance/issue-149-ndarray/operators into master 2024-04-05 18:46:57 +08:00
Collaborator
  • Fixed unary operator types for primitive operands
  • Fixed location of unary and compare expressions in type inferencer
- Fixed unary operator types for primitive operands - Fixed location of unary and compare expressions in type inferencer
derppening added 3 commits 2024-04-05 15:50:38 +08:00
e614dd4257 core/type_inferencer: Fix location of unary/compare expressions
Codegen uses this location information to determine the CallId, and if
a function call is the operand of a unary expression or left-hand
operand of a compare expression, codegen will use the type of the
operator expression rather than the actual operand type.
derppening requested review from sb10q 2024-04-05 15:50:42 +08:00
sb10q merged commit e614dd4257 into master 2024-04-05 18:46:57 +08:00
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: M-Labs/nac3#393
There is no content yet.