Custom Query (1630 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (82 - 84 of 1630)

Ticket Resolution Summary Owner Reporter
#1698 fixed Use 0666 as the default file mode in "file-open" from the chicken.file.posix module evhan
Description

Currently, using file-open without the optional mode argument uses a default mode of 0744. We should rather use 0666 as the default mode to align with the procedures that create files with fopen(3).

From: https://lists.nongnu.org/archive/html/chicken-hackers/2020-05/msg00021.html

#1697 fixed R7RS cond-expand library form is broken zaifir
Description

The r7rs egg's support for the (library ...) form in cond-expand is broken. Running the following example

(import (r7rs))
(define spiffy-installed?
  (cond-expand
    ((library (spiffy)) #t)
    (else #f)))

gives this error:

Error: during expansion of (cond-expand ...) - unbound variable: ##sys#core-library-modules
#1694 fixed box 3.2.0 breaks srfi-123, which breaks srfi-105 Kon Lovett Mario Domenech Goulart
Description

Apparently the new version of box (3.2.0) breaks srfi-123 (see https://salmonella-linux-x86-64.call-cc.org/master/gcc/linux/x86-64/2020/04/04/salmonella-report/install/srfi-123.html ). srfi-105 depends on srfi-123, so it breaks too (see https://salmonella-linux-x86-64.call-cc.org/master/gcc/linux/x86-64/2020/04/04/salmonella-report/install/srfi-105.html )

Note: See TracQuery for help on using queries.