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

Implement type infer #4

Open
anvlobachev opened this issue Mar 7, 2024 · 1 comment
Open

Implement type infer #4

anvlobachev opened this issue Mar 7, 2024 · 1 comment
Assignees

Comments

@anvlobachev
Copy link
Owner

anvlobachev commented Mar 7, 2024

Suggest is to use numba type infer from comment right before function.
Source class stays clean from numba specific code.

# ("f8[:](f8[:,:], i8)")
def func(arr1, arr2):
    pass
@anvlobachev anvlobachev self-assigned this Mar 7, 2024
anvlobachev added a commit that referenced this issue Mar 13, 2024
@anvlobachev
Copy link
Owner Author

anvlobachev commented Mar 13, 2024

Seems it's possible to solve.
Reopening issue.

@anvlobachev anvlobachev closed this as not planned Won't fix, can't repro, duplicate, stale Mar 13, 2024
@anvlobachev anvlobachev reopened this Apr 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant