Timeline



03/14/11:

15:45 Ticket #529 (close-input-pipe returns unspecified value on windows) created by Mario Domenech Goulart
Attached is a patch for posixwin.scm against experimental.
15:04 Ticket #528 (sendfile on Windows mingw-msys) created by Mario Domenech Goulart
Installing sendfile on Windows mingw-msys fails: […]
11:49 Ticket #483 (license information in dependency graph for salmonella report) closed by Mario Domenech Goulart
invalid: Sorry. Somehow I had overlooked this ticket. The dependencies graphs …
07:48 Ticket #519 (out of memory panic -- possible leak?) closed by felix winkelmann
fixed: Thanks for reporting. qq-forms where not optimized correctly which …
07:09 Ticket #527 (ezxdisp egg setup file does not work with linker on OS X 10.6) closed by felix winkelmann
fixed: Thanks - I have removed the -L and tagged a new version (2.7).
07:00 Ticket #523 (contracts: "unterminated list" error) closed by felix winkelmann
fixed
06:59 Ticket #521 (spock's .meta has two `depends') closed by felix winkelmann
fixed
06:59 Ticket #525 (chicken-core's README: s/If CHICKEN is build successfully/If CHICKEN ...) closed by felix winkelmann
fixed
06:58 Ticket #516 (letrec fails when used in re-assigning top-level bindings) closed by felix winkelmann
fixed: This should be fixed in experimental.
03:51 Ticket #527 (ezxdisp egg setup file does not work with linker on OS X 10.6) created by Tim Sally
Installation of the ezxdisp egg fails on OS X with the following …

03/12/11:

00:53 Ticket #526 (enable parallel builds) created by Jim Ursetto
Patch adds support for reliable parallel builds. At the least, it …

03/11/11:

15:31 Ticket #525 (chicken-core's README: s/If CHICKEN is build successfully/If CHICKEN ...) created by Mario Domenech Goulart
A small typo reported by merlincorey on #chicken. A patch is attached.
15:00 Ticket #524 (chicken-install -deploy does not copy internal eggs/units) created by Christian Kellermann
This is a placeholder for myself: chicken-install -deploy should imho …

03/10/11:

13:49 Ticket #523 (contracts: "unterminated list" error) created by Mario Domenech Goulart
See http://tests.call-cc.org/2011/03/10/salmonella-report/contracts.html
13:47 Ticket #522 (rpc uses removed `project' procedure) created by Mario Domenech Goulart
See http://tests.call-cc.org/2011/03/10/salmonella-report/rpc.html for …
13:32 Ticket #521 (spock's .meta has two `depends') created by Mario Domenech Goulart
AFAICS, deps from chicken-install.scm gets the first …

03/08/11:

12:39 Ticket #520 (Dev snapshots not built correctly through bootstrap compiler) reopened by sjamaan
hm, that sounds serious. I'll ask Mario to have a look at this.
12:07 Ticket #520 (Dev snapshots not built correctly through bootstrap compiler) closed by sjamaan
invalid: This is a known problem if you've built Chicken using an older …
11:58 Ticket #520 (Dev snapshots not built correctly through bootstrap compiler) created by Ivan Raikov
The silex egg compiles fine with Chicken 4.6.5, but upon attempting to …
11:46 Ticket #513 (json-abnf chokes on escapes in strings) closed by Ivan Raikov
fixed
11:45 Ticket #512 (static-modules exports procedure-internal definitions) closed by Ivan Raikov
fixed

03/05/11:

18:38 Ticket #519 (out of memory panic -- possible leak?) created by Moritz Heidkamp
As noted by taylanub on #scheme, the program at …
18:10 Ticket #518 (strip-syntax returns wrong value for renamed symbols exported form a module) created by Moritz Heidkamp
Stripping syntax from symbols in a macro that have previously been …
15:18 Ticket #504 (define-syntax in begin-for-syntax body ineffective) closed by sjamaan
fixed: This works now

03/04/11:

09:55 Ticket #517 (Strange segfaults when linking to pthreads) closed by sjamaan
invalid: According to Aleksej Saushev this is a NetBSD bug, not a Chicken bug. …
09:05 Ticket #517 (Strange segfaults when linking to pthreads) created by sjamaan
As reported on the mailinglist: …

02/27/11:

21:01 Ticket #486 (Interrupting a tcp read operation causes a crash) closed by Jim Ursetto
fixed: Yes, I can no longer reproduce the problem. I was also getting a …
20:45 Ticket #493 (set! returns its value when compiled) closed by Jim Ursetto
invalid: Since you indicated this is not a problem with set! or display, and …

02/25/11:

