Timeline



06/01/11:

10:22 Ticket #580 (srfi-modules not up to date) closed by felix winkelmann
fixed: Fixed in version 0.2
09:03 Ticket #579 (Numbers egg does not compute the same result as other schemes) closed by felix winkelmann
worksforme: Yeah, I agree completely. Very unfortunate. Thanks for figuring this out.
08:58 Ticket #585 (int32 not allowed as arg type) closed by felix winkelmann
fixed: Thanks, patch applied in "experimental".
08:57 Ticket #588 (latch's .meta lacks license information) closed by felix winkelmann
fixed: Thanks, mario. Should be fixed in 0.2

05/31/11:

14:28 Ticket #588 (latch's .meta lacks license information) created by Mario Domenech Goulart
According to the docs, it is public domain, so probably […] would …
14:27 Ticket #587 (CR: expt should signal error on domain error) created by felix winkelmann
expt returns +NaN when called with a negative first argument and a …

05/30/11:

23:55 Ticket #586 (qt-light egg: qt:stop function doesn't work on a qt-timer object) created by ewfalor
The documentation (http://wiki.call-cc.org/eggref/4/qt-light#qtstop) …
22:20 Ticket #585 (int32 not allowed as arg type) created by Jim Ursetto
Support for int32 is already there, it is just not recognized as …
08:33 Ticket #581 (cvjm needs shell) closed by felix winkelmann
invalid: cvjm is not released and will perhaps never be. I will remove it from …

05/29/11:

16:27 Ticket #584 (Unused arguments in callback wrappers are incorrectly optimized away) created by sjamaan
[…] This gives an error: […] This is caused by the fact that …

05/28/11:

05:43 Ticket #583 (error-utils and simple-units need variable-item) created by Mario Domenech Goulart
See …
05:39 Ticket #582 (neurolucida needs ssax) created by Mario Domenech Goulart
neurolucida.meta's need should require the ssax egg, since it is …
05:36 Ticket #581 (cvjm needs shell) created by Mario Domenech Goulart
cvjm.meta's depends should require the shell egg. See …

05/27/11:

11:33 Ticket #580 (srfi-modules not up to date) created by felix winkelmann
Figure out all supported SRFIs and update modules provided by this egg.
11:24 Ticket #579 (Numbers egg does not compute the same result as other schemes) created by Christian Kellermann
Dominic Pearson reported on #chicken the following problem: When …

05/26/11:

21:19 Ticket #578 (use with import specifiers has no effect for internal modules on the ...) created by Moritz Heidkamp
For example: […] use without import specifiers however acts …

05/25/11:

13:36 Ticket #577 (`csv-record?' unbound) closed by Ivan Raikov
fixed: Fixed in version 4.3.0 of csv.
13:02 Ticket #577 (`csv-record?' unbound) created by Mario Domenech Goulart
I received the following bug report via e-mail: […]

05/24/11:

22:32 Ticket #542 (sendfile errors out on input ports that are not linked to a file-descriptor) closed by sjamaan
fixed: This works fine now, thanks! When will there be a release? :)

05/21/11:

23:03 Ticket #576 (qt egg does not install in 4.6.7 because getenv is now ...) closed by felix winkelmann
fixed: Thanks a lot. I do not maintain this egg anymore, but the current …

05/19/11:

04:41 Ticket #576 (qt egg does not install in 4.6.7 because getenv is now ...) created by ewfalor
The file qt.setup at line 8 calls getenv, which is now called …

05/17/11:

14:55 Ticket #575 (Extended lambda list syntax with default values isn't checked properly) closed by felix winkelmann
fixed: Patch applied. Thanks.
14:05 Ticket #574 (Define-constant cannot be used with the FFI) closed by felix winkelmann
fixed: The example you give in your later comment will now trigger an error. …
12:00 Ticket #575 (Extended lambda list syntax with default values isn't checked properly) created by sjamaan
When using a default value with an optional argument, you get a …

05/15/11:

14:25 Ticket #573 (types.db: "allocate" can return false, not just pointers) closed by felix winkelmann
fixed: Correct. Thanks.

05/10/11:

19:44 Ticket #574 (Define-constant cannot be used with the FFI) created by sjamaan
I'm not 100% sure this is even a bug or just bad documentation/error …
15:03 Ticket #573 (types.db: "allocate" can return false, not just pointers) created by sjamaan
(allocate -1) => #f But when I do {{{(let ((x (allocate y))) …
11:10 Ticket #570 (Unable to deploy sxpath library with Chicken 4.6.7 under Mac OS X) closed by felix winkelmann
fixed: I have disabled -setup-mode when -deploy is used. The manual actually …

05/08/11:

13:12 Ticket #572 (opengl egg doesn't link with libGLU) closed by felix winkelmann
fixed: Thanks, Moritz.

05/04/11:

17:47 Ticket #572 (opengl egg doesn't link with libGLU) created by Moritz Heidkamp
It seems that -lGLU is missing from link-options for non-windows/macos …

05/02/11:

14:48 Ticket #481 (srfi-19 incorrectly using getenv in experimental branch) closed by felix winkelmann
worksforme: Looks like locale doesn't use this anymore.
14:40 Ticket #522 (rpc uses removed `project' procedure) closed by felix winkelmann
fixed
14:38 Ticket #510 (Eggs using deprecated `noop' procedure) closed by felix winkelmann
fixed: Seems to be fixed.
14:37 Ticket #222 (Export `ssax:warn') closed by felix winkelmann
fixed: Tagged as 5.0.4.
14:25 Ticket #454 (mpd-client needs to import let-optionals* from chicken unit) closed by felix winkelmann
fixed: Seems to be fixed.
14:23 Ticket #552 (setup file for srfi-42 1.6.1 reports version as 1.6) closed by felix winkelmann
worksforme: Since 1.7 has been tagged, I think we can live with this.
14:21 Ticket #508 (Eggs using deprecated `getenv' procedure) closed by felix winkelmann
fixed: qt and free-gettext seem to be fine. I changed embedded-test myself.
14:11 Ticket #565 (EQV? doesn't distinguish between 0.0 and -0.0) closed by felix winkelmann
wontfix
14:10 Ticket #13 (chicken-install fails with TCP connect timeout) closed by felix winkelmann
worksforme: I increased the connection and read/write timeouts to 30 secs (merge …
14:08 Ticket #566 (Cygwin doesn't display -0.0 correctly) closed by felix winkelmann
wontfix
14:07 Ticket #336 (format-compiler-base overwrites previous definition of `format') closed by felix winkelmann
fixed: I changed this and tagged a new version ({{17017.1}}).
12:48 Ticket #571 (merging rest-parameter in combination with inlining fails) closed by felix winkelmann
fixed: A bugfix has been merged into the "master", "experimental" and …
Note: See TracTimeline for information about the timeline view.