From: Dmitry Gutov <dgutov@yandex.ru>
To: Glenn Morris <rgm@gnu.org>, 20637@debbugs.gnu.org
Cc: Michael Albinus <michael.albinus@gmx.de>
Subject: bug#20637: incompatible, undocumented change to vc-working-revision
Date: Tue, 29 Mar 2016 02:28:22 +0300 [thread overview]
Message-ID: <08f70cda-44be-0657-e50a-2b2c80d2c21c@yandex.ru> (raw)
In-Reply-To: <6ok2vyzwf9.fsf@fencepost.gnu.org>
On 05/24/2015 02:49 AM, Glenn Morris wrote:
> Current master:
> (vc-working-revision "1") ; "master"
This has been caused by the commit
7f9b037245ddb662ad98685e429a2498ae6b7c62, which made both vc-state and
vc-working-revision use vc-responsible-backend instead of vc-backend.
As a result, in some backends these functions started return non-nil
values for unknown files or directories, as long as they lie inside a VC
repository.
This change is indeed backward-incompatible, and it breaks the previous
assumption of some backend functions that if FILE has been passed to it,
then it's surely registered with the current backend. That's why the
commit included changes adding lines like (unless (memq (vc-state file)
'(nil unregistered))...), but it didn't get all affected code.
In particular, it breaks an assumption I made when fixing #11757, that
vc-git-state never receives an unregistered file as input. So if you
evaluate (vc-state "1") now, it'll return `up-to-date'.
While reverting the change makes some tests fail, we should fix them in
different ways.
For some backends, maybe, we should accept that (vc-state
default-directory) and (vc-working-revision default-directory) will
return nil. Alternatively, fix that problem inside the respective
backends, without changing the dispatching functions.
Also, reverting this commit also seems to uncover tests that shouldn't
pass anyway. Checks like
(should (eq (vc-state default-directory)
(vc-state default-directory backend)))
don't verify much, and in this case they seem to verify the wrong thing.
More on that in the respective threads in emacs-devel later.
Michael, thoughts?
next prev parent reply other threads:[~2016-03-28 23:28 UTC|newest]
Thread overview: 41+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-23 23:49 bug#20637: incompatible, undocumented change to vc-working-revision Glenn Morris
2016-03-28 23:28 ` Dmitry Gutov [this message]
2016-03-29 18:13 ` Michael Albinus
2016-04-01 0:36 ` Dmitry Gutov
2016-04-09 19:34 ` Michael Albinus
2016-04-09 20:42 ` Dmitry Gutov
2016-04-10 8:00 ` Michael Albinus
2016-04-10 16:00 ` Dmitry Gutov
2016-04-10 18:09 ` Michael Albinus
2016-04-10 18:58 ` Dmitry Gutov
2016-04-11 6:55 ` Michael Albinus
2016-04-13 20:55 ` Dmitry Gutov
2016-04-14 7:10 ` Michael Albinus
2016-04-14 13:53 ` Dmitry Gutov
2016-04-14 15:26 ` Michael Albinus
2016-04-15 0:33 ` Dmitry Gutov
2016-04-15 13:13 ` Michael Albinus
2016-04-14 15:23 ` Eli Zaretskii
2016-04-13 15:14 ` Michael Albinus
2016-04-13 20:49 ` Dmitry Gutov
2016-04-14 7:21 ` Michael Albinus
2016-04-14 14:20 ` Dmitry Gutov
2016-04-14 18:31 ` Michael Albinus
2016-04-15 0:20 ` Dmitry Gutov
2016-04-15 13:11 ` Michael Albinus
2016-04-17 0:44 ` Dmitry Gutov
2016-04-18 12:27 ` Michael Albinus
2016-04-18 12:33 ` Dmitry Gutov
2016-04-18 12:46 ` Michael Albinus
2016-04-18 1:40 ` Dmitry Gutov
2016-04-15 1:01 ` Dmitry Gutov
2016-04-15 1:04 ` Dmitry Gutov
2016-04-15 13:23 ` Michael Albinus
2016-04-17 0:27 ` Dmitry Gutov
2016-04-18 1:33 ` Dmitry Gutov
2016-04-18 12:28 ` Michael Albinus
2016-04-18 12:37 ` Dmitry Gutov
2016-04-18 12:53 ` Michael Albinus
2016-04-18 12:58 ` Dmitry Gutov
2016-04-18 13:06 ` Michael Albinus
2016-04-18 16:34 ` John Wiegley
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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=08f70cda-44be-0657-e50a-2b2c80d2c21c@yandex.ru \
--to=dgutov@yandex.ru \
--cc=20637@debbugs.gnu.org \
--cc=michael.albinus@gmx.de \
--cc=rgm@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 public inbox
https://git.savannah.gnu.org/cgit/emacs.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).