-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0.4 bugfixes #159
0.4 bugfixes #159
Conversation
315/316 tests pass
2 fail, 317/319 pass
At compile time, symbols defined in Main are only accessible as Main.symbol. At runtime, we are already in Main, so can be referred to as symbol. 319/319 tests pass
Update docs, Main.function_call() no longer needed 319/319 tests pass
Codecov ReportAttention: Patch coverage is
|
322/325 pass
|
328/328 pass
319/319, no new tests needed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add codegen
tests too, to cover get_dot_parts
, and operates_on_type
functions. We should test the units too and not just the end functionality I guess.
Good point. |
@gergelyattilakiss added tests for internal functions, pls check Also fixed #158 with tests 370/370 tests pass. |
Summary
Related Issues
Number of Passing Unit Tests
Tests passing: 319/319
Checklist
No, let's wait for more bugfixes.
Tests
] test
runs without errorsDocumentation