unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#36661] [PATCH] tests: Sort scheme tests alphabetically
@ 2019-07-15 10:59 Robert Vollmert
  2019-07-15 12:01 ` Efraim Flashner
  2019-07-22 20:03 ` [bug#36661] bump Robert Vollmert
  0 siblings, 2 replies; 5+ messages in thread
From: Robert Vollmert @ 2019-07-15 10:59 UTC (permalink / raw)
  To: 36661; +Cc: Robert Vollmert

* Makefile.am (SCM_TESTS): Sort.
---
 Makefile.am | 102 ++++++++++++++++++++++++++--------------------------
 1 file changed, 51 insertions(+), 51 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 6e2124a263..6151afd6a1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -362,76 +362,76 @@ TEST_EXTENSIONS = .scm .sh
 if CAN_RUN_TESTS
 
 SCM_TESTS =					\
+  tests/accounts.scm				\
   tests/base16.scm				\
   tests/base32.scm				\
   tests/base64.scm				\
+  tests/bournish.scm				\
+  tests/builders.scm				\
+  tests/build-utils.scm				\
+  tests/cache.scm				\
+  tests/challenge.scm				\
   tests/channels.scm				\
+  tests/combinators.scm				\
+  tests/containers.scm				\
   tests/cpan.scm				\
   tests/cpio.scm				\
+  tests/cran.scm				\
   tests/crate.scm				\
-  tests/gem.scm					\
-  tests/pki.scm					\
-  tests/print.scm				\
-  tests/sets.scm				\
-  tests/modules.scm				\
-  tests/gnu-maintenance.scm			\
-  tests/substitute.scm				\
-  tests/builders.scm				\
+  tests/cve.scm					\
+  tests/debug-link.scm				\
   tests/derivations.scm				\
-  tests/glob.scm				\
-  tests/grafts.scm				\
-  tests/ui.scm					\
-  tests/status.scm				\
-  tests/records.scm				\
-  tests/processes.scm				\
-  tests/upstream.scm				\
-  tests/combinators.scm				\
   tests/discovery.scm				\
-  tests/utils.scm				\
-  tests/build-utils.scm				\
-  tests/packages.scm				\
-  tests/snix.scm				\
-  tests/hackage.scm				\
-  tests/cran.scm				\
   tests/elpa.scm				\
-  tests/texlive.scm				\
-  tests/store.scm				\
-  tests/monads.scm				\
+  tests/file-systems.scm			\
+  tests/gem.scm					\
   tests/gexp.scm				\
-  tests/nar.scm					\
-  tests/union.scm				\
-  tests/profiles.scm				\
-  tests/search-paths.scm			\
-  tests/syscalls.scm				\
-  tests/inferior.scm				\
+  tests/glob.scm				\
+  tests/gnu-maintenance.scm			\
+  tests/grafts.scm				\
+  tests/graph.scm				\
   tests/gremlin.scm				\
-  tests/debug-link.scm				\
-  tests/bournish.scm				\
+  tests/hackage.scm				\
+  tests/import-utils.scm			\
+  tests/inferior.scm				\
   tests/lint.scm				\
-  tests/publish.scm				\
-  tests/scripts.scm				\
-  tests/size.scm				\
-  tests/graph.scm				\
-  tests/challenge.scm				\
-  tests/cache.scm				\
-  tests/cve.scm					\
-  tests/workers.scm				\
-  tests/zlib.scm				\
   tests/lzlib.scm				\
-  tests/file-systems.scm			\
-  tests/uuid.scm				\
-  tests/system.scm				\
-  tests/accounts.scm				\
-  tests/services.scm				\
-  tests/scripts-build.scm			\
-  tests/containers.scm				\
+  tests/modules.scm				\
+  tests/monads.scm				\
+  tests/nar.scm					\
   tests/opam.scm				\
+  tests/packages.scm				\
   tests/pack.scm				\
+  tests/pki.scm					\
+  tests/print.scm				\
+  tests/processes.scm				\
+  tests/profiles.scm				\
+  tests/publish.scm				\
   tests/pypi.scm				\
-  tests/import-utils.scm			\
+  tests/records.scm				\
+  tests/scripts-build.scm			\
+  tests/scripts.scm				\
+  tests/search-paths.scm			\
+  tests/services.scm				\
+  tests/sets.scm				\
+  tests/size.scm				\
+  tests/snix.scm				\
+  tests/status.scm				\
   tests/store-database.scm			\
   tests/store-deduplication.scm			\
-  tests/store-roots.scm
+  tests/store-roots.scm				\
+  tests/store.scm				\
+  tests/substitute.scm				\
+  tests/syscalls.scm				\
+  tests/system.scm				\
+  tests/texlive.scm				\
+  tests/ui.scm					\
+  tests/union.scm				\
+  tests/upstream.scm				\
+  tests/utils.scm				\
+  tests/uuid.scm				\
+  tests/workers.scm				\
+  tests/zlib.scm
 
 SH_TESTS =					\
   tests/guix-build.sh				\
-- 
2.20.1 (Apple Git-117)

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

* [bug#36661] [PATCH] tests: Sort scheme tests alphabetically
  2019-07-15 10:59 [bug#36661] [PATCH] tests: Sort scheme tests alphabetically Robert Vollmert
@ 2019-07-15 12:01 ` Efraim Flashner
  2019-07-15 13:00   ` Robert Vollmert
  2019-07-22 20:03 ` [bug#36661] bump Robert Vollmert
  1 sibling, 1 reply; 5+ messages in thread
From: Efraim Flashner @ 2019-07-15 12:01 UTC (permalink / raw)
  To: Robert Vollmert; +Cc: 36661

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

Can you make the backslashes line up also?


-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

* [bug#36661] [PATCH] tests: Sort scheme tests alphabetically
  2019-07-15 12:01 ` Efraim Flashner
@ 2019-07-15 13:00   ` Robert Vollmert
  0 siblings, 0 replies; 5+ messages in thread
From: Robert Vollmert @ 2019-07-15 13:00 UTC (permalink / raw)
  To: Efraim Flashner; +Cc: 36661

> On 15. Jul 2019, at 14:01, Efraim Flashner <efraim@flashner.co.il> wrote:
> 
> Can you make the backslashes line up also?

They do?

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

* [bug#36661] bump
  2019-07-15 10:59 [bug#36661] [PATCH] tests: Sort scheme tests alphabetically Robert Vollmert
  2019-07-15 12:01 ` Efraim Flashner
@ 2019-07-22 20:03 ` Robert Vollmert
  2019-07-23  6:57   ` bug#36661: bump Efraim Flashner
  1 sibling, 1 reply; 5+ messages in thread
From: Robert Vollmert @ 2019-07-22 20:03 UTC (permalink / raw)
  To: 36661

Hi,

would someone be so kind as to apply this? It’s a bit of a pain
having to rebase it over test file additions.

(If you’re worried about the backslashes being non-aligned: Note
that this appears so in the patch for module names of lengths
3, 11, ….)

Robert

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

* bug#36661: bump
  2019-07-22 20:03 ` [bug#36661] bump Robert Vollmert
@ 2019-07-23  6:57   ` Efraim Flashner
  0 siblings, 0 replies; 5+ messages in thread
From: Efraim Flashner @ 2019-07-23  6:57 UTC (permalink / raw)
  To: Robert Vollmert; +Cc: 36661-done

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

I forgot about this. Patch applied.

-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

end of thread, other threads:[~2019-07-23  6:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-15 10:59 [bug#36661] [PATCH] tests: Sort scheme tests alphabetically Robert Vollmert
2019-07-15 12:01 ` Efraim Flashner
2019-07-15 13:00   ` Robert Vollmert
2019-07-22 20:03 ` [bug#36661] bump Robert Vollmert
2019-07-23  6:57   ` bug#36661: bump Efraim Flashner

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.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).