Tags: T0shik/feersum
Tags
Generate Version even on `--no-build` (iwillspeak#33) If `--no-build` is specified we currently don't generate the props file. Fix that by using `BeforeBuild instead. Register as TFM Specific Pack File. It isn't really, but this ensures the file is always generated and evaluated for inclusion in the package.
Chibi R7RS Tests (iwillspeak#11) This PR introduces a modified version of the Chibi Scheme R7RS conformance tests to the spec/ folder. Also includes a simple SRFI-64 test library implementation. This test suite checks for R7RS compliance, most of it is commented out for now.
Fix NRE in Display `()` When given the empty list `display` would throw due to calling `ToString` on `null`. Fixes iwillspeak#2