Skip to content
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

Add flatpak support #26

Merged
merged 2 commits into from
Jul 6, 2023
Merged

Add flatpak support #26

merged 2 commits into from
Jul 6, 2023

Conversation

aadcg
Copy link
Member

@aadcg aadcg commented Jul 3, 2023

nfiles.lisp Outdated
(defmethod resolve ((profile profile) (file config-file))
(maybe-xdg #'uiop:xdg-config-home (call-next-method)))
#-flatpak
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You could just move this branch to line 303 above instead, that way you don't have to put it everywhere.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See how nfiles.lisp now looks like. Is this what you had in mind?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yet another alternative: put them all inside a single progn and only use feature expression on this progn. That still counts as top level form, while being much easier to include/exclude 😃

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sounds good. See 13e36bf.

@Ambrevar
Copy link
Member

Ambrevar commented Jul 5, 2023

Looks good to me, please squash before merging. Thanks!

@jmercouris
Copy link
Member

Perfect, thank you.

@aadcg aadcg merged commit 3626e8d into master Jul 6, 2023
@aadcg aadcg deleted the add-flatpak-support branch July 6, 2023 15:50
@aadcg
Copy link
Member Author

aadcg commented Jul 6, 2023

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

4 participants