Timeline



12/11/10:

18:26 Ticket #451 (Unexpected warning using define-values at toplevel.) created by Alan Post
The following program: […] When compiled with 'csc -d2 -o …
17:26 Ticket #450 (byte-blob does not load posix) created by Moritz Heidkamp
Currently, the byte-blob egg merely imports the posix extension but it …
15:39 Ticket #449 (csc doesn't handle relative paths correctly) created by Moritz Heidkamp
Passing a relative path containing more than one ".." leads to csc not …
13:53 Ticket #444 (Symbol lookup fails in modules in conjunction with renaming macros) closed by felix winkelmann
fixed: patch is applied, thanks.
13:24 Ticket #447 (Inconsistency when calling set-finalizer! multiple times on the same object) closed by felix winkelmann
fixed: This should be fixed now (experimental). The code that walked the …
13:21 Ticket #114 (Improvements to tinyclos) closed by felix winkelmann
wontfix: closed, obsolete, forgotten.
13:20 Ticket #387 (import without warnings) closed by felix winkelmann
worksforme: I close this, since you seem to have forgotten about it.
13:19 Ticket #122 (tinyclos generic mechanism gets confused by a surplus of arguments.) closed by felix winkelmann
wontfix: I close this, since I consider tinyclos obsolete, and because nobody …

12/10/10:

14:41 Ticket #448 (Spiffy: allow code to be executed after dropping privileges and before ...) created by Mario Domenech Goulart
Currently there is no straight forward way to make Spiffy execute code …
09:41 Ticket #436 (find more efficient way to bulk-init locally allocated data) closed by felix winkelmann
wontfix: Since the compiler has to create the local data anyway, I can't see …

12/09/10:

22:51 Ticket #447 (Inconsistency when calling set-finalizer! multiple times on the same object) created by Moritz Heidkamp
The following program prints "b" when interpreted and "ba" when …
22:32 Ticket #446 (Finalizers for top level bindings don't get executed upon program exit) created by Moritz Heidkamp
The following program does never print "finalized x", neither when …
14:16 Ticket #445 (define-record doesn't respect scope rules) created by Mario Domenech Goulart
It seems that somehow record definitions don't respect scope rules. …
12:14 Ticket #424 (umask support) closed by Mario Domenech Goulart
fixed: I think so (from /cr-proposal: "The voting period should not exceed …
11:27 Ticket #340 (Spiffy hangs occasionally (again!)) closed by felix winkelmann
fixed: Replying to sjamaan: > I think the safe-scheduler is a …

12/08/10:

21:59 Ticket #444 (Symbol lookup fails in modules in conjunction with renaming macros) created by Moritz Heidkamp
I stumbled upon a problem when trying to generate a …
21:00 Ticket #443 (#!rest and #!key are not internally consistent) created by Alan Post
Run the following program through csi with the test egg installed. …

12/07/10:

13:45 Ticket #442 (Reloading .so files) created by Mario Domenech Goulart
It seems that .so files cannot be properly reloaded when the loader is …
11:16 Ticket #441 (equal? may not recurse into closures) created by felix winkelmann
Because it is impossible to avoid circular data when comparing …
11:11 Ticket #440 ('Error: stack overflow' error in unexpected situation) closed by felix winkelmann
invalid: This was caused by circular data in an implicit equal? comparison in …

12/06/10:

02:05 Ticket #438 (clean target removes generated setup-api DISTFILEs) closed by cinch
fixed: i tried various combinations of make install, make uninstall, make …
00:12 Ticket #440 ('Error: stack overflow' error in unexpected situation) created by Alan Post
This ticket is a follow-up to the …

12/05/10:

20:32 Ticket #439 (Quasiquote simplification and improved syntax checks) created by sjamaan
While studying the expander, I stumbled upon a problem in the …

12/04/10:

20:14 Ticket #438 (clean target removes generated setup-api DISTFILEs) created by cinch
i'm trying to compile chicken on debian testing. i found a small bug …

11/30/10:

16:12 Ticket #437 (improve closure generation code) created by felix winkelmann
Large letrec forms in one example (genturfahi) generates code like …
16:04 Ticket #436 (find more efficient way to bulk-init locally allocated data) created by felix winkelmann
For example, letrec creates code like this: […] One could use …

11/29/10:

12:56 Ticket #425 (poll test) closed by felix winkelmann
worksforme: I think we have tested this sufficiently.
12:48 Ticket #435 (Strip-syntax does not strip syntax from vector literals) closed by felix winkelmann
fixed: Thanks, sjamaan.

11/28/10:

16:35 Ticket #435 (Strip-syntax does not strip syntax from vector literals) created by sjamaan
[…] Fix is simple; see the attached patch (also contains a test).

11/25/10:

11:49 Ticket #431 (rewrite-rules for `string->number' and `exact->inexact' can be done better) closed by felix winkelmann
fixed

11/22/10:

14:25 Ticket #433 (#!key args not assigned when |eval| called on compiler output) closed by Alan Post
invalid: I have committed r21593, which uses string->keyword rather than …
12:25 Ticket #397 (pdf-font.scm from pdf Egg does not build on Chicken 4) closed by felix winkelmann
fixed: Sorry, this is fixed for quite a while now. Forgot to close the ticket.
12:23 Ticket #434 (feature for irregex) closed by felix winkelmann
fixed: This should be available now ("experimental"), the feature is named …
12:21 Ticket #432 (scrutinizer should warn if `if' without else branch is in ...) closed by felix winkelmann
fixed

11/21/10:

23:44 Ticket #434 (feature for irregex) created by Moritz Heidkamp
A total-irregex feature for use with cond-expand would be …
23:32 Ticket #433 (#!key args not assigned when |eval| called on compiler output) created by Alan Post
==== Set Up ==== This ticket is a follow-up to the …

11/19/10:

12:05 Ticket #378 (implement equivalence predicate that combines equal? and =) closed by felix winkelmann
fixed

11/17/10:

23:53 Ticket #432 (scrutinizer should warn if `if' without else branch is in ...) created by felix winkelmann
Suggested by Joerg Wittenberger.

11/14/10:

02:17 Ticket #429 (missing knil argument to `fold-rows') closed by Jim Ursetto
fixed: All right. Should be fixed in sql-de-lite 0.4.2, closing.

11/13/10:

14:09 Ticket #431 (rewrite-rules for `string->number' and `exact->inexact' can be done better) created by felix winkelmann
These currently rewrite to CPS primitives, but can be much more …
12:35 Ticket #430 (commit cbb27fe380ff8e45cdf04d812e1ec649bf45ca47 not (always) ...) closed by felix winkelmann
fixed: Thanks for reporting this - should be fixed in 2ee23dc ("experimental").
08:46 Ticket #430 (commit cbb27fe380ff8e45cdf04d812e1ec649bf45ca47 not (always) ...) created by Alan Post
I have started getting a compilation error in my egg, genturfahi. …

11/12/10:

14:47 Ticket #429 (missing knil argument to `fold-rows') created by felix winkelmann
fold-rows* forgets to pass the second argument to fold-rows. The …
Note: See TracTimeline for information about the timeline view.