cosmos72 / cl-parametric-types

(BETA) C++-style templates for Common Lisp
45 stars 7 forks source link

run tests by calling asdf:test-system #3

Closed guicho271828 closed 8 years ago

guicho271828 commented 8 years ago

sorry, WIP

guicho271828 commented 8 years ago

Rebased onto master. I wrote a set of preliminary tests, but it doesnt seem to work. What's wrong?

cosmos72 commented 8 years ago

Thanks for the fixes and the tests :)

I reorganized them a bit, and (fiveam:run! 'cl-parametric-types.test::less) now succeeds. Instead (fiveam:run! 'cl-parametric-types.test::pair) exposes a bug... the specialization of MAKE-PAIR is looked for in the wrong package, I will fix it ASAP

cosmos72 commented 8 years ago

Fixed in 7e19936f25983cd77b7aecf0e6cf171c53340aa8