Timeline
11/15/09:
- 17:51 Ticket #122 (tinyclos generic mechanism gets confused by a surplus of arguments.) created by
- (define-generic G) (define-method (G (a <exact>)) (+ a a)) (G 10) ===> …
- 15:22 Ticket #121 (srfi-19 dumps core in response to bad arguments) created by
- csi -R srfi-19 (format-date #t "~Y") Segmentation fault csi -R …
11/13/09:
- 16:16 Ticket #120 (Allow extensions to consist of import-library only) created by
-
It is not currently possible to use
require-extensionand avoid …
11/12/09:
- 15:57 Ticket #119 (`define-method` does not handle dotted argument lists) created by
-
(define-method (foo ... . more) ...)will throw an error.#!rest… - 15:56 Ticket #118 (check tinyclos usage in easyffi) created by
-
easyffiuses tinyclos for C++ wrapping. Verify that it still works. - 15:54 Ticket #117 (printing of circular objects does not terminate when shown by `describe') created by
-
In
csi, describing an object containing circular data will result in …
11/11/09:
- 14:13 Ticket #116 (tcp read/write timeout should throw specific exception) created by
- It is currently not possible for TCP ports to distinguish between …
- 13:45 Ticket #115 (Using -host option in setup scripts is incorrect) created by
-
Using the
-hostoption in setup scripts will not work as intended: … - 13:41 Ticket #99 (inlining may change status of contractables) closed by
- duplicate: See #100
- 05:42 Ticket #114 (Improvements to tinyclos) created by
- Attention should be paid to the following aspects of tinyclos. 1. …
11/10/09:
- 22:41 Ticket #32 (get tinyclos egg for chicken 4 to work) closed by
- fixed: I'm closing this as fixed but without unhiding the egg. The code as …
- 02:55 Ticket #113 (Crunch egg: bug in define-crunch-primitives / define-crunch-callback) created by
- In line 78 of crunch.scm , pair? is called with two arguments: …
11/09/09:
- 23:18 Ticket #112 ("Trivial" is not an indicator for "Priority") closed by
- fixed: Done.
- 14:24 Ticket #112 ("Trivial" is not an indicator for "Priority") created by
- We have "critical", "major", "minor" and "trivial" as priorities for …
- 14:21 Ticket #111 (Make the argument for `seconds->{string,local-time,utc-time}' optional) created by
- When the argument SECONDS is not provided, `(current-seconds)' could …
11/08/09:
- 02:25 Ticket #110 (CHICKEN_interrupt() may not work in certain situations) created by
-
If the scheduler is currently running, then
CHICKEN_interrupt()is … - 01:21 Ticket #109 (`process-execute` in posixwin.scm doesn't handle missing arglist argument) created by
- Not passing an arglist results in an error. See commit …
- 01:20 Ticket #108 (`installation-prefix` in setup-api is not always valid) created by
-
chicken-prefixis, but notinstallation-prefix. The former can be … - 01:17 Ticket #107 (non-atomic expressions in operator position are suboptimally handled) created by
- Expressions in operator position of procedure calls should be …
- 01:15 Ticket #106 (allows using config file for make(1) variables) created by
-
Currently quite a number of variables must be passed to
make(1)to … - 01:11 Ticket #105 (remove "benchmark" mode, replace with -O5) created by
- Benchmark mode is somewhat silly and also defaults to fixnum mode, …
- 01:02 Ticket #104 (import-library should only be generated if it actually changed) created by
- When an import-library is generated and it already exists, then …
- 00:54 Ticket #103 (Remove obsolete files) created by
- Various files are not used anymore or never installed. Additionally, …
- 00:36 Ticket #102 (`standard-extension` procedure from module setup-api doesn't install ...) created by
- It also got a new optional arg that controls whether a static module …
- 00:19 Ticket #101 (remove meaningless benchmarks) created by
- The benchmark suite is of little use, since the tests are too trivial …
- 00:06 Ticket #100 (inlining can break assumptions about contraction) created by
- When inlining a procedure that contains a call to a contractable (a …
11/05/09:
- 09:44 Ticket #99 (inlining may change status of contractables) created by
- When inlining a procedure that refers to another procedure that is …
11/04/09:
- 00:48 Ticket #98 (Typo in date-literals egg in version 3 repository) created by
- The default port for read-date-literal in this egg is …
11/02/09:
- 10:31 Ticket #97 (When cross-compiling, the active features do not represent target system) created by
- During the cross-compile, the feature-IDs for target architecture and …
- 10:28 Ticket #77 (Be more verbose in chicken-install when requiring a minimum version) closed by
- fixed: Has been committed to the "master" branch.
11/01/09:
- 00:05 Ticket #96 (chicken-install should not use setup-mode when cross-compiling) created by
- When building an extension with a system configured for …
10/30/09:
- 15:44 Ticket #95 (disable e-mail feature in chicken-bug(1)) created by
- e-mail transmission isn't working and so should be disabled, until it …
- 15:41 Ticket #94 (Bug in `get-condition-property') created by
- The implementation was buggy. A fix can be found in commit …
- 12:47 Ticket #93 (remove things that refer to obsolete apply hook) created by
- Some references and support code for breakpoints and uses of …
10/28/09:
- 16:43 Ticket #92 (remove ##sys#syntactic-environment?) created by
- This not needed. Syntactic environments are not exposed (and should …
10/27/09:
- 23:01 Ticket #91 (reorganize egg repository to cut down working copy size) created by
- Checking out the complete egg repository requires a considerable …
10/26/09:
- 09:41 Ticket #88 (Port of cairo.egg to chicken4) closed by
- fixed: Done, thanks Felix!
- 09:40 Ticket #86 (Port SDL egg to chicken 4) closed by
- fixed
10/23/09:
- 17:59 Ticket #90 (Compiled SLIB support) created by
- I'm working on strategies for integrating SLIB release 3b2 into …
- 17:25 Ticket #89 (mw egg documentation) created by
- The mw egg is capable of some very complex tasks and the traditional …
- 13:50 Ticket #88 (Port of cairo.egg to chicken4) created by
- The attached patch ports the cairo bindings to chicken4. The test code …
- 02:36 Ticket #87 (http-client cookiejar) created by
- There is currently no way to obtain a list of cookies collected during …
10/22/09:
- 17:59 Ticket #79 (z3.egg eof handling bug) closed by
- fixed: Applied patch helpfully provided by ticket creator. :)
- 17:31 Ticket #81 (z3 egg error handling bug) closed by
- fixed: Edited as suggested.
- 17:24 Ticket #82 (z3 egg DEFLATE and gzip confusion) closed by
- fixed: z3/trunk/doc.scm edited to clarify RFC1951 and RFC1952
- 12:11 Ticket #86 (Port SDL egg to chicken 4) created by
- As posted to chicken-users, here is a patch that brings the sdl port …
- 09:47 Ticket #83 (artificially constructed identifiers are not recognized as exports) closed by
- worksforme: Mot doing the rename of the identifier appears to solve this issue.
10/19/09:
- 12:05 Ticket #85 (reexporting does not fully work for core library exports) created by
-
This code
[…]
will result in an unbound reference to
#%cons*, …
10/18/09:
- 21:28 Ticket #78 (figure out branch policy for seperating bugfixes and enhancements) closed by
- fixed: The switch to git and the "pending" branch should solve this.
Note:
See TracTimeline
for information about the timeline view.
