emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/dash 1284bc6 134/426: Move .el files out of root.


From: Phillip Lord
Subject: [elpa] externals/dash 1284bc6 134/426: Move .el files out of root.
Date: Tue, 04 Aug 2015 19:37:12 +0000

branch: externals/dash
commit 1284bc6f965fdd65fcb68aece3a1df777044814e
Author: Magnar Sveen <address@hidden>
Commit: Magnar Sveen <address@hidden>

    Move .el files out of root.
    
     - to avoid cluttering the provide-namespace
     - like not interfering with with ert.el
    
    Fixes #9
---
 README.md                                        |    2 +-
 create-docs.sh                                   |    2 +-
 ert.el => dev/ert.el                             |    0
 examples-to-docs.el => dev/examples-to-docs.el   |    0
 examples-to-tests.el => dev/examples-to-tests.el |    0
 examples.el => dev/examples.el                   |    0
 readme-template.md                               |    2 +-
 run-tests.sh                                     |    2 +-
 8 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index b2e84a3..3b030b2 100644
--- a/README.md
+++ b/README.md
@@ -590,7 +590,7 @@ Destructive: Sets `list` to the cdr of `list`.
 ## Contribute
 
 Yes, please do. Pure functions in the list manipulation realm only,
-please. There's a suite of tests in `examples.el`, so remember to add
+please. There's a suite of tests in `dev/examples.el`, so remember to add
 tests for your function, or I might break it later.
 
 You'll find the repo at:
diff --git a/create-docs.sh b/create-docs.sh
index 9489176..9607d10 100755
--- a/create-docs.sh
+++ b/create-docs.sh
@@ -4,4 +4,4 @@ if [ -z "$EMACS" ] ; then
     EMACS="emacs"
 fi
 
-$EMACS -batch -l dash.el -l examples-to-docs.el -l examples.el -f 
create-docs-file
+$EMACS -batch -l dash.el -l dev/examples-to-docs.el -l dev/examples.el -f 
create-docs-file
diff --git a/ert.el b/dev/ert.el
similarity index 100%
rename from ert.el
rename to dev/ert.el
diff --git a/examples-to-docs.el b/dev/examples-to-docs.el
similarity index 100%
rename from examples-to-docs.el
rename to dev/examples-to-docs.el
diff --git a/examples-to-tests.el b/dev/examples-to-tests.el
similarity index 100%
rename from examples-to-tests.el
rename to dev/examples-to-tests.el
diff --git a/examples.el b/dev/examples.el
similarity index 100%
rename from examples.el
rename to dev/examples.el
diff --git a/readme-template.md b/readme-template.md
index 0466711..dd16718 100644
--- a/readme-template.md
+++ b/readme-template.md
@@ -46,7 +46,7 @@ which demonstrates the usefulness of both versions.
 ## Contribute
 
 Yes, please do. Pure functions in the list manipulation realm only,
-please. There's a suite of tests in `examples.el`, so remember to add
+please. There's a suite of tests in `dev/examples.el`, so remember to add
 tests for your function, or I might break it later.
 
 You'll find the repo at:
diff --git a/run-tests.sh b/run-tests.sh
index 25ce1fd..739747d 100755
--- a/run-tests.sh
+++ b/run-tests.sh
@@ -4,4 +4,4 @@ if [ -z "$EMACS" ] ; then
     EMACS="emacs"
 fi
 
-$EMACS -batch -l ert.el -l dash.el -l examples-to-tests.el -l examples.el -f 
ert-run-tests-batch-and-exit
+$EMACS -batch -l dev/ert.el -l dash.el -l dev/examples-to-tests.el -l 
dev/examples.el -f ert-run-tests-batch-and-exit



reply via email to

[Prev in Thread] Current Thread [Next in Thread]