emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#34864: closed ([PATCH 2/2] gnu: python-language-se


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#34864: closed ([PATCH 2/2] gnu: python-language-server: [propagated-inputs] add)
Date: Fri, 15 Mar 2019 01:44:02 +0000

Your message dated Thu, 14 Mar 2019 21:43:44 -0400
with message-id <address@hidden>
and subject line Re: [bug#34864] [PATCH 2/2] gnu: python-language-server: 
[propagated-inputs] add
has caused the debbugs.gnu.org bug report #34864,
regarding [PATCH 2/2] gnu: python-language-server: [propagated-inputs] add
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
34864: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=34864
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH 2/2] gnu: python-language-server: [propagated-inputs] add Date: Thu, 14 Mar 2019 18:17:49 -0500
>From 844149bd57e7da174afb599dde2c5dca403ad8e7 Mon Sep 17 00:00:00 2001
From: Brett Gilio <address@hidden>
Date: Thu, 14 Mar 2019 18:15:23 -0500
Subject: [PATCH 2/2] gnu: python-language-server: [propagated-inputs] add
 python-pylint.

* gnu/packages/python-xyz.scm (python-language-server): [propagated-inputs]
  add python-pylint
---
 gnu/packages/python-xyz.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index f55b36bbd..706524bbb 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -2653,7 +2653,8 @@ Server (PLS).")
        ("python-pycodestyle" ,python-pycodestyle)
        ("python-mccabe" ,python-mccabe)
        ("python-rope" ,python-rope)
-       ("python-autopep8" ,python-autopep8)))
+       ("python-autopep8" ,python-autopep8)
+       ("python-pylint" ,python-pylint)))
     (home-page "https://github.com/palantir/python-language-server";)
     (synopsis "Python implementation of the Language Server Protocol")
     (description
-- 
2.21.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#34864] [PATCH 2/2] gnu: python-language-server: [propagated-inputs] add Date: Thu, 14 Mar 2019 21:43:44 -0400 User-agent: Mutt/1.11.3 (2019-02-01)
On Thu, Mar 14, 2019 at 06:17:49PM -0500, Brett Gilio wrote:
> From 844149bd57e7da174afb599dde2c5dca403ad8e7 Mon Sep 17 00:00:00 2001
> From: Brett Gilio <address@hidden>
> Date: Thu, 14 Mar 2019 18:15:23 -0500
> Subject: [PATCH 2/2] gnu: python-language-server: [propagated-inputs] add
>  python-pylint.
> 
> * gnu/packages/python-xyz.scm (python-language-server): [propagated-inputs]
>   add python-pylint

Thanks!

I noticed that python-language-server 0.25.0 fails to build without this
change, so I squashed the commits into one and pushed as
fe4a4bd23aa55bc6e8f5639db0dbfb358df99861.

In general, if some changes need to happen in the same commit to avoid
breakage, we make them in the same commit.

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]