Timeline



10/12/10:

19:30 Ticket #202 (Documentation for pandora requires extra eggs and a non-existent file) closed by sjamaan
invalid: I converted pandora to wiki. This ticket no longer applies.
19:30 Ticket #267 (Salmonella sometimes prints [ok] when an egg could not be installed) closed by sjamaan
worksforme: I can't reproduce it anymore either, I'll just close the ticket.

10/08/10:

20:17 Ticket #412 (Compiler flag -fwrapv is not known to GCC 3.3.5) created by Christian Kellermann
This breaks the build on OpenBSD. (Yes the compiler is ancient). Which …
09:11 Ticket #381 (Report the top-level binding that an error occurs in) closed by felix winkelmann
fixed: Should be better in 4.6.2. This required passing along the name of the …

10/07/10:

23:00 Ticket #411 (chicken-doc-admin + 4.6.2: Error: (irregex-match-start-index) not a ...) created by Mario Domenech Goulart
Running chicken-doc-admin with chicken 4.6.2 gives me the following …
10:29 Ticket #410 (chicken-install question does ignore abort) closed by felix winkelmann
fixed: Ugh. Fixed in "experimental" and "master". Thanks.
10:18 Ticket #410 (chicken-install question does ignore abort) created by Christian Kellermann
Try any egg with a missing dependency and chicken-install -n in a …
08:53 Ticket #404 (convert mistie doc to wiki syntax) closed by felix winkelmann
fixed: Excellent - thanks a lot.

10/06/10:

22:57 Ticket #406 (sql-de-lite: `close-database' throws `Error: bad argument type - not a ...) closed by Mario Domenech Goulart
invalid: It works with 4.5.0, 4.6.0 and 4.6.2. It doesn't work with 4.6.1, so …
18:30 Ticket #409 (bind: add support for more types) created by felix winkelmann
In particular [u]int32_t and pointer-vector.
12:12 Ticket #408 (`define-record' should allow using SRFI-17 setters) created by felix winkelmann
For example: […]

10/05/10:

20:26 Ticket #401 (authorization header parsing for digest authentication (intarweb)) closed by sjamaan
wontfix: You say its *purpose* is to authenticate, but its primary purpose is …
13:04 Ticket #380 (sendfile build failure on Windows/cygwin) closed by Mario Domenech Goulart
fixed: The trunk code works fine on Windows and on Linux. Thanks for fixing …

10/04/10:

22:37 Ticket #407 (,ls and ,cs should ask for (evaluated) expression when no system is ...) created by felix winkelmann
(instead of raising error)
08:51 Ticket #388 (eta-reduction is valid in some cases) closed by felix winkelmann
wontfix: This must also check argument variables for not being global. In the …
01:31 Ticket #406 (sql-de-lite: `close-database' throws `Error: bad argument type - not a ...) created by Mario Domenech Goulart
Myabe I'm doing something stupid, but I get an error when closing a …

10/03/10:

14:12 Ticket #396 (Handle empty path components in uri-generic/uri-common) closed by sjamaan
fixed: This was fixed and released as version 2.35 last week.

10/01/10:

11:49 Ticket #392 (record-variants can not handle module-renamed records) closed by felix winkelmann
wontfix: Unless there is any obvious solution, I don't see how to fix this.
11:48 Ticket #367 (chicken-install -p should not influence paths in "files" entry of ...) closed by felix winkelmann
fixed: In deployment mode, no prefix is used. For cross-chickens, …
09:33 Ticket #405 (add IUP egg to the repo) closed by felix winkelmann
fixed: Already done by Thomas Chust.

09/30/10:

15:42 Ticket #399 (The retrieve option for chicken-install doesn't work for local transport) closed by Mario Domenech Goulart
fixed: Seems to work fine. Thank you. I'm closing this ticket.
09:56 Ticket #405 (add IUP egg to the repo) created by felix winkelmann
Thomas Chust has provided IUP wrappers, which should be added to the …
09:14 Ticket #404 (convert mistie doc to wiki syntax) created by felix winkelmann

09/29/10:

15:00 Ticket #315 (make parameters settable) closed by felix winkelmann
fixed
14:41 Ticket #346 (let-values not available for syntax) closed by felix winkelmann
wontfix: That is correct, currently the expansion environment only contains …
14:37 Ticket #402 (string-match is not identical to string-search even with regexp) closed by felix winkelmann
fixed: Daishi, you're right. It was like that before we switched to irregex …
08:48 Ticket #376 (chicken-install panic on Windows/cygwin: nursery is too small) closed by felix winkelmann
worksforme: I close this now. If you think this should be kept open for closer …
08:47 Ticket #382 (implement pointer-vectors) closed by felix winkelmann
fixed
08:46 Ticket #369 (basic arithmetic broken on 64-bit platforms) closed by felix winkelmann
fixed: Has been fixed in "overflow-detection" branch and merged into …
08:45 Ticket #398 (Nested let-syntax failure to strip renamed identifiers) closed by felix winkelmann
fixed

