Opened 10 years ago

Closed 10 years ago

#1138 closed defect (fixed)

sqlite3: use of ##sys#expand-home-path

Reported by: Mario Domenech Goulart Owned by: Thomas Chust
Priority: major Milestone: someday
Component: extensions Version: 4.9.x
Keywords: sqlite3 Cc:
Estimated difficulty:

Description

##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

Change History (1)

comment:1 Changed 10 years ago by Thomas Chust

Resolution: fixed
Status: newclosed

Fixed in 3.6.0

Note: See TracTickets for help on using tickets.