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

Converting a polyad to argument list for a Java module should fail for missing arguments #87

Open
jjg-123 opened this issue Dec 22, 2024 · 0 comments

Comments

@jjg-123
Copy link
Collaborator

jjg-123 commented Dec 22, 2024

If a call is made like foo#f(x) and there is no variable x, then an error should be raised when converting the arguments of f to a list of java Objects. At this point, a Java (not QDL!) null is sent which leaves the module to reject it. Forgetting to intercept these is too common, so just don't send them.

jjg-123 added a commit that referenced this issue Dec 22, 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