chicken-janitors
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-janitors] #1138: sqlite3: use of ##sys#expand-home-path


From: Chicken Trac
Subject: [Chicken-janitors] #1138: sqlite3: use of ##sys#expand-home-path
Date: Sun, 06 Jul 2014 15:50:03 -0000

#1138: sqlite3: use of ##sys#expand-home-path
------------------------+---------------------------------------------------
 Reporter:  mario       |       Owner:  chust  
     Type:  defect      |      Status:  new    
 Priority:  major       |   Milestone:  someday
Component:  extensions  |     Version:  4.9.x  
 Keywords:  sqlite3     |  
------------------------+---------------------------------------------------
 ##sys-expand-home-path has been removed from CHICKEN
 (4f91e654f04254ba1039e327460e643fefbf5e36), but sqlite3 still uses it:

 {{{
 $ grep -n expand-home *.scm
 24:    ##sys#expand-home-path
 559:        (##sys#expand-home-path path) #$db)
 }}}

 It causes errors in the sqlite3's tests: http://salmonella-linux-x86-64
 .call-cc.org/master-debugbuild/gcc/linux/x86-64/2014/07/02/yesterday-
 diff/log2/test/sqlite3.html

-- 
Ticket URL: <http://bugs.call-cc.org/ticket/1138>
CHICKEN Scheme <http://www.call-with-current-continuation.org/>
CHICKEN Scheme is a compiler for the Scheme programming language.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]