atlas-engineer / nclasses

A `define-class` macro for less boilerplate
Other
7 stars 2 forks source link

test: Add :unbound test + add missing keyword test. #8

Closed Ambrevar closed 1 year ago

Ambrevar commented 1 year ago

Confirms that #7 is already fixed.

@aartaka Am I mistaken? If you look at the code, :unbound is strictly equivalent to "no initform", which is handled by default-type-inference and returns NIL, thus resulting in no type.

aartaka commented 1 year ago

Yep, seems to be fixed in fresh nclasses, sorry for the false alarm. Most probably was a cache problem on my machine (*´∀'*)