Timeline



08/19/10:

19:07 Ticket #341 (string-split only considers the first character of delimiter-string) closed by Jim Ursetto
invalid: It splits at any char in the delimiter string. #;5> (string-split …
18:09 Ticket #341 (string-split only considers the first character of delimiter-string) created by Moritz Heidkamp
Example: (string-split "a,b,c" ",xxxx") => ("a" "b" "c")
11:49 Ticket #288 (remove "outer" bindings for non-standard procedures in library ...) closed by felix winkelmann
fixed: Done in experimental branch.
10:06 Ticket #340 (Spiffy hangs occasionally (again!)) created by sjamaan
There's a new problem that's cropped up. One of the Spiffies on …
09:06 Ticket #321 (#b/o/x do not allow a # beyond fixnum range, unlike #d) closed by felix winkelmann
fixed: Please see ffb9d81052efd9df073eff285f01c1753156bab5 (experimental). …
09:02 Ticket #339 (port dbus egg to chicken 4) created by felix winkelmann
Andrei Barbu contributed the attached patch.

08/18/10:

12:08 Ticket #290 (disable reimport notice when executing import library) closed by felix winkelmann
fixed: ##sys#notices-enabled has been set to false during import-library loading.
10:00 Ticket #338 (chicken-bind should take more command-line options) closed by felix winkelmann
fixed

08/17/10:

22:15 Ticket #326 (error in `compile' in setup-api shouldn't call `reset') closed by felix winkelmann
fixed
21:57 Ticket #338 (chicken-bind should take more command-line options) created by felix winkelmann
Things like bind-rename are not available in chicken-bind, so …

08/16/10:

22:42 Ticket #337 (Support "fender" in syntax-rules) created by Kon Lovett
* Allow optional "fender" in `syntax-rules' * <pattern> <fender> …
15:50 Ticket #306 (Built-in binding still partially active due to -scrutinize) closed by felix winkelmann
fixed: I have opened a new ticket for the problematic import of format in …
15:49 Ticket #336 (format-compiler-base overwrites previous definition of `format') created by felix winkelmann
The format-compiler-base module imports the extras unit and so …
15:30 Ticket #334 (turn henrietta into an extension) closed by felix winkelmann
fixed
12:52 Ticket #236 (extend "list" command for henrietta CGI) closed by felix winkelmann
fixed: A listversion command has been added to henrietta (r19432). This …
03:01 Ticket #335 (the wiki doesn't render properly on Google Chrome on MacOS) created by Shawn Rutledge
http://skitch.com/ecloud/d1d53/welcome-the-chicken-scheme-wiki If I …

08/15/10:

12:24 Ticket #316 (spiffy hangs sometimes) closed by sjamaan
fixed: Spiffy has been running for three days now without interruption. It …

08/13/10:

21:33 Ticket #334 (turn henrietta into an extension) created by felix winkelmann
This would make deployment easier and provides versioning.
12:26 Ticket #308 (check that foreign callback returns take place in the correct order) closed by felix winkelmann
fixed: Currently only a check for returning twice from the same callback has …
10:07 Ticket #320 (The require-library ID & import IMPORT module name forms are disjoint) closed by felix winkelmann
fixed: See "experimental", commit 7f9f454. require-extension now also tries …
10:06 Ticket #333 (read/write invariance on symbols consisting of digits) closed by felix winkelmann
fixed

08/12/10:

23:05 Ticket #333 (read/write invariance on symbols consisting of digits) created by Jim Ursetto
[…] because the 3 is read as a number. In other words, …
14:24 Ticket #331 (sql-de-lite fails when building the bundled version) closed by Mario Domenech Goulart
fixed: Seems to work fine. I could install and run it on the same machine it …
12:31 Ticket #318 (if `-force' is given, continue installation of extensions even if ...) closed by felix winkelmann
fixed: Now done via the -keep-going option.
09:25 Ticket #332 (chicken-install throws an internal error in HEAD) closed by felix winkelmann
fixed: Replying to zbigniew: > Hello esteemed team leader. Very …
06:33 Ticket #332 (chicken-install throws an internal error in HEAD) created by Jim Ursetto
Hello esteemed team leader. I am having a reproducible error pulling …

08/11/10:

