Activity

From 10/05/2013 to 11/03/2013

10/31/2013

01:23 PM Revision 27de0b0a (rsb-cl): Removed bus-%removed-connections writer in src/transport/socket/bus.lisp
* src/transport/socket/bus.lisp (bus::removed-connections): removed
writer; the slot is read-only
J. Moringen
11:47 AM Enhancement #1649 (Resolved): If bus is busy cl-logger takes significant time to end
Confirmed with 0.9 and master.
Using the same setup, logger instantly stops and raises no warning.
Anonymous
02:38 AM Enhancement #1649 (Feedback): If bus is busy cl-logger takes significant time to end
Should be fixed in 0.9 and master. Please confirm. J. Moringen
02:03 AM Revision 34ba838e (rsb-cl): Backport: Finish output before shutdown in src/transport/socket/bus-c...
refs #1649
* src/transport/socket/bus-connection.lisp (handshake): call
`finish-output' before shutting down the s...
J. Moringen
02:03 AM Revision 6b6b8bf5 (rsb-cl): Backport: Fixed closing deadlock in src/transport/socket/bus.lisp
refs #1649
The deadlock could occur when connections where dispatching
events (locking the bus) while being removed ...
J. Moringen
02:03 AM Revision 66d81226 (rsb-cl): Backport: Fixed dispatch during shutdown in src/transport/socket/*.lisp
refs #1649
* src/transport/socket/bus-connection.lisp
(send-notification bus-connection cons): drop outgoing notif...
J. Moringen

10/29/2013

11:42 PM Revision e6e22147 (rsb-cl): Finish output before shutdown in src/transport/socket/bus-connection....
refs #1649
* src/transport/socket/bus-connection.lisp (handshake): call
`finish-output' before shutting down the s...
J. Moringen
11:42 PM Revision e7b3a7d1 (rsb-cl): Fixed closing deadlock in src/transport/socket/bus.lisp
refs #1649
The deadlock could occur when connections where dispatching
events (locking the bus) while being removed ...
J. Moringen
11:42 PM Revision eb7a84d6 (rsb-cl): Fixed dispatch during shutdown in src/transport/socket/*.lisp
refs #1649
* src/transport/socket/bus-connection.lisp
(send-notification bus-connection cons): drop outgoing notif...
J. Moringen
11:42 PM Revision b1bd81f5 (rsb-cl): Simplification in src/transport/socket/util.lisp
* src/transport/socket/util.lisp (print-socket): simplified
implementation
J. Moringen
11:42 PM Revision 54d8855a (rsb-cl): Improved with-methods macro in src/patterns/macros.lisp
* src/patterns/macros.lisp (call-with-methods): new function; add and
remove methods to/from a `local-server'
(wi...
J. Moringen
05:24 PM Enhancement #1649 (In Progress): If bus is busy cl-logger takes significant time to end
J. Moringen
03:28 PM Enhancement #1649 (Resolved): If bus is busy cl-logger takes significant time to end
If the bus is busy (socket transport, ~100Hz, throughput ~5000), ending the logger takes a significant time (around 5... Anonymous

10/28/2013

07:58 PM Revision bc1cb4aa (rsb-cl): Improved with-methods macro in src/patterns/macros.lisp
* src/patterns/macros.lisp (call-with-methods): new function; add and
remove methods to/from a `local-server'
(wi...
J. Moringen
06:54 PM Revision 40826cb5 (rsb-cl): Added call-with-participant, with-participant in src/macros.lisp
* src/macros.lisp (call-with-participant): new function; use by
`with-participant'
(with-participant): new macro;...
J. Moringen
06:49 PM Revision 7be90196 (rsb-cl): Improved with-handler macro in src/macros.lisp
* src/macros.lisp (call-with-handler): new function; used by
`with-handler'
(with-handler): use `call-with-handle...
J. Moringen
06:47 PM Revision 20711b0f (rsb-cl): Improved define-participant-creation-uri-methods in src/participant.lisp
* src/participant.lisp (call-with-participant-creation-restarts): new
function; call a given thunk with established...
J. Moringen
06:44 PM Revision f3270d61 (rsb-cl): Use &slot in src/transport/spread/out-connector.lisp
* src/transport/spread/out-connector.lisp (out-connector): use &slot for
max-fragment-size option
J. Moringen
06:44 PM Revision 339c4a77 (rsb-cl): Minor cosmetic changes in src/**/*.lisp
* src/event-processing/filtering-processor-mixin.lisp
(filtering-processor-mixin): fixed typos in documentation str...
J. Moringen

