robert-strandh / SICL

A fresh implementation of Common Lisp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Inlining doesn't check for correct number of arguments

Bike opened this issue · comments

So e.g. (flet ((f (a) a)) (f 1 2)) => 1, and worse, (flet ((f (a) a)) (f)) gets all the way past HIR.