all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Oleh Krehel <oleh@oremacs.com>
To: 24426@debbugs.gnu.org
Subject: bug#24426: 25.1.50; [critical] semantic-fetch-tags regression since 25-03-2016
Date: Tue, 13 Sep 2016 10:09:18 +0200	[thread overview]
Message-ID: <87k2egcjbl.fsf@oremacs.com> (raw)

I have noticed a regression in the current master branch, possibly in
emacs-25 branch too.

When calling `semantic-fetch-tags`, it intermittently fails, even for
Elisp buffers for which it had a super-stable support over the years.

I noticed that semantic.el was not changed in the last years, so the
problem comes likely due to changes in EIOIO.

The error is thrown from `semantic-parse-region-default':

    (when (or (null semantic--parse-table) (eq semantic--parse-table t))
        ;; If there is no table, or it was set to t, then we are here by
        ;; some other mistake.  Do not throw an error deep in the parser.
        (error "No support found to parse buffer %S" (buffer-name)))

So I get e.g. signal(error ("No support found to parse buffer
\"hydra.el\"")), quite often, but not always.

The error definitely does not occur for an earlier build that I did on
25-03-2016. I'll try to bisect it more when I have some time.

I'd like to request putting this bug as blocking for Emacs-25. I heavily
rely on Semantic parsing the code in various languages and have some
packages on MELPA that rely on Semantic as well.

Oleh





             reply	other threads:[~2016-09-13  8:09 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-13  8:09 Oleh Krehel [this message]
2016-09-13  8:28 ` bug#24426: 25.1.50; [critical] semantic-fetch-tags regression since 25-03-2016 Dmitry Gutov
2016-09-13  9:21   ` Oleh Krehel

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=87k2egcjbl.fsf@oremacs.com \
    --to=oleh@oremacs.com \
    --cc=24426@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.