-
Notifications
You must be signed in to change notification settings - Fork 2
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
feat: [FYI] RangeChecker/RangeCompiler to support 1/2/3 args #453
base: main
Are you sure you want to change the base?
Conversation
from guppylang.compiler.expr_compiler import python_value_to_hugr | ||
from guppylang.definition.custom import CustomFunctionDef | ||
|
||
# Find the builtins module. Brute-force search! |
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.
This is the worst bit! Custom Checkers get access to the Func + full Context, Compilers only get the CompiledGlobals which is rather hard to use
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## acl/range_one #453 +/- ##
=================================================
- Coverage 92.58% 92.48% -0.10%
=================================================
Files 49 49
Lines 5555 5591 +36
=================================================
+ Hits 5143 5171 +28
- Misses 412 420 +8 ☔ View full report in Codecov by Sentry. |
No description provided.