[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] master 32817fe 2/8: node-inspect -> realgud-node-inspect ...
From: |
Rocky Bernstein |
Subject: |
[elpa] master 32817fe 2/8: node-inspect -> realgud-node-inspect ... |
Date: |
Mon, 20 May 2019 07:33:32 -0400 (EDT) |
branch: master
commit 32817fed0a49913e8e4187a6a8e091a95d75988d
Author: rocky <address@hidden>
Commit: rocky <address@hidden>
node-inspect -> realgud-node-inspect ...
to simplify MELPA
---
Makefile.am | 2 +-
configure.ac | 6 +++---
realgud-node-inspect.el | 6 +++---
{node-inspect => realgud-node-inspect}/.nosearch | 0
{node-inspect => realgud-node-inspect}/Makefile.am | 0
{node-inspect => realgud-node-inspect}/core.el | 0
{node-inspect => realgud-node-inspect}/init.el | 0
{node-inspect => realgud-node-inspect}/main.el | 0
{node-inspect => realgud-node-inspect}/track-mode.el | 0
test/test-loc-regexp-node-inspect.el | 2 +-
test/test-node-inspect.el | 8 ++++----
11 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 66d3f8b..1878250 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,7 +2,7 @@
# These comments before the targets start with #:
# remake --tasks to shows the targets and the comments
-SUBDIRS = node-inspect test
+SUBDIRS = realgud-node-inspect test
GIT2CL ?= git2cl
RUBY ?= ruby
diff --git a/configure.ac b/configure.ac
index 6d5d73d..7a672b0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
dnl FIXME: pick up from realgud.el
-AC_INIT(realgud-inspect, 1.0,)
-AC_CONFIG_SRCDIR(node-inspect/main.el)
+AC_INIT(realgud-inspect, 1.0.0,)
+AC_CONFIG_SRCDIR(realgud-node-inspect/main.el)
AM_INIT_AUTOMAKE([foreign])
AM_MAINTAINER_MODE
@@ -49,7 +49,7 @@ AM_CONDITIONAL(INSTALL_EMACS_LISP, test "x$lispdir_realgud"
!= "x")
AC_CONFIG_FILES([Makefile \
common.mk \
- node-inspect/Makefile \
+ realgud-node-inspect/Makefile \
test/Makefile \
])
AC_OUTPUT
diff --git a/realgud-node-inspect.el b/realgud-node-inspect.el
index 6afe039..11867a1 100644
--- a/realgud-node-inspect.el
+++ b/realgud-node-inspect.el
@@ -36,7 +36,6 @@
;; Press C-x C-e at the end of the next line configure the program in
;; for building via "make" to get set up.
;; (compile (format "EMACSLOADPATH=:%s:%s:%s:%s ./autogen.sh"
(file-name-directory (locate-library "test-simple.elc")) (file-name-directory
(locate-library "realgud.elc")) (file-name-directory (locate-library
"load-relative.elc")) (file-name-directory (locate-library "loc-changes.elc"))))
-
(require 'load-relative)
(defgroup realgud-node-inspector nil
@@ -44,8 +43,9 @@
:group 'realgud
:version "24.3")
-(require-relative-list '( "./node-inspect/main" ) "realgud-")
-(load-relative "./node-inspect/main.el")
+(require-relative-list '( "./realgud-node-inspect/main" ) "realgud-")
+(load-relative "./realgud-node-inspect/main.el")
+(load-relative "./realgud-node-inspect/track-mode.el")
(provide-me)
diff --git a/node-inspect/.nosearch b/realgud-node-inspect/.nosearch
similarity index 100%
rename from node-inspect/.nosearch
rename to realgud-node-inspect/.nosearch
diff --git a/node-inspect/Makefile.am b/realgud-node-inspect/Makefile.am
similarity index 100%
rename from node-inspect/Makefile.am
rename to realgud-node-inspect/Makefile.am
diff --git a/node-inspect/core.el b/realgud-node-inspect/core.el
similarity index 100%
rename from node-inspect/core.el
rename to realgud-node-inspect/core.el
diff --git a/node-inspect/init.el b/realgud-node-inspect/init.el
similarity index 100%
rename from node-inspect/init.el
rename to realgud-node-inspect/init.el
diff --git a/node-inspect/main.el b/realgud-node-inspect/main.el
similarity index 100%
rename from node-inspect/main.el
rename to realgud-node-inspect/main.el
diff --git a/node-inspect/track-mode.el b/realgud-node-inspect/track-mode.el
similarity index 100%
rename from node-inspect/track-mode.el
rename to realgud-node-inspect/track-mode.el
diff --git a/test/test-loc-regexp-node-inspect.el
b/test/test-loc-regexp-node-inspect.el
index 58be563..3918b7c 100644
--- a/test/test-loc-regexp-node-inspect.el
+++ b/test/test-loc-regexp-node-inspect.el
@@ -6,7 +6,7 @@
(require 'realgud)
(load-file "./regexp-helper.el")
-(load-file "../node-inspect/init.el")
+(load-file "../realgud-node-inspect/init.el")
(declare-function realgud-cmdbuf-info-loc-regexp 'realgud-buffer-command)
(declare-function cmdbuf-loc-match 'realgud-regexp-helper)
diff --git a/test/test-node-inspect.el b/test/test-node-inspect.el
index e617869..6750d45 100644
--- a/test/test-node-inspect.el
+++ b/test/test-node-inspect.el
@@ -2,7 +2,7 @@
;; (test-simple-run "emacs -batch -L %s -l %s" (file-name-directory
(locate-library "test-simple.elc")) buffer-file-name)
(require 'test-simple)
-(load-file "../node-inspect/main.el")
+(load-file "../realgud-node-inspect/main.el")
(eval-when-compile (defvar test:run-process-save))
@@ -24,9 +24,9 @@
(assert-equal expanded-name script-filename "file name check")
))
-(note "nodejs-parse-cmd-args")
-(assert-equal (list '(("node") nil ("inspect" "foo"))
- (nodejs-parse-cmd-args '("node" "inspect" "foo")))
+(note "node-inspect-parse-cmd-args")
+(assert-equal '(("node") nil ("inspect" "foo"))
+ (node-inspect-parse-cmd-args '("node" "inspect" "foo")))
;; FIXME: need to mock remove-ansi-schmutz in realgud:nodejs
;; (realgud:nodejs "node inspect ./gcd.js 3 5")
- [elpa] master updated (c32288b -> 0d00b35), Rocky Bernstein, 2019/05/20
- [elpa] master fe811c0 5/8: Fix up some backtrace regexps, Rocky Bernstein, 2019/05/20
- [elpa] master 6d57325 4/8: Add info-breakpoint; track loc regexp changes, Rocky Bernstein, 2019/05/20
- [elpa] master b6c898d 6/8: Small new package-lint thing., Rocky Bernstein, 2019/05/20
- [elpa] master 73483ba 1/8: Preparation for MELPA release, Rocky Bernstein, 2019/05/20
- [elpa] master 1cec9ae 7/8: Copyright to FSF, Rocky Bernstein, 2019/05/20
- [elpa] master 32817fe 2/8: node-inspect -> realgud-node-inspect ...,
Rocky Bernstein <=
- [elpa] master 50926ec 3/8: Add realgud:js-goto-file-line, Rocky Bernstein, 2019/05/20
- [elpa] master 0d00b35 8/8: Add 'packages/realgud-node-inspect/' from commit '1cec9aecba5d31dfa419d7e73a38f101c3447a21', Rocky Bernstein, 2019/05/20