mbox

[bug#35415,0/1] Add 'python-wrapper' as input for global

Message ID 87mukfctxg.fsf@ur.mom.lol
Headers show

Message

wednesday April 24, 2019, 3:09 p.m. UTC
The reason for doing this is that there is a python file included that
gets used if you try to generate tags for python code.

In order to test the patch you will need the environment variables:
export GTAGSCONF="$HOME/.guix-profile/share/gtags/gtags.conf"
export GTAGSLABEL="pygments"

I don't think the 'python-pygments' or 'python2-pygments' packages are
required from my testing.


wednesday (1):
  gnu: global: Add 'python-wrapper' as input.

 gnu/packages/code.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Comments

swedebugia June 27, 2019, 2:12 p.m. UTC | #1
On 2019-04-24 17:09, wednesday wrote:
> 
> The reason for doing this is that there is a python file included that
> gets used if you try to generate tags for python code.
> 
> In order to test the patch you will need the environment variables:
> export GTAGSCONF="$HOME/.guix-profile/share/gtags/gtags.conf"
> export GTAGSLABEL="pygments"
> 
> I don't think the 'python-pygments' or 'python2-pygments' packages are
> required from my testing.
> 
> 
> wednesday (1):
>    gnu: global: Add 'python-wrapper' as input.
> 
>   gnu/packages/code.scm | 3 ++-
>   1 file changed, 2 insertions(+), 1 deletion(-)
> 

This seem to have fallen through the cracks. Can someone with python 
knowledge review this?
Marius Bakke March 21, 2020, 7:55 p.m. UTC | #2
wednesday <jessejohngildersleve@zohomail.eu> writes:

> wednesday (1):
>   gnu: global: Add 'python-wrapper' as input.

Applied, thanks!