unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#30926] [PATCH] Add coala and coala-bears.
@ 2018-03-24 14:31 Christopher Baines
  2020-10-20  7:56 ` zimoun
  0 siblings, 1 reply; 4+ messages in thread
From: Christopher Baines @ 2018-03-24 14:31 UTC (permalink / raw)
  To: 30926

[-- Attachment #1: Type: text/plain, Size: 1626 bytes --]

Tags: moreinfo

Coala is a static analysis tool for software which provides an interface
to a variety of tools.

I've got a branch which includes the imported packages for Coala needed
to make it work. I've only just started looking at using Coala, and I've
only been looking at the Ruby related tooling so far.

Anyway, there is a branch up here if anyone is interested [1].

1: http://git.cbaines.net/guix/log/?h=coala

Christopher Baines (36):
  Fix python-flake8-polyfill
  gnu: Add python-sybil.
  gnu: Add python-sarge.
  gnu: Add python-unidiff.
  gnu: Add python-testfixtures.
  gnu: Add python-pyprint.
  gnu: Add python-libclang-py3.
  gnu: Add python-coala-utils.
  gnu: Add python-dependency-management.
  gnu: Add python-colorlog.
  gnu: Add coala.
  gnu: Add python-autoflake.
  gnu: Add python-cmakelint.
  gnu: Add python-cppclean.
  gnu: Add python-cpplint.
  gnu: Add python-dennis.
  gnu: Add python-eradicate.
  gnu: Add python-guess-language-spirit.
  gnu: Add python-template-remover.
  gnu: Add python-html-linter.
  gnu: Add python-mypy-lang.
  gnu: Add python-proselint.
  gnu: Add python-pydocstyle.
  gnu: Add python-pyroma.
  gnu: Add python-restructuredtext-lint.
  gnu: Add python-rstcheck.
  gnu: Add python-dparse.
  gnu: Add python-safety.
  gnu: Add python-scspell3k.
  gnu: Add python-ansicolor.
  gnu: Add python-vim-vint.
  gnu: Add python-vulture.
  gnu: Add python-pathspec.
  gnu: Add python-yamllint.
  gnu: Add python-munkres3.
  gnu: Add coala-bears.

 gnu/packages/python.scm | 859 +++++++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 857 insertions(+), 2 deletions(-)

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 962 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [bug#30926] [PATCH] Add coala and coala-bears.
  2018-03-24 14:31 [bug#30926] [PATCH] Add coala and coala-bears Christopher Baines
@ 2020-10-20  7:56 ` zimoun
  2020-10-20  8:09   ` Christopher Baines
  0 siblings, 1 reply; 4+ messages in thread
From: zimoun @ 2020-10-20  7:56 UTC (permalink / raw)
  To: Christopher Baines; +Cc: 30926

Dear,

This seems suiting a first contribution: review the packages in:

    <http://git.cbaines.net/guix/log/?h=coala>

and added them to ’master’.

Chris do you accept to share the commit (Co-authored-by) with the person
who will do the job? (Since some work is required.)  If yes, it can be
tagged as ’easy’ and then used by some applicants.  WDYT?


All the best,
simon
--
<http://issues.guix.gnu.org/issue/30926>




^ permalink raw reply	[flat|nested] 4+ messages in thread

* [bug#30926] [PATCH] Add coala and coala-bears.
  2020-10-20  7:56 ` zimoun
@ 2020-10-20  8:09   ` Christopher Baines
  2021-07-13 12:09     ` bug#30926: " Maxim Cournoyer
  0 siblings, 1 reply; 4+ messages in thread
From: Christopher Baines @ 2020-10-20  8:09 UTC (permalink / raw)
  To: zimoun; +Cc: 30926

[-- Attachment #1: Type: text/plain, Size: 617 bytes --]


zimoun <zimon.toutoune@gmail.com> writes:

> This seems suiting a first contribution: review the packages in:
>
>     <http://git.cbaines.net/guix/log/?h=coala>
>
> and added them to ’master’.
>
> Chris do you accept to share the commit (Co-authored-by) with the person
> who will do the job? (Since some work is required.)  If yes, it can be
> tagged as ’easy’ and then used by some applicants.  WDYT?

Each package will require some work, although the work I did previously
will hopefully act as a guide. If someone wants to submit mergable
patches for these packages, that's fine with me.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#30926: [PATCH] Add coala and coala-bears.
  2020-10-20  8:09   ` Christopher Baines
@ 2021-07-13 12:09     ` Maxim Cournoyer
  0 siblings, 0 replies; 4+ messages in thread
From: Maxim Cournoyer @ 2021-07-13 12:09 UTC (permalink / raw)
  To: Christopher Baines; +Cc: 30926-done, zimoun

Hi Chris,

Christopher Baines <mail@cbaines.net> writes:

> zimoun <zimon.toutoune@gmail.com> writes:
>
>> This seems suiting a first contribution: review the packages in:
>>
>>     <http://git.cbaines.net/guix/log/?h=coala>
>>
>> and added them to ’master’.
>>
>> Chris do you accept to share the commit (Co-authored-by) with the person
>> who will do the job? (Since some work is required.)  If yes, it can be
>> tagged as ’easy’ and then used by some applicants.  WDYT?
>
> Each package will require some work, although the work I did previously
> will hopefully act as a guide. If someone wants to submit mergable
> patches for these packages, that's fine with me.

Thanks for sharing!  Unfortunately, time has passed, and it seems it
failed to gain the interest of someone to drive it to completion.

I'm thus closing this ticket.

Feel free to resubmit it anew if you pick it up again, or send it to
guix-devel as an abandoned WIP to have it archived somewhere.

Thanks,

Maxim




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-07-13 12:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-24 14:31 [bug#30926] [PATCH] Add coala and coala-bears Christopher Baines
2020-10-20  7:56 ` zimoun
2020-10-20  8:09   ` Christopher Baines
2021-07-13 12:09     ` bug#30926: " Maxim Cournoyer

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).