* Re: [bug#29708] Update s-shell
[not found] ` <87efnx8bm4.fsf@gnu.org>
@ 2017-12-14 17:38 ` ng0
2017-12-16 5:30 ` 宋文武
0 siblings, 1 reply; 3+ messages in thread
From: ng0 @ 2017-12-14 17:38 UTC (permalink / raw)
To: Ludovic Courtès; +Cc: guix-devel
[-- Attachment #1: Type: text/plain, Size: 1218 bytes --]
Ludovic Courtès transcribed 0.4K bytes:
> ng0 <ng0@n0.is> skribis:
>
> > From cf2cbe9e9e525aa9dd697fcedb255a0fbc194ac9 Mon Sep 17 00:00:00 2001
> > From: ng0 <ng0@n0.is>
> > Date: Thu, 14 Dec 2017 13:22:58 +0000
> > Subject: [PATCH] s-shell: Update to commit
> > da2e5c20c0c5f477ec3426dc2584889a789b1659.
> >
> > * gnu/packages/shells.scm (s-shell): Update to commit da2e5c20c0c5f477ec3426dc2584889a789b1659.
> > (version): Use 'git-version'.
>
> I adjusted the commit log and pushed.
Why is it [version]? Shouldn't it be (version)?
Even though [version] now makes sense, I've seen
mostly [] when it followed a () - and that's why
I've been using ()[] and never(?) [] on its own.
I haven't read HACKING or the chapter 'Contributing' in a while,
so you might be describing something that's already in there. If
it isn't, does it matter to agree on a fixed grammar for this?
I've come to appreciate the strong QA and checks, but what matters
is the content of the brackets, not the chosen form of brackets.
For ()[] it makes sense.
> Thanks!
>
> Ludo’.
>
--
GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588
GnuPG: https://c.n0.is/ng0_pubkeys/tree/keys
WWW: https://n0.is
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [bug#29708] Update s-shell
2017-12-14 17:38 ` [bug#29708] Update s-shell ng0
@ 2017-12-16 5:30 ` 宋文武
2017-12-16 9:09 ` ng0
0 siblings, 1 reply; 3+ messages in thread
From: 宋文武 @ 2017-12-16 5:30 UTC (permalink / raw)
To: ng0; +Cc: guix-devel
ng0 <ng0@n0.is> writes:
> Ludovic Courtès transcribed 0.4K bytes:
>> ng0 <ng0@n0.is> skribis:
>>
>> > From cf2cbe9e9e525aa9dd697fcedb255a0fbc194ac9 Mon Sep 17 00:00:00 2001
>> > From: ng0 <ng0@n0.is>
>> > Date: Thu, 14 Dec 2017 13:22:58 +0000
>> > Subject: [PATCH] s-shell: Update to commit
>> > da2e5c20c0c5f477ec3426dc2584889a789b1659.
>> >
>> > * gnu/packages/shells.scm (s-shell): Update to commit da2e5c20c0c5f477ec3426dc2584889a789b1659.
>> > (version): Use 'git-version'.
>>
>> I adjusted the commit log and pushed.
>
> Why is it [version]? Shouldn't it be (version)?
> Even though [version] now makes sense, I've seen
> mostly [] when it followed a () - and that's why
> I've been using ()[] and never(?) [] on its own.
Here the top level is the same as previous line, so it can be ommited:
* ... (s-shell): ...
[version]: ...
is same as:
* ... (s-shell): ...
(s-shell)[version]: ...
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [bug#29708] Update s-shell
2017-12-16 5:30 ` 宋文武
@ 2017-12-16 9:09 ` ng0
0 siblings, 0 replies; 3+ messages in thread
From: ng0 @ 2017-12-16 9:09 UTC (permalink / raw)
To: 宋文武; +Cc: guix-devel
[-- Attachment #1: Type: text/plain, Size: 1187 bytes --]
宋文武 transcribed 0.9K bytes:
> ng0 <ng0@n0.is> writes:
>
> > Ludovic Courtès transcribed 0.4K bytes:
> >> ng0 <ng0@n0.is> skribis:
> >>
> >> > From cf2cbe9e9e525aa9dd697fcedb255a0fbc194ac9 Mon Sep 17 00:00:00 2001
> >> > From: ng0 <ng0@n0.is>
> >> > Date: Thu, 14 Dec 2017 13:22:58 +0000
> >> > Subject: [PATCH] s-shell: Update to commit
> >> > da2e5c20c0c5f477ec3426dc2584889a789b1659.
> >> >
> >> > * gnu/packages/shells.scm (s-shell): Update to commit da2e5c20c0c5f477ec3426dc2584889a789b1659.
> >> > (version): Use 'git-version'.
> >>
> >> I adjusted the commit log and pushed.
> >
> > Why is it [version]? Shouldn't it be (version)?
> > Even though [version] now makes sense, I've seen
> > mostly [] when it followed a () - and that's why
> > I've been using ()[] and never(?) [] on its own.
>
> Here the top level is the same as previous line, so it can be ommited:
>
> * ... (s-shell): ...
> [version]: ...
>
> is same as:
>
> * ... (s-shell): ...
> (s-shell)[version]: ...
>
Makes sense. Thank you.
--
GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588
GnuPG: https://c.n0.is/ng0_pubkeys/tree/keys
WWW: https://n0.is
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-12-16 9:10 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20171214133123.ymo5dxscjqhsbkfn@abyayala>
[not found] ` <87efnx8bm4.fsf@gnu.org>
2017-12-14 17:38 ` [bug#29708] Update s-shell ng0
2017-12-16 5:30 ` 宋文武
2017-12-16 9:09 ` ng0
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).