10/26/2013

11:49 PM Enhancement #1083 (In Progress): Implement communication with congestion control (for reader inte...
A prototypical implementation can be found in the wip-flow-control branch of the rsb-cl repository. J. Moringen
11:42 PM Revision eac25083 (rsb-cl): TODO don't forget to ref #1083
J. Moringen
11:40 PM Revision 5bd8d6b7 (rsb-cl): TODO Added rsb-data-flow.asd and src/patterns/data-flow/{conversion,m...
J. Moringen
11:39 PM Revision af15a28b (rsb-cl): TODO unified handling of data-flow conditions
J. Moringen

10/25/2013

09:15 PM Revision af3aee0c (rsb-cl): TODO added src/patterns/data-flow/protocol.lisp
J. Moringen
09:10 PM Revision 7276c409 (rsb-cl): TODO Improvements of data-flow stuff
J. Moringen
07:34 PM Revision 9e9a9cd2 (rsb-cl): Added source/sink participants in src/patterns/data-flow/*.lisp
* src/conditions.lisp (rsb-condition): new condition class
(rsb-error): added superclass `rsb-condition'; adapted do...
J. Moringen
05:04 PM Revision dde6e1ad (rsb-cl): Backport: Fixed whitespace handling in options-from-stream in src/con...
refs #1648
* src/configuration.lisp (options-from-stream): strip leading and
trailing tabs and spaces from each li...
J. Moringen
04:17 AM Bug #1648 (Resolved): error while rsb-loggercl0.10 parses rsb.conf
Applied in changeset rsb-cl|commit:57da7fd917d757d7c635507b8d8b524879f306ff. J. Moringen

10/24/2013

01:52 AM Revision 2a84670b (rsb-cl): More fixes of indentation of format strings in **/*.lisp
* **/*.lisp: fixed indentation of format strings J. Moringen
01:52 AM Revision 57da7fd9 (rsb-cl): Fixed whitespace handling in options-from-stream in src/configuration...
fixes #1648
* src/configuration.lisp (options-from-stream): strip leading and
trailing tabs and spaces from each l...
J. Moringen
08:16 PM Bug #1648 (In Progress): error while rsb-loggercl0.10 parses rsb.conf
J. Moringen
08:16 PM Bug #1648: error while rsb-loggercl0.10 parses rsb.conf
No, it's not a duplicate. J. Moringen
08:08 PM Bug #1648: error while rsb-loggercl0.10 parses rsb.conf
Probably a duplicate of #1483. J. Moringen
08:04 PM Bug #1648 (Resolved): error while rsb-loggercl0.10 parses rsb.conf
The current implementation of rsb-loggercl0.10 seems to have a problem with rsb.config entries:... C. Emmerich

10/23/2013

04:52 PM Revision 14d27fc3 (rsb-tools-cl): Fixed format strings in common/error-handling.lisp
* common/error-handling.lisp (continue/verbose): fixed use of ~& in
format strings
(maybe-relay-to-thread): likewise
J. Moringen

10/22/2013

01:47 AM RSBag Revision 0c842b33 (rsbag-cl): Fixed package qualification of format functions in src/**/*.lisp
* src/conditions.lisp (open-error): fixed package qualification of
`maybe-print-cause' in report
(channel-open-er...
J. Moringen
01:46 AM RSBag Revision ecf26ea8 (rsbag-cl): Fixed indentation of documentation strings in **/*.lisp, cl-rsbag.asd
* **/*.lisp: fixed indentation of documentation string
* cl-rsbag.asd: likewise
J. Moringen

10/11/2013

06:35 PM Tasks #528 (Closed): Add a "Fixing the Network" Wiki page (also documenting Spread Best Practices)
I think this is better handled in individual "troubleshooting entries":http://docs.cor-lab.de/rsb-manual/trunk/html/t... J. Moringen
06:29 PM RSBag Tasks #1482: Rename bag-merge -> bag-transform
There is some code but I'm not sure whether this will actually happen. May be subsumed by moving to a single binary w... J. Moringen
06:27 PM RSBag Bug #1421 (Closed): Verify that string encoding change complies to TIDELog specification
I guess, that's all we can do at the moment. J. Moringen
05:02 PM Revision 0ec94533 (rsb-cl): TODO temp commit
J. Moringen
04:34 PM Revision c52b0d91 (rsb-yarp-cl): Fixed call-with-mock-nameserver in test/transport/yarp/package.lisp
The server thread should start uninterruptible and only become
interruptible when it blocks in a system call.
* test...
J. Moringen
04:22 PM Revision e526a2b1 (rsb-cl): TODO temp commit: still compile when socket-shutdown is not available
J. Moringen

10/10/2013

03:03 PM Revision 820e268b (rsb-tools-cl): Better alternative priority in cpack/DebianUbuntu.cmake
* cpack/DebianUbuntu.cmake: use RSB_TOOLS_VERSION_{MAJOR,MINOR} to
compute PACKAGE_ALT_PRIORITY
J. Moringen
02:47 PM RSBag Revision e93817aa (rsbag-tools-cl): Better alternative priority in cpack/DebianUbuntu.cmake
* cpack/DebianUbuntu.cmake: use RSBAG_TOOLS_VERSION_{MAJOR,MINOR} to
compute PACKAGE_ALT_PRIORITY
J. Moringen

10/09/2013

12:14 PM Revision cd896d1f (rsb-yarp-cl): log5 -> log4cl in src/**/*.lisp, rsb-yarp.asd
* **/*.lisp: use log:{trace,debug,info,warn} instead of log1
* rsb-yarp.asd (system rsb-yarp): added system dependenc...
J. Moringen
12:14 PM Revision 54cfb0d3 (rsb-yarp-cl): Added nameserver-based connectors in src/transport/yarp/connecto...
* src/transport/yarp/connectors.lisp: new file; nameserver-based
connectors for YARP
* src/transport/yarp/package.l...
J. Moringen
12:13 PM Revision c9ef991d (rsb-yarp-cl): Added mock YARP nameserver and nameserver tests in test/transpor...
* test/transport/yarp/nameserver.lisp (*foo-port*): new parameter; mock
nameserver entry
(*bar-port*): likewise
...
J. Moringen
11:54 AM Revision 35098028 (rsb-tools-cl): log5 -> log4cl in src/**/*.lisp, cl-rsb-*.asd
* **/*.lisp: use log:{trace,debug,info,warn} instead of log1
* src/common/logging.lisp: use log4cl API instead of log...
J. Moringen
11:14 AM Revision 141e482b (rsb-tools-cl): Renamed invoke-* -> call-* in */*.lisp
* common/error-handling.lisp (call-with-error-policy): renamed {invoke
-> call}-with-error-policy
(with-error-pol...
J. Moringen
11:10 AM Revision afa5c8a1 (rsb-tools-cl): Fixed a print-object method in formatting/event-style-programma...
* formatting/event-style-programmable.lisp
(print-object style-programmable/template): do not call next method
fr...
J. Moringen
11:05 AM Revision 35e863da (rsb-tools-cl): Minor improvements in */*.lisp
* common/error-handling.lisp (invoke-with-error-policy): whitespace
change
* formatting/delegating-mixin.lisp (dele...
J. Moringen
10:48 AM Revision 7821ac78 (rsb-tools-cl): Use uninterned-symbol syntax in *package forms in **/*.lisp, cl...
* **/*.lisp: use uninterned-symbol syntax in {def,in-}package forms
* cl-rsb-common.asd: likewise
* cl-rsb-stats.asd:...
J. Moringen
10:48 AM Revision 8d87fd98 (rsb-tools-cl): Fixed indentation of format strings in **/*.lisp
* **/*.lisp: fixed indentation of format strings J. Moringen
10:47 AM Revision 694ac03f (rsb-tools-cl): Use (lambda ...) instead of #'(lambda ...) in **/*.lisp
* **/*.lisp: Use (lambda ...) instead of #'(lambda ...) J. Moringen
10:47 AM Revision 6600029e (rsb-tools-cl): Changed tabs to spaces, semicolon style in **/*.lisp, *.asd
* **/*.lisp: changed tabs to spaces; fixed semicolon style
* cl-rsb-common.asd: likewise
* cl-rsb-stats.asd: likewise...
J. Moringen
10:46 AM Revision 26101e1b (rsb-tools-cl): Shortened license, updated copyright in **/*.lisp, *.asd, CMake...
* **/*.lisp (header): shortened license; updated copyright
* cl-rsb-common.asd: likewise
* cl-rsb-stats.asd: likewise...
J. Moringen

10/08/2013

04:29 PM Revision 63e8fc6b (rsb-python): Exclude recent unittest-xml-reporting versions
Starting with 1.7.0 unittest-xml-reporting does not support python 2.6. J. Wienke
01:11 PM RSBag Revision 59e6c903 (rsbag-cl): TODO temp commit: minor fix in src/transform/ros-msg.lisp
J. Moringen

10/07/2013

05:21 PM RSBag Revision c558406f (rsbag-cl): TODO temp commit: fixes
J. Moringen
05:03 PM RSBag Revision 7741ad7b (rsbag-cl): TODO temp commit: more ROSBag backend improvements
J. Moringen
04:58 PM RSBag Revision c937219c (rsbag-cl): TODO: temp commit ROSBag backend improvements
J. Moringen
04:50 PM RSBag Revision 4d6bdb82 (rsbag-cl): let+ adaptations
J. Moringen
04:49 PM RSBag Revision b9dbd5e2 (rsbag-cl): Initial version ROSBag backend in src/backend/rosbag/
* src/backend/rosbag/conditions.lisp: new file; conditions used by the
ROSBag backend
* src/backend/rosbag/generat...
J. Moringen
03:50 PM RSBag Revision 64da768a (rsbag-tools-cl): Fixed indentation of format strings in **/*.lisp
* **/*.lisp: fixed indentation of format strings J. Moringen
03:50 PM RSBag Revision cfb81dc3 (rsbag-tools-cl): Use (lambda ...) instead of #'(lambda ...) in **/*.lisp
* **/*.lisp: Use (lambda ...) instead of #'(lambda ...) J. Moringen
03:50 PM RSBag Revision 88a4b439 (rsbag-tools-cl): Changed tabs to spaces, semicolon style in **/*.lisp, cl-rsba...
* **/*.lisp: changed tabs to spaces; fixed semicolon style
* cl-rsbag-common.asd: likewise
* cl-rsbag-tools-main.asd:...
J. Moringen
03:50 PM RSBag Revision f09a3cef (rsbag-tools-cl): Use uninterned-symbol syntax in *package forms in **/*.lisp, ...
* **/*.lisp: use uninterned-symbol syntax in {def,in-}package forms
* cl-rsbag-common.asd: likewise
* cl-rsbag-tools-...
J. Moringen
03:49 PM RSBag Revision e82eb252 (rsbag-tools-cl): Shortened license, updated copyright in **/*.lisp, cl-rsbag-*...
* **/*.lisp (header): shortened license; updated copyright
* cl-rsbag-common.asd: likewise
* cl-rsbag-tools-main.asd:...
J. Moringen
02:44 PM RSB XML Support Revision 20448d84 (rsb-xml-java): Fix project version to a stable release.
J. Wienke
02:43 PM RSB XML Support Revision c9a6c68e (rsb-xml-java): Fix dependency versions
* Use version ranges for stable releases of rsx instead of snapshot versions J. Wienke
02:41 PM Revision 3dd59e0f (rsb-matlab): Fix dependecies
* rst-sandbox instead of rstsandbox
* use version ranges instead of soft requirements which do not seem to
work
J. Wienke
02:32 PM Revision 0ac568e3 (rsb-matlab): Fix rst sandbox dependency name.
J. Wienke

10/06/2013

07:29 PM Revision 51c83639 (rsb-cl): Renamed {invoke -> call}-with-{restart-and-timeout,error-policy}
* src/error-handling.lisp (call-with-restart-and-timeout): renamed
{invoke -> call}-with-restart-and-timeout; fixed...
J. Moringen
07:16 PM Revision 8fb2840a (rsb-cl): Minor cosmetic changes in {src,examples}/**/*.lisp
* src/error-handling.lisp (invoke-with-restart-and-timeout): fixed a
comment
* src/event-processing/broadcast-proce...
J. Moringen
06:58 PM Revision b7f334c5 (rsb-cl): Use uninterned-symbol syntax in *package forms in **/*.lisp, cl-rsb.asd
* **/*.lisp: use uninterned-symbol syntax in {def,in-}package forms
* cl-rsb.asd: likewise
J. Moringen
06:58 PM Revision 22964887 (rsb-cl): Fixed indentation of format strings in **/*.lisp
* **/*.lisp: fixed indentation of format strings J. Moringen
06:50 PM Revision 4eddb1a0 (rsb-cl): Use (lambda ...) instead of #'(lambda ...) in **/*.lisp
* **/*.lisp: Use (lambda ...) instead of #'(lambda ...) J. Moringen
 

Also available in: Atom