Miłosz Bieniek
Miłosz Bieniek
And thats all? Just check if have same `char_len`?
Hi! I understand that `ctx.lvars` is missing the key-value pair for `name`. https://github.com/shiika-lang/shiika/blob/4a3252f0d6239f550518d2c104ee9dcae2b157ae/lib/skc_codegen/src/lib.rs#L484-L499 Inside `gen_const_inits` function we call `self.new_ctx` with empty Hash as `lvars` param. Should I add a pair...
If I'm not wrong there are some specs already implemented that can be marked as done here like `Class#attached_object`, `Hash#shift`, `Integer#ceildiv`, `Module#const_added`, `Proc#parameters`, `String#dedup` and probably few more.
Another batch of implemented ones: - `A proc that accepts a single positional argument and keywords will no longer autosplat` - `Constant assignment evaluation order for constants set on explicit...`...