Github messages for mblaze
 help / color / mirror / Atom feed
* [ISSUE] Needless awk evocations in mcom
@ 2023-04-09 20:43 readmemyrights
  2023-04-10 10:16 ` leahneukirchen
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: readmemyrights @ 2023-04-09 20:43 UTC (permalink / raw)
  To: ml

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

New issue by readmemyrights on mblaze repository

https://github.com/leahneukirchen/mblaze/issues/238

Description:
At multiple points in mcom
awk is invoked in the middle of a pipeline
like this:

```shell
awk '{ print }'
```

In the context of a pipeline
it's basically a no-op,
it prints out every line as read,
performing no additional processing.

I'll send a pull request shortly,
unless this command does something more that I just don't notice.


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

* Re: Needless awk evocations in mcom
  2023-04-09 20:43 [ISSUE] Needless awk evocations in mcom readmemyrights
@ 2023-04-10 10:16 ` leahneukirchen
  2023-04-10 10:16 ` [ISSUE] [CLOSED] " leahneukirchen
  2023-04-10 11:36 ` readmemyrights
  2 siblings, 0 replies; 4+ messages in thread
From: leahneukirchen @ 2023-04-10 10:16 UTC (permalink / raw)
  To: ml

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

New comment by leahneukirchen on mblaze repository

https://github.com/leahneukirchen/mblaze/issues/238#issuecomment-1501647079

Comment:
This is intentional and an idiom to ensure the last line has a final newline.

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

* Re: [ISSUE] [CLOSED] Needless awk evocations in mcom
  2023-04-09 20:43 [ISSUE] Needless awk evocations in mcom readmemyrights
  2023-04-10 10:16 ` leahneukirchen
@ 2023-04-10 10:16 ` leahneukirchen
  2023-04-10 11:36 ` readmemyrights
  2 siblings, 0 replies; 4+ messages in thread
From: leahneukirchen @ 2023-04-10 10:16 UTC (permalink / raw)
  To: ml

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

Closed issue by readmemyrights on mblaze repository

https://github.com/leahneukirchen/mblaze/issues/238

Description:
At multiple points in mcom
awk is invoked in the middle of a pipeline
like this:

```shell
awk '{ print }'
```

In the context of a pipeline
it's basically a no-op,
it prints out every line as read,
performing no additional processing.

I'll send a pull request shortly,
unless this command does something more that I just don't notice.


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

* Re: Needless awk evocations in mcom
  2023-04-09 20:43 [ISSUE] Needless awk evocations in mcom readmemyrights
  2023-04-10 10:16 ` leahneukirchen
  2023-04-10 10:16 ` [ISSUE] [CLOSED] " leahneukirchen
@ 2023-04-10 11:36 ` readmemyrights
  2 siblings, 0 replies; 4+ messages in thread
From: readmemyrights @ 2023-04-10 11:36 UTC (permalink / raw)
  To: ml

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

New comment by readmemyrights on mblaze repository

https://github.com/leahneukirchen/mblaze/issues/238#issuecomment-1501719033

Comment:
Thanks for the quick reply, it certainly does make sense

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

end of thread, other threads:[~2023-04-10 11:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-09 20:43 [ISSUE] Needless awk evocations in mcom readmemyrights
2023-04-10 10:16 ` leahneukirchen
2023-04-10 10:16 ` [ISSUE] [CLOSED] " leahneukirchen
2023-04-10 11:36 ` readmemyrights

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 NNTP newsgroup(s).