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

[Bug] Jac check doesn't detect that a function is not defined #1343

Open
mgtm98 opened this issue Oct 4, 2024 · 0 comments
Open

[Bug] Jac check doesn't detect that a function is not defined #1343

mgtm98 opened this issue Oct 4, 2024 · 0 comments
Assignees
Labels
bug Something isn't working as expected.

Comments

@mgtm98
Copy link
Collaborator

mgtm98 commented Oct 4, 2024

when doing jac check on and there is a function called but never defined, jac doesn't get the issue

To Reproduce

with entry {
    a = 4;
    b = 7;
    c = a + b;
    d = a + b + c;

    h = float(a);
    l = floor(h);

    print(path);
}

jac check t.jac
@mgtm98 mgtm98 added the bug Something isn't working as expected. label Oct 4, 2024
@mgtm98 mgtm98 self-assigned this Oct 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working as expected.
Projects
None yet
Development

No branches or pull requests

1 participant