Summary

sql-de-lite: use of ##sys#expand-home-path

Metadata

Description

 
 {{{
 $ grep -n expand-home sql-de-lite.scm 
 789:             (##sys#expand-home-path filename)
 796:      (let* ((rv (sqlite3_open (##sys#expand-home-path filename)

It is probably the cause of test failures for sql-de-lite itself, ugarit, sqdb and nomads (see http://salmonella-linux-x86-64.call-cc.org/master-debugbuild/gcc/linux/x86-64/2014/07/02/yesterday-diff/)

Changes and comments

[2014-07-08 06:01:34 UTC] zbigniew changed status from new to closed

[2014-07-08 06:01:34 UTC] zbigniew set resolution to fixed

[2014-07-08 06:01:34 UTC] zbigniew wrote:

Fixed in sql-de-lite 0.6.3 by removing the call to ##sys#expand-path, in favor of requiring the user to use something like the pathname-expand egg on the argument. Assuming it doesn't break anyone's code... but this feature was not documented.