yona-lang / yona

Yona is a modern take on a dynamic general-purpose programming language with advanced functional programming, minimalistic ML-like syntax, strict evaluation, for GraalVM polyglot virtual machine (VM).
https://yona-lang.org/
GNU General Public License v3.0
127 stars 6 forks source link

Should not directly call dispatch.execute from stdlib functions. #37

Closed akovari closed 4 years ago

akovari commented 4 years ago

dispatch.execute when called from a stdlib function bypasses arguments checks in InvokeNode. This is not great

akovari commented 4 years ago

nothing to do here