unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#58611: [PATCH] Unignore the tests/manual directory
@ 2022-10-18 15:34 Matt Armstrong
  2022-10-18 16:28 ` Stefan Kangas
  0 siblings, 1 reply; 2+ messages in thread
From: Matt Armstrong @ 2022-10-18 15:34 UTC (permalink / raw)
  To: 58611

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

Tags: patch

The previous match pattern matched any directory named "manual" whereas
the intent appears to have been to match the "manual" directory created
in the root.  In any case, it ignored all files in tests/manual (to my
surprise).


In GNU Emacs 29.0.50 (build 2, x86_64-pc-linux-gnu, GTK+ Version
 3.24.34, cairo version 1.16.0) of 2022-10-17 built on naz
Repository revision: b9aff5fdb89092b68ebd7782c8dc85e6daca14b2
Repository branch: daily-driver
Windowing system distributor 'The X.Org Foundation', version 11.0.12201003
System Description: Debian GNU/Linux bookworm/sid

Configured using:
 'configure --enable-checking=yes --enable-check-lisp-object-type
 'CFLAGS=-Og -g3''


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-Unignore-the-tests-manual-directory.patch --]
[-- Type: text/patch, Size: 582 bytes --]

From 209223c386ca5facf554b01880e6cb8e4af95b7e Mon Sep 17 00:00:00 2001
From: Matt Armstrong <matt@rfc20.org>
Date: Tue, 18 Oct 2022 08:29:49 -0700
Subject: [PATCH] Unignore the tests/manual directory

---
 .gitignore | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index eb77b2388f4..92e069675c3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -323,7 +323,7 @@ lib-src/seccomp-filter-exec.pfc
 /etc/*.gschema.valid
 
 # Ignore directory made by admin/make-manuals.
-manual/
+/manual/
 
 # Ignore Finder files on MacOS.
 .DS_Store
-- 
2.35.1


[-- Attachment #3: Type: text/plain, Size: 67 bytes --]


-- 
matt (sent from an Emacs running the feature/noverlay branch)

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

* bug#58611: [PATCH] Unignore the tests/manual directory
  2022-10-18 15:34 bug#58611: [PATCH] Unignore the tests/manual directory Matt Armstrong
@ 2022-10-18 16:28 ` Stefan Kangas
  0 siblings, 0 replies; 2+ messages in thread
From: Stefan Kangas @ 2022-10-18 16:28 UTC (permalink / raw)
  To: Matt Armstrong, 58611-done

Matt Armstrong <matt@rfc20.org> writes:

> The previous match pattern matched any directory named "manual" whereas
> the intent appears to have been to match the "manual" directory created
> in the root.  In any case, it ignored all files in tests/manual (to my
> surprise).

Thanks, pushed to master (commit 59fc77ee52).





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

end of thread, other threads:[~2022-10-18 16:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-18 15:34 bug#58611: [PATCH] Unignore the tests/manual directory Matt Armstrong
2022-10-18 16:28 ` Stefan Kangas

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).