-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Throws a graceful type error for `ctpop` in the code gen. Adds the expectation to the test case. Marks the test case as no longer `fixme`
- Loading branch information
1 parent
f990744
commit 44b540d
Showing
6 changed files
with
63 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
error: Type check failed for intrinsic `ctpop`: Expected integer type, found () | ||
| | ||
12 | let n = ctpop(()); | ||
| ^^^^^^^^^ | ||
|
||
error: aborting due to previous error |
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.