unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* guix import doesn't like newlines anymore :(
@ 2022-09-16  0:10 jgart
  2022-09-16  5:31 ` zimoun
  2022-10-07 11:24 ` zimoun
  0 siblings, 2 replies; 7+ messages in thread
From: jgart @ 2022-09-16  0:10 UTC (permalink / raw)
  To: Guix Devel

Hi does anyone know why guix import does not insert newlines anymore?

Is there a thread somewhere for that that I have missed?

#+


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

* Re: guix import doesn't like newlines anymore :(
  2022-09-16  0:10 guix import doesn't like newlines anymore :( jgart
@ 2022-09-16  5:31 ` zimoun
  2022-09-16  5:57   ` jgart
  2022-10-07 11:24 ` zimoun
  1 sibling, 1 reply; 7+ messages in thread
From: zimoun @ 2022-09-16  5:31 UTC (permalink / raw)
  To: jgart, Guix Devel

Hi,

On Thu, 15 Sep 2022 at 19:10, jgart <jgart@dismail.de> wrote:
> Hi does anyone know why guix import does not insert newlines anymore?

For which importer?


Cheers,
simon


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

* Re: guix import doesn't like newlines anymore :(
  2022-09-16  5:31 ` zimoun
@ 2022-09-16  5:57   ` jgart
  0 siblings, 0 replies; 7+ messages in thread
From: jgart @ 2022-09-16  5:57 UTC (permalink / raw)
  To: zimoun; +Cc: Guix Devel

On Fri, 16 Sep 2022 07:31:45 +0200 zimoun <zimon.toutoune@gmail.com> wrote:

hi,

> For which importer?

rust 

but Ithink I've experienced it with others also iirc

try to test

`guix import crate just -r`


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

* Re: guix import doesn't like newlines anymore :(
  2022-09-16  0:10 guix import doesn't like newlines anymore :( jgart
  2022-09-16  5:31 ` zimoun
@ 2022-10-07 11:24 ` zimoun
  2022-10-07 16:08   ` jgart
  2022-10-10 15:27   ` Ludovic Courtès
  1 sibling, 2 replies; 7+ messages in thread
From: zimoun @ 2022-10-07 11:24 UTC (permalink / raw)
  To: jgart, Guix Devel

Hi,

On jeu., 15 sept. 2022 at 19:10, jgart <jgart@dismail.de> wrote:
> Hi does anyone know why guix import does not insert newlines anymore?

You mean this,

--8<---------------cut here---------------start------------->8---
(define-public rust-snafu-0.7

[...]

    (license (list license:expat license:asl2.0))))
(define-public rust-lexiclean-0.0.1

[...]

    (license license:cc0)))
(define-public rust-just-1

[...]

    (license license:cc0)))
--8<---------------cut here---------------end--------------->8---

instead of this,

--8<---------------cut here---------------start------------->8---
(define-public rust-snafu-0.7

[...]

    (license (list license:expat license:asl2.0))))

(define-public rust-lexiclean-0.0.1

[...]

    (license license:cc0)))

(define-public rust-just-1

[...]

    (license license:cc0)))
--8<---------------cut here---------------end--------------->8---


Right?


Cheers,
simon


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

* Re: guix import doesn't like newlines anymore :(
  2022-10-07 11:24 ` zimoun
@ 2022-10-07 16:08   ` jgart
  2022-10-10 15:27   ` Ludovic Courtès
  1 sibling, 0 replies; 7+ messages in thread
From: jgart @ 2022-10-07 16:08 UTC (permalink / raw)
  To: zimoun; +Cc: Guix Devel

On Fri, 07 Oct 2022 13:24:17 +0200 zimoun <zimon.toutoune@gmail.com> wrote:
> Right?

Yup!


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

* Re: guix import doesn't like newlines anymore :(
  2022-10-07 11:24 ` zimoun
  2022-10-07 16:08   ` jgart
@ 2022-10-10 15:27   ` Ludovic Courtès
  2022-10-10 19:02     ` jgart
  1 sibling, 1 reply; 7+ messages in thread
From: Ludovic Courtès @ 2022-10-10 15:27 UTC (permalink / raw)
  To: zimoun; +Cc: jgart, Guix Devel

Hi,

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

> On jeu., 15 sept. 2022 at 19:10, jgart <jgart@dismail.de> wrote:
>> Hi does anyone know why guix import does not insert newlines anymore?
>
> You mean this,
>
> (define-public rust-snafu-0.7
>
> [...]
>
>     (license (list license:expat license:asl2.0))))
> (define-public rust-lexiclean-0.0.1

That has to do with commit 371a83b764c4993d198666e1674454eecbefcdf1.

I’ll push a fix shortly.

Thanks,
Ludo’.


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

* Re: guix import doesn't like newlines anymore :(
  2022-10-10 15:27   ` Ludovic Courtès
@ 2022-10-10 19:02     ` jgart
  0 siblings, 0 replies; 7+ messages in thread
From: jgart @ 2022-10-10 19:02 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: zimoun, Guix Devel

On Mon, 10 Oct 2022 17:27:50 +0200 Ludovic Courtès <ludo@gnu.org> wrote:
> I’ll push a fix shortly.

Cool! Thanks!

all best,

jgart


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

end of thread, other threads:[~2022-10-10 19:43 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-16  0:10 guix import doesn't like newlines anymore :( jgart
2022-09-16  5:31 ` zimoun
2022-09-16  5:57   ` jgart
2022-10-07 11:24 ` zimoun
2022-10-07 16:08   ` jgart
2022-10-10 15:27   ` Ludovic Courtès
2022-10-10 19:02     ` jgart

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