Opened 11 years ago
Closed 10 years ago
#1079 closed defect (fixed)
Implement pathname-expand
Reported by: | Mario Domenech Goulart | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 4.10.0 |
Component: | extensions | Version: | 4.8.x |
Keywords: | pathname-expand | Cc: | |
Estimated difficulty: |
Description
Implicit expansion of ~ in filenames will be deprecated in 4.9.0 and removed in 4.10.0 (see #1001). We've decided to implement the expansions in an egg (see http://lists.gnu.org/archive/html/chicken-hackers/2013-11/msg00077.html)
Change History (3)
comment:1 Changed 11 years ago by
comment:2 Changed 11 years ago by
Egg available at http://wiki.call-cc.org/eggref/4/pathname-expand
comment:3 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Implicit pathname expansion is now removed from core, by 4f91e654f04254ba1039e327460e643fefbf5e36
Note: See
TracTickets for help on using
tickets.
Patch sent to chicken-hackers