Revised latest TODO's

This commit is contained in:
Justin Ethier 2015-07-18 22:39:20 -04:00
parent a634fd7c6e
commit 3d31aaf531

12
TODO
View file

@ -13,16 +13,10 @@ Working TODO list:
- self-hosting, there are a lot of accumulated TODO's that need to be addressed - self-hosting, there are a lot of accumulated TODO's that need to be addressed
- installation - let's get this nailed down, since it is important and a mess right now - installation - let's get this nailed down, since it is important and a mess right now
* need to figure out how to get the share/cyclone dir from build * looks like will need to relocate .scm files from main dir to the same dirs as the .sld files.
cmd line to the codebase. Maybe it could be part of the runtime see issues with trying to compile self2
library, as a C argument? EG: could pass $(PREFIX) to the build note self now requires a 'make install' to get the sld's in place
command
how about we add installation-dir (AKA PREFIX) as a libcyclone.a function?
the code can assume a cyc:get function for install dir and act accordingly.
in addition, the chicken code can just hardwire it to the current directory or a home dir (maybe ideal, that is just debug anyway)
1) makefile needs to pass PREFIX when building the runtime lib
* figure out how a build will go now. is it possible to build locally * figure out how a build will go now. is it possible to build locally
and test (which would be ideal) or is an install required? a and test (which would be ideal) or is an install required? a