On Sat, Jan 08, 2022 at 10:34:15PM +0100, Ludovic Courtès wrote:
> Hi!
>
> Ricardo Wurmus skribis:
>
> > (arguments
> > (list
> > #:phases
> > '(modify-phases %standard-phases
> > (add-after 'unpack 'i-dont-care
> > (lambda _
> > (substitute* "this-file"
> >
On Tue, Jan 04, 2022 at 05:50:31PM +0100, Ricardo Wurmus wrote:
> Hi Guix,
>
> does this pattern look familiar to you?
>
> (arguments
> (list
> #:phases
> '(modify-phases %standard-phases
> (add-after 'unpack 'i-dont-care
> (lambda _
> (substitute* "this-file
Hi!
Ricardo Wurmus skribis:
> (arguments
> (list
> #:phases
> '(modify-phases %standard-phases
> (add-after 'unpack 'i-dont-care
> (lambda _
> (substitute* "this-file"
> (("^# some unique string, oh, careful! gotta \\(escape\\)
> this\\." m)
>
Hi Ricardo,
Am Donnerstag, dem 06.01.2022 um 08:12 +0100 schrieb Ricardo Wurmus:
> So lets take a step back and look at the location and shape of the
> bikeshed rather than its color. Do we agree that it would be lovely
> to have a less flexible but declarative pattern to describe changes
> to fi
Liliana Marie Prikler writes:
> Am Donnerstag, dem 06.01.2022 um 02:20 +0100 schrieb Jelle Licht:
>> >
>> >
>> > > Here’s a colour sample for the new bikeshed:
>> > >
>> > > (arguments
>> > > (list
>> > > #:patches
>> > > #~(patch "the-file"
>> > > ((line 10)
>> >
Hi,
Am Donnerstag, dem 06.01.2022 um 02:20 +0100 schrieb Jelle Licht:
> >
> >
> > > Here’s a colour sample for the new bikeshed:
> > >
> > > (arguments
> > > (list
> > > #:patches
> > > #~(patch "the-file"
> > > ((line 10)
> > > (+ "I ONLY WANTED TO ADD THIS
Liliana Marie Prikler writes:
> Hi Ricardo,
>
> Am Dienstag, dem 04.01.2022 um 17:50 +0100 schrieb Ricardo Wurmus:
>> Hi Guix,
>>
>> does this pattern look familiar to you?
>>
>> (arguments
>> (list
>> #:phases
>> '(modify-phases %standard-phases
>> (add-after 'unpack 'i-don
Hi Ricardo,
Am Dienstag, dem 04.01.2022 um 17:50 +0100 schrieb Ricardo Wurmus:
> Hi Guix,
>
> does this pattern look familiar to you?
>
> (arguments
> (list
> #:phases
> '(modify-phases %standard-phases
> (add-after 'unpack 'i-dont-care
> (lambda _
> (substi
i may be lacking the necessary bird's eye view here... but why not just use
good old copy-pasted diff for this?
introducing extra complexity in the form of a new DSL has all kinds of costs
that people usually ignore (*), and it's not clear to me how those costs would
pay off compared to just co
Hi Guix,
does this pattern look familiar to you?
(arguments
(list
#:phases
'(modify-phases %standard-phases
(add-after 'unpack 'i-dont-care
(lambda _
(substitute* "this-file"
(("^# some unique string, oh, careful! gotta \\(escape\\) this\\."
m)
10 matches
Mail list logo