Custom Query (1630 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (40 - 42 of 1630)

Ticket Resolution Summary Owner Reporter
#50 fixed document compiler syntax felix winkelmann felix winkelmann
#52 fixed ##sys#expand-home-path bug on OS X felix winkelmann Jim Ursetto
Description

Plain tilde does not work properly. Did not check any other platform yet. Pretty sure this has been present forever.

#;2> (##sys#expand-home-path "~/tmp")
"/Users/jim/tmp"
#;3> (##sys#expand-home-path "~/")
"/Users/jim/"
#;4> (##sys#expand-home-path "~")
"/home/"

Also affects derived procedures e.g.

#;3> (change-directory "~/tmp")
#;4> (change-directory "~")
Error: (change-directory) cannot change current directory - No such file or directory: "~"
#53 fixed henrietta list operation does not work felix winkelmann Ivan Raikov
Description

The henrietta argument parser is written in such a manner that only arguments of the form key=value are parsed. Consequently, commands such as list cannot be parsed unless they are accompanied by an equal sign.

Note: See TracQuery for help on using queries.