unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Dan Frumin <dfrumin@cs.ru.nl>
To: 36021@debbugs.gnu.org
Subject: [bug#36021] [PATCH] search-paths: 'environment-variable-definition' output for fish
Date: Tue, 4 Jun 2019 09:48:13 +0200	[thread overview]
Message-ID: <7f3c985d-2f61-e148-0438-d1dbee2df899@cs.ru.nl> (raw)
In-Reply-To: <87muiy0zxd.fsf@riseup.net>

Hi,

On 04-06-19 05:53, Meiyo Peng wrote:
> Hi Dan,
> 
> Dan Frumin writes:
> 
>>>> Some background on this patch:
>>>> Right now whenever I do any Guix operation that requires me to modify
>>>> environment variables (e.g. installing a Guile library requires me to update
>>>> $GUILE_LOAD_PATH afterwards), Guix helpful tells me what commands I have to run
>>>> to update the variables.
>>>>
>>>> However, those commands are currently in bash/POSIX(?) format `export
>>>> VAR=VALUE`. I've modified the `environment-variable-definition` function to
>>>> support the syntax for Fish shell as well. I don't know if this method of
>>>> looking at the $SHELL variable is sound, but it works  on my machine.
>>>>
>>>> Documentation for the `set' function in Fish: https://fishshell.com/docs/current/commands.html#set
>>>>
>>>> PS: this is my first non-package patch for Guix so I apologize if there is something wrong with the patch
>>>
>>> I think this patch will cause more trouble than good.  Does this patch
>>> replaces etc/profile with fish syntax script?  etc/profile is supposed
>>> to be in POSIX shell syntax.  Fish shell has it's own configuration
>>> files in /etc/fish/config.fish and /etc/fish/conf.d/*.fish.  If you
>>> really want to generate fish syntax scripts, please put them in
>>> /etc/fish/config.fish or /etc/fish/conf.d/*.fish.
>>>
>>
>> No, this patch doesn't touch etc/profile in any way, it is only concerned with the output that you get from `guix package` on your terminal.
>> So I guess it's kind of orthogonal to the upgraded fish package that you made?
> 
> Alright.  Then that's fine.  But there is an on going discussion about
> change content of the message in bug #35942.  I suggest we hold this
> patch until that bug is closed.
> 


Sure, makes sense to me.

>>> See:
>>> 1. https://lists.gnu.org/archive/html/guix-devel/2019-01/msg00071.html
>>> 2. https://lists.gnu.org/archive/html/guix-devel/2019-01/msg00333.html
>>> 3. https://issues.guix.gnu.org/issue/34153
>>>
>>> Have you tried the fish-foreign-env package?  You can source bash
>>> scripts in fish via `fenv source ~/.guix-profile/etc/profile`.  That's how
>>> the fish shell in Guix set up environment variables upon login.
>>>
>>
>> Thanks! This is quite nice, I should upgrade my Fish installation.
> 
> Your fish shell is quite old.  Older than Guix 1.0.0!
> 
>>> Perhaps we can handle this better.  Do you have any suggestions?  My
>>> idea:
>>>
>>> 1. The fish-foreign-env package is very useful but it's not installed by
>>> default in order to avoid polluting user's profiles according to the
>>> Guix convention.  In this case I think it's a useful utility rather than
>>> pollution.  Do you want it to be installed together with the fish
>>> package by default?
>>
>> Well, you added it as part of the fish dependency, right? I think it makes sense, especially on Guix SD.
> 
> Yes, it's a dependency of fish.  But it's not a propagated input.  We
> can change it into a propagated input if most users agree.
> 
>>> 2. etc/profile is supposed to be sourced by a login shell.  And we
>>> should avoid sourcing it from a non-login shell.  That's why I made the
>>> fish package in Guix only sources it upon login.  That means starting a
>>> new fish shell won't source it automatically.  So please source it
>>> manually if you need the new environment variables (fenv source
>>> ~/.guix-profile/etc/profile).
>>
>> I am not knowledgeable enough to comment on this, but it seems to me that it is
>> done similarly if you are using bash: e.g. you have to source the profile
>> yourself if you want to get it in a non-login shell.
>>
>>>
>>> 3. We can write better documentations explaining how to deal with fish
>>> shell in Guix.  There's an old discussion about having a Guix wiki or
>>> a Guix book.
>>>
>>
>> Yeah, more documentation is always better :)
> 
> 
> --
> Meiyo Peng
> https://www.pengmeiyu.com/
> 

      reply	other threads:[~2019-06-04  7:49 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-31 10:36 [bug#36021] [PATCH] search-paths: 'environment-variable-definition' output for fish Dan Frumin
2019-05-31 10:41 ` Dan Frumin
2019-06-01 13:10   ` Ludovic Courtès
2019-06-02  9:29     ` Dan Frumin
2019-06-03  5:51   ` Meiyo Peng
2019-06-03 15:50     ` Dan Frumin
2019-06-04  3:53       ` Meiyo Peng
2019-06-04  7:48         ` Dan Frumin [this message]

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

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=7f3c985d-2f61-e148-0438-d1dbee2df899@cs.ru.nl \
    --to=dfrumin@cs.ru.nl \
    --cc=36021@debbugs.gnu.org \
    /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 public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).