~ chicken-core (chicken-5) 94f9b927fa3d7b1a6083cb07a8d7c60aa387b4ae
commit 94f9b927fa3d7b1a6083cb07a8d7c60aa387b4ae
Author: unknown <felix@.(none)>
AuthorDate: Tue Oct 20 16:56:01 2009 +0200
Commit: unknown <felix@.(none)>
CommitDate: Tue Oct 20 16:56:01 2009 +0200
todo update
diff --git a/TODO b/TODO
index 31e76ef7..77cda0c6 100644
--- a/TODO
+++ b/TODO
@@ -4,6 +4,8 @@ TODO for chicken -*- Outline -*-
* bugs
+** csc: no backtrace if chicken fails
+
** compiler
*** pre-optimization
**** changes call-sites and makes them invalid for later pre-optimization
diff --git a/setup-api.scm b/setup-api.scm
index b5739b06..7c6600d7 100644
--- a/setup-api.scm
+++ b/setup-api.scm
@@ -506,7 +506,7 @@
(install-extension
name
(list fname
- (pathname-replace-extension iname "so")
+ iname
(make-pathname #f sname "setup"))
`((version ,version)
(static ,(make-pathname #f fname "o"))))))
Trap