Re: [Chicken-users] Is there a replacement for expand-home-path in 4.11rc2?

2016-05-14 Thread Evan Hanson
Hi Matt,

On 2016-05-14 14:28, Matt Welland wrote:
> I used resolve-pathname from posix-extras and expand-home-path is no longer
> available. Is this intended to be fixed? If it is not to be fixed what is
> the suggested way to expand a path, use readlink -f?

This behaviour is now provided by http://api.call-cc.org/doc/pathname-expand

The posix-extras egg still needs to be updated as such.

Cheers,

Evan

___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users


[Chicken-users] Is there a replacement for expand-home-path in 4.11rc2?

2016-05-14 Thread Matt Welland
I used resolve-pathname from posix-extras and expand-home-path is no longer
available. Is this intended to be fixed? If it is not to be fixed what is
the suggested way to expand a path, use readlink -f?

Warning (#): in thread: unbound variable:
##sys#expand-home-path

Call history:

db.scm:113: ##sys#call-with-values
db.scm:2632: conc
db.scm:2627: sqlite3#for-each-row
db.scm:119: db:done-with
db.scm:95: sqlite3#database?
db.scm:97: mutex-lock!
db.scm:100: current-milliseconds
db.scm:102: mutex-unlock!
db.scm:113: k750
db.scm:113: g754
api.scm:107: k10
api.scm:107: g14
rmt.scm:240: current-milliseconds
launch.scm:947: hash-table-set!
launch.scm:950: file-exists?
launch.scm:951: posix-extras#resolve-pathname
___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users