-
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Non-existent fontaine-latest-state-file
parent directory
#10
Comments
From: Kristoffer Balintona ***@***.***>
Date: Fri, 18 Oct 2024 19:04:29 -0700
Hi,
Hello Kristoffer,
I have set `fontaine-latest-state-file` to a file with a parent
directory that doesn't exist. Typically, in my experience, such
packages will create the parent directories to write the file, if
necessary.
Thus, I propose the addition of something like
```
(mkdir (file-name-directory fontaine-latest-state-file) t)
```
to `fontaine-store-latest-preset`.
Yes, this makes sense. Do you want to prepare the patch or shall I do it
on my end?
…--
Protesilaos Stavrou
https://protesilaos.com
|
On Sun, Oct 20 2024, Protesilaos Stavrou wrote:
[... 7 lines elided]
> I have set `fontaine-latest-state-file` to a file with a parent
> directory that doesn't exist. Typically, in my experience, such
> packages will create the parent directories to write the file, if
> necessary.
>
> Thus, I propose the addition of something like
> ```
> (mkdir (file-name-directory fontaine-latest-state-file) t)
> ```
> to `fontaine-store-latest-preset`.
Yes, this makes sense. Do you want to prepare the patch or shall I do it
on my end?
--
Protesilaos Stavrou
https://protesilaos.com
Either works, since it's a one-liner. I've attached what I had in mind.
…--
Best,
Kristoffer
|
From: Kristoffer Balintona ***@***.***>
Date: Sun, 20 Oct 2024 20:31:00 -0700
[... 22 lines elided]
Either works, since it's a one-liner. I've attached what I had in mind.
It seems the attachment got filtered out. Just tell which email to use
and I will commit it from my side with you as the author. This way we
have a record of your contribution in the Git history.
…--
Protesilaos Stavrou
https://protesilaos.com
|
On Sun, Oct 20 2024, Protesilaos Stavrou wrote:
> From: Kristoffer Balintona ***@***.***>
> Date: Sun, 20 Oct 2024 20:31:00 -0700
> [... 22 lines elided]
> Either works, since it's a one-liner. I've attached what I had in mind.
It seems the attachment got filtered out. Just tell which email to use
and I will commit it from my side with you as the author. This way we
have a record of your contribution in the Git history.
--
Protesilaos Stavrou
https://protesilaos.com
Ah, I assumed attaching attachments via email would work, but I guess
they don't.
The email you can use is this one: ***@***.*** Thank you!
…--
Take care,
Kristoffer
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I have set
fontaine-latest-state-file
to a file with a parent directory that doesn't exist. Typically, in my experience, such packages will create the parent directories to write the file, if necessary.Thus, I propose the addition of something like
to
fontaine-store-latest-preset
.The text was updated successfully, but these errors were encountered: