Skip to content
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

don't silently drop symbols without implementation #1169

Open
t-vi opened this issue Sep 18, 2024 · 1 comment
Open

don't silently drop symbols without implementation #1169

t-vi opened this issue Sep 18, 2024 · 1 comment

Comments

@t-vi
Copy link
Collaborator

t-vi commented Sep 18, 2024

Currently, if a symbol does not have an implementation, it is silently dropped in transform_for_execution.

This was one factor of making it hard to debug #1166 and is quite a UX hazard when things go wrong for whatever reason.

cc @apaz-cli

@IvanYashchuk
Copy link
Collaborator

What is meant by "does not have an implementation"? No meta function

meta: Callable | None = None

or no python_impl function
python_impl: None | Callable = None

?

Can you provide a minimal example of problematic behavior and what change would you like to see?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants