Timeline
02/20/11:
- 13:25 Ticket #513 (json-abnf chokes on escapes in strings) reopened by
- 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
- fixed: Fixed in json-abnf release 3.2
- 08:17 Ticket #513 (json-abnf chokes on escapes in strings) closed by
- fixed: Fixed in json-abnf release 3.2
- 05:06 Ticket #514 (json-abnf discards empty objects, strings and arrays) created by
- Empty objects, strings and arrays (i.e. {}, "" and []) are completely …
- 04:53 Ticket #513 (json-abnf chokes on escapes in strings) created by
-
Parsing JSON strings containing escape sequences like
"\n"or …
02/19/11:
- 13:57 Ticket #512 (static-modules exports procedure-internal definitions) created by
- 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
- 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
- fixed: I'm closing this ticket since Thomas said he fixed sqlite3 …
- 13:31 Ticket #510 (Eggs using deprecated `noop' procedure) created by
-
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
- The following eggs break on 4.6.5 because they use the …
- 13:17 Ticket #508 (Eggs using deprecated `getenv' procedure) created by
-
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
-
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
- 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
- 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
-
(begin-for-syntax (define-syntax ...))doesn't seem to work. I … - 12:03 Ticket #503 (bind still doesn't handle typedefs correctly) created by
- 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
- fixed: It's applied. Thanks for the patch, Jim!
- 04:25 Ticket #502 (in spiffy, make tcp-addresses configurable) created by
- spiffy has only one dependency on the core tcp unit -- …
- 03:33 Ticket #501 (sendfile 1.7.4 broken on OS X) closed by
- fixed: Nvm, transient credentials problem. Committed. Other platforms …
- 03:29 Ticket #501 (sendfile 1.7.4 broken on OS X) created by
- 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
- 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
- Defining record types of the same name in two different modules are …
- 14:15 Ticket #499 (load .types files for all requirements) created by
-
Similar to the handling of .inline files, done in
batch-driver.c. … - 14:11 Ticket #498 (implement apply-hack for MIPS CPUs) created by
- The apply-hack is not yet implement for mips. Attached is the assembly …
- 14:04 Ticket #497 (cairo egg install broken) closed by
- fixed: Thanks a lot! Patch is applied (cairo 0.1.9)
- 01:49 Ticket #497 (cairo egg install broken) created by
- hi folks, $ chicken-install cairo fails for me, with the error "csc: …
02/11/11:
- 09:40 Ticket #366 (multidoc generates duplicate id attributes for HTML output) closed by
- wontfix: Properly fixing and developing multidoc requires developers who do not …
- 09:37 Ticket #494 (sigma uses obsolete ##sys#pathname-directory-separator) closed by
- fixed: Fixed in version 2.3, thanks. Yes, using "/" is quick and dirty, but …
02/09/11:
- 17:50 Ticket #495 (tcp-abandon-port polarity reversed, I think) closed by
- fixed: Thanks Felix. I've already tested this fix previously, so I know it …
- 13:06 Ticket #496 (shell egg doesn't properly quote command lines) created by
- The shell egg doesn't properly quote command lines. For example …
- 12:20 Ticket #491 (runtime argument :a is not checked and will cause crashes) closed by
- fixed: works as expected. Thanks!
- 10:54 Ticket #474 (Additional library procedure condition->list) closed by
- fixed
- 10:51 Ticket #354 (replace wiki2html script in core with the one in maintenance) closed by
- invalid: This scrpt is not needed anymore.
- 10:50 Ticket #379 (Complete SRFI-46 support) closed by
- fixed: Has been added to both experimental and master.
- 01:48 Ticket #495 (tcp-abandon-port polarity reversed, I think) created by
- To my understanding, (tcp-abandon-port x) is supposed to signal that …
02/07/11:
- 20:52 Ticket #494 (sigma uses obsolete ##sys#pathname-directory-separator) created by
- and by this sigma errors out on usage: $ sigma Error: unbound …
02/06/11:
- 06:59 Ticket #493 (set! returns its value when compiled) created by
- I guess this has been true for a while (it is in 4.5.5 and 4.6.4). It …
02/05/11:
- 17:28 Ticket #492 (Some more posixunix.scm functions) created by
- I wrote some functions that Ugarit needed, that the posix unit lacked. …
- 17:27 Ticket #491 (runtime argument :a is not checked and will cause crashes) created by
- Run a experimental csi: csi -:a=10 #;1> 'a -> seg fault This is also …
- 16:21 Ticket #428 (Escape control characters in printed representation of symbols) closed by
- fixed: Much better, thanks!
02/04/11:
- 18:41 Ticket #490 (csc's failing to compile (OS X)) closed by
- invalid: fixed with a fresh 'distclean'
- 17:45 Ticket #490 (csc's failing to compile (OS X)) created by
- Compiling the latest git trunk under 4.6.3, I'm seeing this: gcc …
- 13:18 Ticket #489 (pretty-print-width not honored by pretty-print in some cases.) created by
- I'm printing out some fairly large symbolic expressions. They are …
02/03/11:
- 21:21 Ticket #400 (fix extensions that refer to the regex library unit using `(declare ...) closed by
- fixed: I think this is done, since I went through every egg again already. …
- 13:22 Ticket #482 (srfi-29 incorrectly using getenv in experimental branch) closed by
- duplicate: Taking a closer look at this issue, this problem is in the locale egg, …
01/30/11:
- 13:59 Ticket #488 (SLIME completion does not complete up to first non-unique point in string) created by
-
When I type in
(with-i<TAB>), I'd expect SLIME to complete …
01/29/11:
- 02:50 Ticket #487 (matchable: crash matching a symbol when a production contains |...|) closed by
- fixed: Fixed.
01/24/11:
- 19:29 Ticket #439 (Quasiquote simplification and improved syntax checks) closed by
- fixed: Sorry, I had kind of forgotten about it. Thanks for reminding me, I've …
- 19:26 Ticket #478 (coops: Error: during expansion of (define-class ...) - unbound ...) closed by
- fixed: Thanks - I have tagged a new version (1.3).
01/23/11:
- 06:47 Ticket #487 (matchable: crash matching a symbol when a production contains |...|) created by
- The following program: […] Generates the following error message: …
01/22/11:
- 06:07 Ticket #486 (Interrupting a tcp read operation causes a crash) created by
- In 4.6.4 at the interpreter, if I read from an open tcp port with no …
01/21/11:
- 09:40 Ticket #484 (-scrutinize not properly expanding match macro.) closed by
- fixed: I have (hopefully) fixed the problem in commit de033ae …
- 06:45 Ticket #485 (pretty-print should place keyword and keyword value on same line.) created by
- The following program: […] Produces the following output: […] …
Note:
See TracTimeline
for information about the timeline view.
