-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Also adapt to renamed rsb system.
- Loading branch information
Showing
31 changed files
with
154 additions
and
156 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;;; main.lisp --- Entry point of the bridge tool. | ||
;;;; | ||
;;;; Copyright (C) 2011-2016 Jan Moringen | ||
;;;; Copyright (C) 2011-2018 Jan Moringen | ||
;;;; | ||
;;;; Author: Jan Moringen <[email protected]> | ||
|
||
|
@@ -43,7 +43,7 @@ | |
(setf *configuration* (options-from-default-sources)) | ||
(process-commandline-options | ||
:commandline (list* program-name args) | ||
:version (cl-rsb-tools-bridge-system:version/list :commit? t) | ||
:version (rsb-tools-bridge-system:version/list :commit? t) | ||
:update-synopsis (curry #'update-synopsis :program-name program-name) | ||
:return (lambda () (return-from main))) | ||
(enable-swank-on-signal)) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;;; main.lisp --- Entry point of the call tool. | ||
;;;; | ||
;;;; Copyright (C) 2011-2016 Jan Moringen | ||
;;;; Copyright (C) 2011-2018 Jan Moringen | ||
;;;; | ||
;;;; Author: Jan Moringen <[email protected]> | ||
|
||
|
@@ -197,7 +197,7 @@ | |
(setf *configuration* (options-from-default-sources)) | ||
(process-commandline-options | ||
:commandline (list* program-name args) | ||
:version (cl-rsb-tools-call-system:version/list :commit? t) | ||
:version (rsb-tools-call-system:version/list :commit? t) | ||
:update-synopsis (curry #'update-synopsis :program-name program-name) | ||
:return (lambda () (return-from main))) | ||
(enable-swank-on-signal)) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;;; main.lisp --- Entry point of the info tool. | ||
;;;; | ||
;;;; Copyright (C) 2011-2016 Jan Moringen | ||
;;;; Copyright (C) 2011-2018 Jan Moringen | ||
;;;; | ||
;;;; Author: Jan Moringen <[email protected]> | ||
|
||
|
@@ -60,7 +60,7 @@ | |
:commandline (list* (concatenate | ||
'string (namestring program-pathname) " info") | ||
args) | ||
:version (cl-rsb-tools-info-system:version/list :commit? t) | ||
:version (rsb-tools-info-system:version/list :commit? t) | ||
:update-synopsis #'update-synopsis | ||
:return (lambda () (return-from main))) | ||
(enable-swank-on-signal) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;;; main.lisp --- Entry point of the introspect tool. | ||
;;;; | ||
;;;; Copyright (C) 2014, 2015, 2016 Jan Moringen | ||
;;;; Copyright (C) 2014, 2015, 2016, 2018 Jan Moringen | ||
;;;; | ||
;;;; Author: Jan Moringen <[email protected]> | ||
|
||
|
@@ -101,7 +101,7 @@ In most systems, all replies should arrive within a few milliseconds. However, c | |
(setf *configuration* (options-from-default-sources)) | ||
(process-commandline-options | ||
:commandline (list* program-name args) | ||
:version (cl-rsb-tools-introspect-system:version/list :commit? t) | ||
:version (rsb-tools-introspect-system:version/list :commit? t) | ||
:update-synopsis (curry #'update-synopsis :program-name program-name) | ||
:return (lambda () (return-from main))) | ||
(enable-swank-on-signal)) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;;; main.lisp --- Entry point of the logger tool. | ||
;;;; | ||
;;;; Copyright (C) 2011-2016 Jan Moringen | ||
;;;; Copyright (C) 2011-2018 Jan Moringen | ||
;;;; | ||
;;;; Author: Jan Moringen <[email protected]> | ||
|
||
|
@@ -60,7 +60,7 @@ | |
(setf *configuration* (options-from-default-sources)) | ||
(process-commandline-options | ||
:commandline (list* program-name args) | ||
:version (cl-rsb-tools-logger-system:version/list :commit? t) | ||
:version (rsb-tools-logger-system:version/list :commit? t) | ||
:update-synopsis (curry #'update-synopsis :program-name program-name) | ||
:return (lambda () (return-from main))) | ||
(enable-swank-on-signal)) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
;;;; rsb-formatting-and-rsb-common.asd --- Commandline options for formatting styles. | ||
;;;; | ||
;;;; Copyright (C) 2013, 2015, 2016 Jan Moringen | ||
;;;; Copyright (C) 2013, 2015, 2016, 2018 Jan Moringen | ||
;;;; | ||
;;;; Author: Jan Moringen <[email protected]> | ||
|
||
(load (merge-pathnames "cl-rsb-formatting.asd" *load-pathname*)) | ||
(load (merge-pathnames "rsb-formatting.asd" *load-pathname*)) | ||
|
||
(cl:in-package #:cl-rsb-formatting-system) | ||
(cl:in-package #:rsb-formatting-system) | ||
|
||
;;; System definition | ||
|
||
|
@@ -17,8 +17,8 @@ | |
:license "GPLv3" ; see COPYING file for details. | ||
:description "This system adds formatting-related handling of | ||
commandline options." | ||
:depends-on ((:version :cl-rsb-formatting #.(version/string)) | ||
(:version :rsb-tools-common #.(version/string))) | ||
:depends-on ((:version :rsb-formatting #.(version/string)) | ||
(:version :rsb-tools-common #.(version/string))) | ||
:encoding :utf-8 | ||
:components ((:file "help" | ||
:pathname "src/formatting/help"))) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
;;;; rsb-formatting-and-rsb-stats.asd --- Formatting styles based on cl-rsb-stats. | ||
;;;; rsb-formatting-and-rsb-stats.asd --- Formatting styles based on rsb-stats. | ||
;;;; | ||
;;;; Copyright (C) 2013, 2014, 2015, 2016 Jan Moringen | ||
;;;; Copyright (C) 2013-2018 Jan Moringen | ||
;;;; | ||
;;;; Author: Jan Moringen <[email protected]> | ||
|
||
(load (merge-pathnames "cl-rsb-formatting.asd" *load-pathname*)) | ||
(load (merge-pathnames "rsb-formatting.asd" *load-pathname*)) | ||
|
||
(cl:in-package #:cl-rsb-formatting-system) | ||
(cl:in-package #:rsb-formatting-system) | ||
|
||
;;; System definition | ||
|
||
|
@@ -16,10 +16,10 @@ | |
:version #.(version/string) | ||
:license "GPLv3" ; see COPYING file for details. | ||
:description "This system adds a column-based event formatting | ||
style, the columns of which are quantities defined in the cl-rsb-stats | ||
style, the columns of which are quantities defined in the rsb-stats | ||
system." | ||
:depends-on ((:version :cl-rsb-formatting #.(version/string)) | ||
(:version :cl-rsb-stats #.(version/string))) | ||
:depends-on ((:version :rsb-formatting #.(version/string)) | ||
(:version :rsb-stats #.(version/string))) | ||
:encoding :utf-8 | ||
:components ((:module "formatting" | ||
:pathname "src/formatting" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
;;;; rsb-formatting-json.asd --- Formatting support for JSON payloads. | ||
;;;; | ||
;;;; Copyright (C) 2014, 2015, 2016 Jan Moringen | ||
;;;; Copyright (C) 2014, 2015, 2016, 2018 Jan Moringen | ||
;;;; | ||
;;;; Author: Jan Moringen <[email protected]> | ||
|
||
#.(progn | ||
(load (merge-pathnames "cl-rsb-formatting.asd" *load-truename*)) | ||
(load (merge-pathnames "rsb-formatting.asd" *load-truename*)) | ||
(values)) | ||
|
||
(cl:in-package #:cl-rsb-formatting-system) | ||
(cl:in-package #:rsb-formatting-system) | ||
|
||
;;; System definitions | ||
|
||
|
@@ -27,7 +27,7 @@ | |
(:version :rsb-builder #.(version/string :revision? nil)) | ||
(:version :rsb-model-builder #.(version/string :revision? nil)) | ||
|
||
(:version :cl-rsb-formatting #.(version/string))) | ||
(:version :rsb-formatting #.(version/string))) | ||
:encoding :utf-8 | ||
:components ((:module "formatting" | ||
:pathname "src/formatting" | ||
|
@@ -38,4 +38,4 @@ | |
:depends-on ("formatting") | ||
:components ((:file "json")))) | ||
|
||
:in-order-to ((test-op (test-op :cl-rsb-formatting/test)))) | ||
:in-order-to ((test-op (test-op :rsb-formatting/test)))) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
;;;; cl-rsb-formatting-png.asd --- Formatting support for PNG payloads. | ||
;;;; rsb-formatting-png.asd --- Formatting support for PNG payloads. | ||
;;;; | ||
;;;; Copyright (C) 2013, 2014, 2016 Jan Moringen | ||
;;;; | ||
;;;; Author: Jan Moringen <[email protected]> | ||
|
||
#.(progn | ||
(load (merge-pathnames "cl-rsb-formatting.asd" *load-truename*)) | ||
(load (merge-pathnames "rsb-formatting.asd" *load-truename*)) | ||
(values)) | ||
|
||
(cl:in-package #:cl-rsb-formatting-system) | ||
(cl:in-package #:rsb-formatting-system) | ||
|
||
;;; System definition | ||
|
||
(defsystem :cl-rsb-formatting-png | ||
(defsystem :rsb-formatting-png | ||
:author "Jan Moringen <[email protected]>" | ||
:maintainer "Jan Moringen <[email protected]>" | ||
:version #.(version/string) | ||
|
@@ -24,10 +24,10 @@ | |
|
||
:zpng | ||
|
||
(:version :cl-rsb-formatting #.(version/string :revision? nil))) | ||
(:version :rsb-formatting #.(version/string :revision? nil))) | ||
:encoding :utf-8 | ||
:components ((:module "formatting" | ||
:pathname "src/formatting" | ||
:components ((:file "payload-image-png")))) | ||
|
||
:in-order-to ((test-op (test-op :cl-rsb-formatting/test)))) | ||
:in-order-to ((test-op (test-op :rsb-formatting/test)))) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
;;;; cl-rsb-formatting.asd --- Formatting functions for cl-rsb-based utilities. | ||
;;;; rsb-formatting.asd --- Formatting functions for rsb-based utilities. | ||
;;;; | ||
;;;; Copyright (C) 2011-2016 Jan Moringen | ||
;;;; | ||
;;;; Author: Jan Moringen <[email protected]> | ||
|
||
(cl:defpackage #:cl-rsb-formatting-system | ||
(cl:defpackage #:rsb-formatting-system | ||
(:use | ||
#:cl | ||
#:asdf) | ||
|
@@ -13,7 +13,7 @@ | |
#:version/list | ||
#:version/string)) | ||
|
||
(cl:in-package #:cl-rsb-formatting-system) | ||
(cl:in-package #:rsb-formatting-system) | ||
|
||
;;; Version stuff | ||
|
||
|
@@ -66,7 +66,7 @@ See `version/list' for details on keyword parameters." | |
|
||
;;; System definition | ||
|
||
(defsystem :cl-rsb-formatting | ||
(defsystem :rsb-formatting | ||
:author "Jan Moringen <[email protected]>" | ||
:maintainer "Jan Moringen <[email protected]>" | ||
:version #.(version/string) | ||
|
@@ -83,7 +83,7 @@ RSB-related systems." | |
(:version :utilities.binary-dump "0.1") | ||
(:version :utilities.print-tree "0.1") | ||
|
||
(:version :cl-rsb #.(version/string :revision? nil)) | ||
(:version :rsb #.(version/string :revision? nil)) | ||
(:version :rsb-protocol #.(version/string :revision? nil)) ; for payload-collection | ||
(:version :rsb-transport-socket #.(version/string :revision? nil)) ; likewise | ||
(:version :rsb-introspection #.(version/string :revision? nil))) | ||
|
@@ -145,26 +145,26 @@ RSB-related systems." | |
(:file "print") | ||
(:file "styles")))) | ||
|
||
:in-order-to ((test-op (test-op :cl-rsb-formatting/test)))) | ||
:in-order-to ((test-op (test-op :rsb-formatting/test)))) | ||
|
||
;;; System definition for tests of the cl-rsb-formatting system | ||
;;; System definition for tests of the rsb-formatting system | ||
|
||
(defsystem :cl-rsb-formatting/test | ||
(defsystem :rsb-formatting/test | ||
:author "Jan Moringen <[email protected]>" | ||
:maintainer "Jan Moringen <[email protected]>" | ||
:version #.(version/string) | ||
:license "GPLv3" ; see COPYING file for details. | ||
:description "This system contains tests for the cl-rsb-formatting | ||
:description "This system contains tests for the rsb-formatting | ||
system." | ||
:depends-on (:cl-ppcre | ||
|
||
(:version :lift "1.7.1") | ||
(:version :lift "1.7.1") | ||
|
||
(:version :cl-rsb-formatting #.(version/string)) | ||
(:version :cl-rsb-formatting-png #.(version/string)) | ||
(:version :rsb-formatting-json #.(version/string)) | ||
(:version :rsb-formatting #.(version/string)) | ||
(:version :rsb-formatting-png #.(version/string)) | ||
(:version :rsb-formatting-json #.(version/string)) | ||
|
||
(:version :cl-rsb/test #.(version/string :revision? nil))) | ||
(:version :rsb/test #.(version/string :revision? nil))) | ||
:encoding :utf-8 | ||
:components ((:module "formatting-early" | ||
:pathname "test/formatting" | ||
|
@@ -200,7 +200,7 @@ system." | |
(:file "json"))))) | ||
|
||
(defmethod perform ((operation test-op) | ||
(component (eql (find-system :cl-rsb-formatting/test)))) | ||
(component (eql (find-system :rsb-formatting/test)))) | ||
(funcall (find-symbol "RUN-TESTS" :lift) | ||
:config (funcall (find-symbol "LIFT-RELATIVE-PATHNAME" :lift) | ||
"lift-rsb-formatting.config"))) |
Oops, something went wrong.