help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Making file writable


From: Tomás Ortín Fernández
Subject: Re: Making file writable
Date: Fri, 27 Nov 2020 22:12:45 +0100

Hello John,

You're right, but that's only because I made a mistake when pasting it on my 
email client, sorry :)
I think the problem is related to the phase when it runs. However, I don't 
understand why the current package for version 0.88 doesn't have that issue...

Thank you for your reply!

Tomás

On 11/27/20 9:19 PM, John Soo wrote:
> Hey Tomás,
> 
> Check your parens:
> 
> (for-each (make-file-writable (find-files "\\.yml$")))
> 
> Should be 
> 
> (for-each make-file-writable (find-files "\\.yml$"))
> 
> That’s because for-each is a higher order function which takes a procedure 
> and a list.
> 
> Good luck!
> 
> - John
> 
> 
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]