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

[Le #145] Handle IllegalArgumentException with no message #55

Open
stanislowskij opened this issue Sep 10, 2024 · 1 comment
Open

[Le #145] Handle IllegalArgumentException with no message #55

stanislowskij opened this issue Sep 10, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request needs exploration Need to find more specific examples and narrow down the issue small bug Something isn't working right, but not fatal

Comments

@stanislowskij
Copy link
Collaborator

⚠️ Imported from legacy repository. This issue is a duplicate of Clojure-Intro-Course/babel-legacy#145.

babel.middleware=> (make-array Void/TYPE 5)
Default Error:

In Clojure interactive session on line 1.
Call sequence:
[make_array (ns:clojure.core) called in file core.clj on line 3995]
[Clojure interactive session (repl)]
@stanislowskij stanislowskij added enhancement New feature or request small bug Something isn't working right, but not fatal labels Sep 10, 2024
@stanislowskij stanislowskij added the needs exploration Need to find more specific examples and narrow down the issue label Sep 21, 2024
@stanislowskij
Copy link
Collaborator Author

stanislowskij commented Sep 21, 2024

How do we go about this? What cases will produce Clojure errors with no message? It would be wildly unhelpful to just tell the user "Clojure did not produce an error message."

This specific example references line number "-2" of Arrays.java in the exception data for some reason?? Internal Clojure issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request needs exploration Need to find more specific examples and narrow down the issue small bug Something isn't working right, but not fatal
Projects
None yet
Development

No branches or pull requests

2 participants