all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Jonas Bernoulli <jonas@bernoul.li>
To: 42806@debbugs.gnu.org
Subject: bug#42806: [PATCH 0/1] Parse whole buffer of compilation output at once
Date: Mon, 10 Aug 2020 23:27:56 +0200	[thread overview]
Message-ID: <20200810212756.25696-1-jonas@bernoul.li> (raw)

Remove the comment that mentioned that it is an option to do it in one
go as we now actually start doing.  As the existence of that comment
suggested, there is not really a reason to process the buffer in small
chunks.  On the contrary, processing the output in arbitrary units can
result in certain constructs not being recognized because they begin
in one arbitrary chunk, while ending in another.

`rustc' was one compiler that was often affected by this.  I am sure
there are others.

     Cheers,
     Jonas

Jonas Bernoulli (1):
  Parse whole buffer of compilation output at once

 lisp/progmodes/compile.el | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

-- 
2.28.0






             reply	other threads:[~2020-08-10 21:27 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-10 21:27 Jonas Bernoulli [this message]
2020-08-10 21:30 ` bug#42806: [PATCH 1/1] Parse whole buffer of compilation output at once Jonas Bernoulli
2020-08-14 14:19   ` Lars Ingebrigtsen
2020-08-14 14:56     ` Noam Postavsky

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200810212756.25696-1-jonas@bernoul.li \
    --to=jonas@bernoul.li \
    --cc=42806@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.