shiika-lang / shiika

A statically-typed programming language
MIT License
224 stars 15 forks source link

Fix String#chars #522

Closed yhara closed 10 months ago

yhara commented 10 months ago

This PR fixes a SEGV occurs by "foo".chars.reverse", for example.

chars is implemented in Rust and calls SkAry::new. I forgot to give appropreate arg for meta_array_new and broken object was created.