Passing a vector to vec throws "invalid sequence"
#895
Issue DescriptionThis code: (vec [])produces: "Uncaught exception: invalid sequence: []" Full errorReproduction StepsRun this in repl: (vec [])jank health checkStack traceOS Version InformationFedora 43 I acknowledge that:
|
Answered by
jeaye
Jul 11, 2026
Replies: 2 comments 1 reply
|
Thanks! This will be covered by the clojure-test-suite tests for @djblue you may be interested in this one, in the meantime. Or not! |
1 reply
Answer selected by
timmw
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This has been fixed by @djblue here: #896