21:38 Ticket #331 (sql-de-lite fails when building the bundled version) created by Mario Domenech Goulart
Here's the error: […] […] […]
19:40 Ticket #330 (svnwiki-sxml parses https links as internal links) closed by sjamaan
fixed: Yep, seems to work fine. I've updated call-cc.org with this change.
19:28 Ticket #328 (Make nonexistent pages show 404) closed by sjamaan
fixed: Implemented in changeset [19336]
16:30 Ticket #283 (qt egg installation issue (installation-prefix)) closed by Mario Domenech Goulart
fixed: Salmonella could install it: …
15:24 Ticket #330 (svnwiki-sxml parses https links as internal links) created by sjamaan
And probably other types of links too. The URL matcher is too …
14:58 Ticket #329 (Put robots.txt handling into qwiki) closed by sjamaan
wontfix: Forget about this, it's silly! After #328 is implemented, /robots.txt …
14:48 Ticket #329 (Put robots.txt handling into qwiki) created by sjamaan
And make it configurable Right now we have a hardcoded robots.txt on …
14:35 Ticket #328 (Make nonexistent pages show 404) created by sjamaan
Just like Wikipedia does it: this 404 page indicates to search engines …
02:49 Ticket #326 (error in `compile' in setup-api shouldn't call `reset') reopened by Jim Ursetto
Thank you very much Felix. I would ask that you also apply the …
00:43 Ticket #326 (error in `compile' in setup-api shouldn't call `reset') closed by felix winkelmann
fixed: I have done that, but to avoid getting call-traces (which are only …
00:40 Ticket #327 (chicken-install is PARTIALLY DOWN) closed by felix winkelmann
wontfix: You can give an exact location, as Mario has shown, or you can change …

08/10/10:

23:23 Ticket #327 (chicken-install is PARTIALLY DOWN) created by Jim Ursetto
galinha no longer exists and alaric's machine isn't responding. …
22:26 Ticket #326 (error in `compile' in setup-api shouldn't call `reset') created by felix winkelmann
(reported by zbigniew) Throwing a real error is preferable, since it …
20:18 Ticket #270 (Wiki menu) closed by Mario Domenech Goulart
fixed
20:01 Ticket #297 (qwiki: URLs with pound signs are not rendering properly) closed by sjamaan
fixed: This is now fixed
14:51 Ticket #314 (spiffy-request-vars: as-boolean enhancements) closed by Mario Domenech Goulart
fixed: Applied, thanks. See spiffy-request-vars 0.11.
11:38 Ticket #325 (ssax and Unicode entities) created by Ivan Raikov
The SSAX library includes a file, html-entity-codes.scm, that defines …
10:40 Ticket #324 (add `copy-port' to the `ports' unit) closed by felix winkelmann
fixed
09:38 Ticket #302 (`cpu-time' must handle fixnum overflow) closed by felix winkelmann
fixed: Implemented in flonum-milliseconds branch and merged into experimental.
09:37 Ticket #298 (SRFI-18 time objects store time span as fixnums, which can overflow) closed by felix winkelmann
fixed: Implemented in the flonmu-milliseconds branch and merged into …
09:17 Ticket #324 (add `copy-port' to the `ports' unit) created by felix winkelmann
Suggested by Moritz Heidkamp: (copy-port FROM TO #!optional (reader …
03:08 Ticket #323 (Have a logger-like warning precedence concept) created by Kon Lovett
- level is a symbol or #f, indicating lower than the lowest level …
02:45 Ticket #322 (SRFI 88 violation of keyword v symbol) created by Kon Lovett
'|foo|: should be a keyword but is read as two items '{foo:| should …

08/09/10:

23:33 Ticket #321 (#b/o/x do not allow a # beyond fixnum range, unlike #d) created by Kon Lovett
#d18446744073709551615 => 1.84467440737096e+19 but …
22:33 Ticket #320 (The require-library ID & import IMPORT module name forms are disjoint) created by Kon Lovett
The require-library ID allows (srfi #) but the import IMPORT module …
22:04 Ticket #212 (expand* and ppexpand* break on the "and" macro) closed by Kon Lovett
fixed
21:55 Ticket #311 (wiki page rendering issue in "eggs" page) closed by sjamaan
wontfix: That kind of hacky syntax is no longer supported, for good reason. …
21:44 Ticket #313 (http-client: flush request-port after writing to it) closed by sjamaan
fixed: Thanks, patch applied.
20:45 Ticket #307 (svn-client remembers the first username) closed by sjamaan
fixed: This ought to be fixed now (phew!)
16:41 Ticket #319 (make `thread-specific`settable) created by felix winkelmann
15:52 Ticket #318 (if `-force' is given, continue installation of extensions even if ...) created by felix winkelmann
This may be useful in case an extension is known to fail (for example …
15:45 Ticket #317 (update high-load-scheduler egg) created by felix winkelmann
Joerg sent new version of the scheduler/srfi-18 used in Askemos, these …
14:14 Ticket #247 (Chicken domains revamp) closed by Mario Domenech Goulart
fixed: I'm closing this ticket, since we've migrated services to call-cc.org.
12:03 WikiStart edited by Ivan Raikov
(diff)
12:03 WikiStart edited by Ivan Raikov
I find it convenient to have a quick link to the trac manuals (diff)
12:00 Ticket #316 (spiffy hangs sometimes) created by felix winkelmann
There seem to be scheduler problems with Spiffy on call-cc.org, as it …
09:15 Ticket #315 (make parameters settable) created by felix winkelmann
Allow (set! (<parameter-name>) <value>).
05:19 Ticket #314 (spiffy-request-vars: as-boolean enhancements) created by Moritz Heidkamp
The attached patch enhances as-boolean in two ways: It adds …
05:10 Ticket #313 (http-client: flush request-port after writing to it) created by Moritz Heidkamp
Flushing request-port after writing to it may be necessary if …

08/08/10:

22:58 Ticket #310 (make-egg-index.scm for call-cc.org) closed by felix winkelmann
fixed: See commit be3f392 ("master").
22:51 Ticket #312 (suggestions for more "semantic tags" in the wiki parser) created by felix winkelmann
* allow {{<syntax>}} as alias to {{<macro>}} * allow {{<setter>}} …
22:31 Ticket #311 (wiki page rendering issue in "eggs" page) created by felix winkelmann
When viewing the page https://wiki.call-cc.org/eggs, I get: […] …
22:30 Ticket #310 (make-egg-index.scm for call-cc.org) created by Mario Domenech Goulart
Hi Felix Attached is a patch to adapt make-egg-index.scm to …
20:54 Ticket #309 (chickadee link changes) created by Jim Ursetto
Chickadee needs to translate /egg/xxx and /eggref/4/xxx to local egg …
20:52 Ticket #308 (check that foreign callback returns take place in the correct order) created by felix winkelmann
Multiple threads or use of continuations may result in returns from …
20:26 Ticket #307 (svn-client remembers the first username) created by sjamaan
This should be forgotten after the commit has completed. Look into …
10:55 Ticket #306 (Built-in binding still partially active due to -scrutinize) created by Kon Lovett
In source: (import ... no unit extras ... (only format-compiler-base …

08/07/10:

16:09 Ticket #305 (scripts/tools.scm needs srfi-69) closed by felix winkelmann
fixed
13:30 WikiStart edited by Mario Domenech Goulart
(diff)
10:54 WikiStart edited by Ivan Raikov
(diff)
03:34 Ticket #123 (tinyclos primitive class extension procedures are buggy) closed by Kon Lovett
fixed: Yes. Done.
02:02 Ticket #305 (scripts/tools.scm needs srfi-69) created by Mario Domenech Goulart
Patch attached.

08/06/10:

23:04 Ticket #303 (amb does not fail when there's no acceptable values) closed by Kon Lovett
worksforme: csi -n CHICKEN (c)2008-2010 The Chicken Team (c)2000-2007 Felix L. …
10:58 Ticket #304 (coops#subclass? can process abort) closed by felix winkelmann
fixed: I added a type-check in slot-lookup. Thanks for reporting this.

08/05/10:

08:36 Ticket #304 (coops#subclass? can process abort) created by Kon Lovett
(use coops) (subclass? 'not-a-class! <standard-class>) ;=> Bus error …

08/04/10:

15:14 Ticket #303 (amb does not fail when there's no acceptable values) created by Jeronimo Pellegrini
Hi, It seems that amb will not fail at all when there are no …

08/02/10:

22:28 Ticket #302 (`cpu-time' must handle fixnum overflow) created by felix winkelmann
The changes done in the flonum-milliseconds branch must also apply …
14:48 Ticket #301 (handle references to inline-routines that occur before their definition) created by felix winkelmann
(suggested by sjamaan) References to inline-procedures defined with …
14:43 Ticket #218 (random not random) closed by felix winkelmann
worksforme: I still believe that in many cases the admittedly insufficient …

08/01/10:

00:10 Ticket #300 (allow reading without "hanging") created by felix winkelmann
(suggested by Alejandro) It would be nice to have a "read as much of …
00:05 Ticket #165 (integrate newest irregex version into `regex' unit) closed by felix winkelmann
fixed: The total-irregex branch of the core git repository has been updated …
00:04 Ticket #74 (Incorrect regexp in call to string-substitute causes random error ...) closed by felix winkelmann
fixed: This is fixed in version 0.8.2 of irregex, which is currently awaiting …

07/31/10:

15:26 Ticket #299 (Should "Getting Started" (manual) mention bind instead of easyffi?) closed by felix winkelmann
fixed: It should.

07/30/10:

15:25 Ticket #299 (Should "Getting Started" (manual) mention bind instead of easyffi?) created by Mario Domenech Goulart
See …

07/29/10:

12:40 Ticket #296 (Import with renaming fails when syntax refers to exported binding) closed by felix winkelmann
fixed
12:14 Ticket #298 (SRFI-18 time objects store time span as fixnums, which can overflow) created by felix winkelmann
(reported by Nicolas Pelletier) After 12 days, fixnums will overflow …

07/28/10:

23:17 Ticket #297 (qwiki: URLs with pound signs are not rendering properly) created by Shawn Rutledge
Example: http://wiki.call-cc.org/manual/Getting%20started (See the …
12:26 Ticket #292 (clarify use if import libraries when compiling modules) closed by felix winkelmann
fixed: Extended faq and Modules pages in the manual somewhat. Not perfectly …

07/26/10:

16:26 Ticket #246 (Remove or seriously update the "Software" page) closed by Mario Domenech Goulart
fixed: I've kept the Software page and removed "active projects", as …
13:43 Ticket #295 (Nested test groups report success even when subgroups failed) closed by Alex Shinn
fixed: Fixed.
12:40 Ticket #289 (use fixed-argc C_inline routines for vector/list/##sys#make-structure) closed by felix winkelmann
fixed
11:08 Ticket #291 (Put all copyrights & licenses in one place) closed by felix winkelmann
fixed
10:46 Ticket #291 (Put all copyrights & licenses in one place) reopened by sjamaan
Almost correct. Olin's copyright for let-optionals is only 1996. The …
10:31 Ticket #287 (timezone fixes) closed by felix winkelmann
fixed: Patches applied in "experimental" branch.
10:14 Ticket #294 (Use <enscript> tag instead of <scheme> for reexport example (Modules ...) closed by felix winkelmann
fixed: Thanks, Mario.
10:13 Ticket #291 (Put all copyrights & licenses in one place) closed by felix winkelmann
fixed: I have updated the license text (experimental branch) and made some …
10:04 Ticket #286 (utc-time->seconds is abysmally slow on OS X) closed by felix winkelmann
fixed: Applied in experimental branch.
10:01 Ticket #296 (Import with renaming fails when syntax refers to exported binding) created by felix winkelmann
(reported by Imran Rafique) The following fails: […] If the …

07/24/10:

16:29 Ticket #295 (Nested test groups report success even when subgroups failed) created by sjamaan
Here's an example: […] Subgroup C fails, causing subgroup B to …
12:12 Ticket #293 (Modules and Macros sections in the manifest file) closed by felix winkelmann
fixed: Fixed in e979125 (master). Thanks.

07/22/10:

15:29 Ticket #294 (Use <enscript> tag instead of <scheme> for reexport example (Modules ...) created by Mario Domenech Goulart
The code example from the reexport section uses the <scheme> tag. The …
02:56 Ticket #293 (Modules and Macros sections in the manifest file) created by Mario Domenech Goulart
The manifest file still references the "Modules and macros" section …

07/21/10:

15:22 Ticket #292 (clarify use if import libraries when compiling modules) created by felix winkelmann
Martin DeMello suggested: […]

07/20/10:

09:37 Ticket #291 (Put all copyrights & licenses in one place) created by sjamaan
To make it easier for people making binary-only distributions we …
01:49 Ticket #290 (disable reimport notice when executing import library) created by felix winkelmann
Inside an import library, code like (eval '(import scheme chicken …
01:17 Ticket #289 (use fixed-argc C_inline routines for vector/list/##sys#make-structure) created by felix winkelmann
For 0-8 arguments, list, vector and ##sys#make-structure can be …
Note: See TracTimeline for information about the timeline view.