Re: Default file creation mode for core/scsh-process sets executable bit

2020-05-13 Thread Vasilij Schneidermann
Hello Evan, > I have created a change request and patch for this here: > > https://bugs.call-cc.org/ticket/1698 I've added another patch for scsh-process there which resolves the issue for me. Vasilij signature.asc Description: PGP signature

Re: Default file creation mode for core/scsh-process sets executable bit

2020-05-12 Thread Evan Hanson
Hello everyone, On 2020-05-09 8:42, Evan Hanson wrote: > On 2020-05-07 16:43, Vasilij Schneidermann wrote: > > Which of the following options would you prefer? > > > > 1. Patching scsh-process to pass the correct file mask when using > > `file-open`. > > 2. Patching posixunix.scm to calculate

Re: Default file creation mode for core/scsh-process sets executable bit

2020-05-09 Thread Jörg F. Wittenberger
On Thu, 7 May 2020 16:43:47 +0200 Vasilij Schneidermann wrote: > Hello, > > I've noticed that when using process redirection in the scsh-process > egg, they're always marked as executable. Observe: > > ^_^ csi -R scsh-process -e '(run (ls -l) (> ls.txt))' > ^_^ ls -l ls.txt >

Re: Default file creation mode for core/scsh-process sets executable bit

2020-05-08 Thread Evan Hanson
On 2020-05-07 16:43, Vasilij Schneidermann wrote: > Which of the following options would you prefer? > > 1. Patching scsh-process to pass the correct file mask when using `file-open`. > 2. Patching posixunix.scm to calculate a better default. Option 2 seems preferable to me; it should at least