Summary
sql-de-lite: use of ##sys#expand-home-path
Metadata
- Id: 829e0bf07cd9a977a2e2dea5a9245ca62d9a12e8
- Trac id: 1137
- Type: defect
- Reporter: mario
- Owner: zbigniew
- Cc:
- Status: closed
- Component: extensions
- Estimated difficulty:
- Resolution: fixed
- Priority: major
- Milestone: someday
- Version: 4.9.x
- Changetime: 2014-07-08 06:01:34 UTC
- Created: 2014-07-06 17:46:03 UTC
- Keywords: sql-de-lite
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.