09/28/10:

19:38 Ticket #403 (Add HTTP proxy support to http-client) created by sjamaan
Figure out how to set up a local proxy to test this, and implement it.
16:40 Ticket #402 (string-match is not identical to string-search even with regexp) created by daishi
(sorry, mario. it was me.) The manual says that string-match is …
16:29 Ticket #401 (authorization header parsing for digest authentication (intarweb)) created by daishi
nc param in the authorization header must be string. Parsing it as …

09/27/10:

21:09 Ticket #400 (fix extensions that refer to the regex library unit using `(declare ...) created by felix winkelmann
These must use require-extension, or they will not be able to use …

09/26/10:

09:28 Ticket #394 (implicit renaming macros) closed by felix winkelmann
fixed: I have applied to patch to "experimental", but not built or tested it, …

09/25/10:

03:45 Ticket #399 (The retrieve option for chicken-install doesn't work for local transport) created by Mario Domenech Goulart
Example: […] This command doesn't actually retrieve the egg code, …

09/24/10:

12:26 Ticket #396 (Handle empty path components in uri-generic/uri-common) reopened by sjamaan
Reopening, as there's still at least one instance of this bug left: …

09/23/10:

19:31 Ticket #396 (Handle empty path components in uri-generic/uri-common) closed by sjamaan
fixed: Oh, fun: I had actually caused this bug myself! (I just didn't …
09:46 Ticket #281 (promote irregex to full unit) closed by felix winkelmann
fixed: Has been merged into "experimental". As a test I have added a …

09/22/10:

21:26 Ticket #398 (Nested let-syntax failure to strip renamed identifiers) created by sjamaan
I dug up the old […] This returns "(1 2 3 a0)" in Chicken. I …
17:02 Ticket #397 (pdf-font.scm from pdf Egg does not build on Chicken 4) created by andyjpb
I've attached a patch which fixes this and also build and adds …
13:04 Ticket #396 (Handle empty path components in uri-generic/uri-common) created by sjamaan
A quick check of the spec seems to indicate that …
12:52 Ticket #389 (contraction must take precedence before inlining) closed by felix winkelmann
fixed

09/21/10:

20:33 Ticket #395 (http-client should not send User-Agent header when client-software is ...) closed by sjamaan
fixed
16:08 Ticket #395 (http-client should not send User-Agent header when client-software is ...) created by Mario Domenech Goulart
Even with (client-software #f), http-client still sends the …
09:09 Ticket #394 (implicit renaming macros) created by sjamaan
From my mail, saved here for later because Felix is too busy right …

09/20/10:

11:04 Ticket #393 (chicken-install error when explicit verno & > 1 extension) closed by felix winkelmann
fixed: See commit 79ef7ee ("master"). Thanks for reporting.
03:14 Ticket #393 (chicken-install error when explicit verno & > 1 extension) created by Kon Lovett
chicken-install -sudo -test iset:1.7 bloom-filter:1.1.0 Error: …

09/19/10:

14:23 Ticket #392 (record-variants can not handle module-renamed records) created by felix winkelmann
The recent change (4.6.1) to module-renamed record tags appears not to …

09/17/10:

23:09 Ticket #390 (C_mutate can omit registering mutation if value is identical) closed by felix winkelmann
fixed
23:00 Ticket #391 (3rd argument to hash-table-update! should be required) closed by felix winkelmann
fixed: Actually this is specified by srfi-69.
21:43 Ticket #391 (3rd argument to hash-table-update! should be required) created by felix winkelmann
Using this function with 2 arguments only makes no sense.
21:20 Ticket #390 (C_mutate can omit registering mutation if value is identical) created by felix winkelmann

09/16/10:

10:16 Ticket #389 (contraction must take precedence before inlining) created by felix winkelmann
If a procedure is inlined that refers to a contractable, then the …
10:14 Ticket #388 (eta-reduction is valid in some cases) created by felix winkelmann
(lambda (v1 ...) (f v1 ...)) can be reduced to f, if f is a safe …

09/15/10:

16:03 Ticket #387 (import without warnings) created by Alex Shinn
Currently when you import from a module which hasn't been required yet …
14:06 Ticket #385 (Better error reporting for srfi-26) closed by sjamaan
fixed: OK, then I'll close this
Note: See TracTimeline for information about the timeline view.