Feature #2551

Tools sub-command for standalone (socket) server

Added by J. Moringen almost 8 years ago. Updated almost 8 years ago.

Status:ResolvedStart date:05/30/2016
Priority:NormalDue date:
Assignee:J. Moringen% Done:

100%

Category:Common Lisp Tools
Target version:rsb-0.14

Description

  • Add command
  • Document

Associated revisions

Revision bb8ba300
Added by J. Moringen almost 8 years ago

Initial server documentation in tool-server.rst

refs #2551

  • tool-server.rst: new file; contains description of server command
  • tools.rst: added link to tool-server.rst and one-sentence description
    of server tool

Revision c8b982c3
Added by J. Moringen almost 8 years ago

Mention server tool in news.rst

refs #2551

  • news.rst (RSB 0.14): mention new server tool

Revision eb0eacda
Added by J. Moringen almost 8 years ago

Initial server command in src/commands/server.lisp

refs #2551

  • src/commands/server.lisp: new file; contains implementation of server
    command
  • test/commands/server.lisp: new file contains unit tests for the server
    command
  • test/commands/package.lisp (header): updated copyright
    (package rsb.tools.commands.test): added used package alexandria
    (safe-configuration): new variable; safe RSB configuration for tests
  • test/commands/bridge/command.lisp (config): removed; replaced
    by safe-configuration in test/commands/package.lisp
    (test commands-bridge-command-root::smoke): use `*safe-configuration*'
    instead of `*config*'
  • test/commands/bridge/package.lisp (header): updated copyright
    (package rsb.tools.commands.bridge.test): added imported-from
    rsb.tools.commands.test symbol safe-configuration
  • rsb-tools-commands.asd (system rsb-tools-commands): added file
    src/commands/server.lisp
    (system rsb-tools-commands-test): added file test/commands/server.lisp

Revision f62f2a9c
Added by J. Moringen almost 8 years ago

Initial server program in server/main.lisp

refs #2551

  • main/main.lisp (header): updated copyright
    (name->entry-point): added entry for server command
  • server/main.lisp: new file; entry point for server command
  • server/package.lisp: new file; package definition for rsb.tools.server
    module
  • cl-rsb-tools-main.asd (system cl-rsb-tools-main): added system
    dependency on cl-rsb-tools-server
  • cl-rsb-tools-server.asd: new file; contains system definition for
    cl-rsb-tools-server system
  • CMakeLists.txt (TOOLS): added server to list

Revision 86854689
Added by J. Moringen almost 8 years ago

Mention server tool in socket transport advice in troubleshooting.rst

refs #2551

  • troubleshooting.rst (I cannot make the Socket ...): mention server
    tool

History

#1 Updated by J. Moringen almost 8 years ago

  • Status changed from New to Resolved
  • % Done changed from 0 to 100

Also available in: Atom PDF