22:35 Ticket #516 (letrec fails when used in re-assigning top-level bindings) created by Moritz Heidkamp
The following program works as expected when interpreted, i.e. it …
09:32 Ticket #515 ((string->symbol "|") generates illegal unreadable symbol |) closed by felix winkelmann
fixed
09:32 Ticket #499 (load .types files for all requirements) closed by felix winkelmann
fixed
08:48 Ticket #496 (shell egg doesn't properly quote command lines) closed by felix winkelmann
wontfix
08:47 Ticket #503 (bind still doesn't handle typedefs correctly) closed by felix winkelmann
fixed

02/24/11:

22:33 Ticket #515 ((string->symbol "|") generates illegal unreadable symbol |) created by Jim Ursetto
It generates | instead of the legal |\||.

02/20/11:

13:25 Ticket #513 (json-abnf chokes on escapes in strings) reopened by Moritz Heidkamp
Thanks for the quick fix, Ivan! Now there is another problem: For some …
08:17 Ticket #514 (json-abnf discards empty objects, strings and arrays) closed by Ivan Raikov
fixed: Fixed in json-abnf release 3.2
08:17 Ticket #513 (json-abnf chokes on escapes in strings) closed by Ivan Raikov
fixed: Fixed in json-abnf release 3.2
05:06 Ticket #514 (json-abnf discards empty objects, strings and arrays) created by Moritz Heidkamp
Empty objects, strings and arrays (i.e. {}, "" and []) are completely …
04:53 Ticket #513 (json-abnf chokes on escapes in strings) created by Moritz Heidkamp
Parsing JSON strings containing escape sequences like "\n" or …

02/19/11:

13:57 Ticket #512 (static-modules exports procedure-internal definitions) created by sjamaan
When compiling static-modules, we get messages like this: Warning: …
13:34 Ticket #511 (Syntax-rules expansion uses unprefixed identifiers which can be ...) created by sjamaan
It appears that "declare" statements in macro expanded code don't work …

02/18/11:

21:26 Ticket #509 (Eggs using deprecated `milliseconds->time' procedure) closed by Mario Domenech Goulart
fixed: I'm closing this ticket since Thomas said he fixed sqlite3 …
13:31 Ticket #510 (Eggs using deprecated `noop' procedure) created by Mario Domenech Goulart
The following eggs break on 4.6.5 because they use the noop
13:27 Ticket #509 (Eggs using deprecated `milliseconds->time' procedure) created by Mario Domenech Goulart
The following eggs break on 4.6.5 because they use the …
13:17 Ticket #508 (Eggs using deprecated `getenv' procedure) created by Mario Domenech Goulart
The following eggs break on 4.6.5 because they use the getenv
13:14 Ticket #507 (Eggs using deprecated `pointer' type specifier) created by Mario Domenech Goulart
The following eggs break on 4.6.5 because they use the pointer
01:05 Ticket #506 (pretty-print does not escape strings like write does) created by Alan Post
I would expect the follow to both print "\t" to the screen: […] …

02/17/11:

22:23 Ticket #505 (permit user-defined read-syntax to restart the reader) created by Jim Ursetto
Currently, user-defined read-syntax must return a value to the reader; …

02/14/11:

12:05 Ticket #504 (define-syntax in begin-for-syntax body ineffective) created by felix winkelmann
(begin-for-syntax (define-syntax ...)) doesn't seem to work. I …
12:03 Ticket #503 (bind still doesn't handle typedefs correctly) created by felix winkelmann
Was supposed to be fixed in 0.93, but according to ckeen isn't.
09:30 Ticket #502 (in spiffy, make tcp-addresses configurable) closed by sjamaan
fixed: It's applied. Thanks for the patch, Jim!
04:25 Ticket #502 (in spiffy, make tcp-addresses configurable) created by Jim Ursetto
spiffy has only one dependency on the core tcp unit -- …
03:33 Ticket #501 (sendfile 1.7.4 broken on OS X) closed by Jim Ursetto
fixed: Nvm, transient credentials problem. Committed. Other platforms …
03:29 Ticket #501 (sendfile 1.7.4 broken on OS X) created by Jim Ursetto
Attached patch fixes problem. I am unable to commit to sendfile trunk.
02:20 Ticket #500 (record types of the same name are treated equal) closed by Jim Ursetto
wontfix: Yeah. Normal fix for this is to make your record names unambiguous …

02/13/11:

15:17 Ticket #500 (record types of the same name are treated equal) created by Moritz Heidkamp
Defining record types of the same name in two different modules are …
14:15 Ticket #499 (load .types files for all requirements) created by felix winkelmann
Similar to the handling of .inline files, done in batch-driver.c. …
14:11 Ticket #498 (implement apply-hack for MIPS CPUs) created by felix winkelmann
The apply-hack is not yet implement for mips. Attached is the assembly …
14:04 Ticket #497 (cairo egg install broken) closed by felix winkelmann
fixed: Thanks a lot! Patch is applied (cairo 0.1.9)
01:49 Ticket #497 (cairo egg install broken) created by Bobby Powers
hi folks, $ chicken-install cairo fails for me, with the error "csc: …
Note: See TracTimeline for information about the timeline view.