Shadow binding causes issues for cpp code gen #682
Replies: 1 comment
-
|
Fixed here: #683 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Issue Description
The following Clojure code will generate cpp which causes compiler errors:
with the following cpp code:
auto &&clojure_core_f_79027( jank::runtime::make_box<::clojure::core::fn_79026>(clojure_core_f_79027));and the following error:
Reproduction Steps
JANK_PRINT_IR=1 jank run pass-nested-closure.jankjank health check
Stack trace
No response
OS Version Information
WSL2
I acknowledge that:
```) on separate lines.Beta Was this translation helpful? Give feedback.
All reactions