-
Notifications
You must be signed in to change notification settings - Fork 17
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
Compile error by assigning an array to inner const #390
Labels
Comments
Hi! shiika/lib/skc_codegen/src/lib.rs Lines 484 to 499 in 4a3252f
Inside gen_const_inits function we call self.new_ctx with empty Hash as lvars param. Should I add a pair somewhere?
|
The story is little more complex. The compiler defines LLVM function for each constant (like
the LLVM functions should not be per constant but per class. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Given
Expected
no error
Actual
The text was updated successfully, but these errors were encountered: