wisp
 

bootstrapping does not precompile correctly anymore

Title: bootstrapping does not pre-compile correctly anymore
ID: 499afb16915b64d56aff710d292b46ddaa060869
Owned By: Arne Babenhauserheide 
Filed On: Monday, October 09 2017 12:22AM

[reproduce]
wget https://bitbucket.org/ArneBab/wisp/downloads/wisp-0.9.6.tar.gz;
tar xf wisp-0.9.6.tar.gz ; cd wisp-0.9.6/;
./configure; make check;
examples/newbase60.w 123

^ shows compilation errors which go away after a short guile ... -c '(import (language wisp spec))'

- all bugs -