From: "Tomás Ortín Fernández" <tomasortin@mailbox.org>
To: John Soo <jsoo1@asu.edu>
Cc: Help-Guix <help-guix@gnu.org>
Subject: Re: Making file writable
Date: Fri, 27 Nov 2020 22:12:45 +0100 [thread overview]
Message-ID: <ef44f429-bb03-b765-9c4a-8e2c4b2bab56@mailbox.org> (raw)
In-Reply-To: <fe032a10-bafe-47ab-8fdd-88e50da2611c@Johns-iPhone>
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
>
>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
next prev parent reply other threads:[~2020-11-27 21:13 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-11-27 20:19 Making file writable John Soo
2020-11-27 21:12 ` Tomás Ortín Fernández [this message]
2020-11-27 23:22 ` John Soo
-- strict thread matches above, loose matches on Subject: below --
2020-11-27 18:53 Tomás Ortín Fernández
2020-11-27 18:18 Tomás Ortín Fernández
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ef44f429-bb03-b765-9c4a-8e2c4b2bab56@mailbox.org \
--to=tomasortin@mailbox.org \
--cc=help-guix@gnu.org \
--cc=jsoo1@asu.edu \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.