Activity

From 11/09/2016 to 12/08/2016

12/01/2016

12:16 AM Revision b3dc93f9 (rsb-cl): Fixed version determination corner case in CMakeLists.txt
The conditional
if(NOT RSB_VERSION_PATCH)
should have been
if(NOT DEFINED RSB_VERSION_COMMIT)
since RSB_VERSI...
J. Moringen
12:54 PM Revision 239d6ed5 (rsb-tools-cl): Renamed *textual-output-can-use-utf-8* -> *output-unicode?* in ...
* src/formatting/variables.lisp (*output-unicode?*):
renamed *textual-output-can-use-utf-8* -> *output-unicode?*
* ...
J. Moringen
12:35 PM Revision 301a46c8 (rsb-tools-cl): Backport: Fixed format argument in src/formatting/timeline.lisp
* src/formatting/timeline.lisp (format-header timeline t): round tic
time to nearest integer second instead of allo...
J. Moringen
12:09 PM Revision 9c014ba0 (rsb-tools-cl): Backport: Fixed format argument in src/formatting/timeline.lisp
* src/formatting/timeline.lisp (format-header timeline t): round tic
time to nearest integer second instead of allo...
J. Moringen
12:08 PM Revision 6fbdbdf4 (rsb-tools-cl): Fixed format argument in src/formatting/timeline.lisp
* src/formatting/timeline.lisp (format-header timeline t): round tic
time to nearest integer second instead of allo...
J. Moringen

11/30/2016

08:37 PM Revision 284a44de (rsb-timesync-cl): Updated fiveam system dependency in rsb-timesync.asd
* rsb-timesync.asd (system rsb-timesync/test): changed version of
system dependency on fiveam 1.{1 -> 3}
J. Moringen
08:34 PM Revision f7d451a7 (rsb-timesync-cl): Fixed license initargs in rsb-timesync.asd
* rsb-timesync.asd (system rsb-timesync): fixed :license initarg
(system rsb-timesync-test): likewise
J. Moringen
08:32 PM Revision fb1d3f0f (rsb-timesync-cl): Renamed test systems -test -> /test in rsb-timesync.asd
* rsb-timesync.asd (system rsb-timesync): adapted in-order-to to
renamed test system
(system rsb-timesync/test): ...
J. Moringen
08:31 PM Revision 49be93cb (rsb-timesync-cl): Bumped version 0.13 -> 0.16 in rsb-timesync.asd
* rsb-timesync.asd (+version-minor+): changed 10 -> 16 J. Moringen

11/25/2016

01:51 PM Revision 4b700e91 (rsb-java): Do not disconnect sockt transport on interrupt
Prevent the socket transport from degrading in case publish is called
with an active interruption. This is achieved b...
J. Wienke

11/23/2016

01:50 PM Enhancement #2670 (Resolved): Informer socket transport is shutting down if publish trigger threa...
Applied in changeset commit:rsb-java|cced8e22f723253b860cbaa42f9ea1668121fb9a. J. Wienke
10:24 AM Enhancement #2670 (In Progress): Informer socket transport is shutting down if publish trigger th...
J. Wienke
01:37 PM Revision cced8e22 (rsb-java): Do not disconnect sockt transport on interrupt
Prevent the socket transport from degrading in case publish is called
with an active interruption. This is achieved b...
J. Wienke

11/22/2016

09:10 PM Feature #2678 (Resolved): Allow "portfile" output to user-supplied file descriptors
Applied in changeset commit:rsb-cl|57c1933705d81ef83af6eb64c65326a7b62ac45e. J. Moringen
08:44 PM Feature #2678 (Resolved): Allow "portfile" output to user-supplied file descriptors
J. Moringen
08:49 PM Revision 57c19337 (rsb-cl): Allow arbitrary FDs as "portfile" in src/transport/socket/util.lisp
fixes #2678
* src/transport/socket/util.lisp (maybe-write-port-file): recognize
the syntax -N where N /= 2 for spe...
J. Moringen
08:21 PM Feature #2673 (In Progress): In addition to DISPLAY_NAME, the introspection system should accept ...
J. Moringen
07:49 PM Revision 02c315bd (rsb-cl): Fixed system name in test/transport/spread/package.lisp
* test/transport/spread/package.lisp
(test suite transport-spread-root): fixed system name
rsb-transport-spread{-...
J. Moringen
07:40 PM Bug #2674 (Resolved): portfile handling broken in case of mixing participants with and without th...
Applied in changeset commit:rsb-cl|1fbd905fcc8a9b74dc29a648573aa64e2e33bd01. J. Moringen
07:32 PM Revision 1fbd905f (rsb-cl): Write each port-file exactly once in src/transport/socket/{util,trans...
fixes #2674
* src/transport/socket/util.lisp (**written-port-files**): new global
variable; remembers which port-f...
J. Moringen
07:04 PM Revision 1e5c2fca (rsb-cl): Generalized check-buses-and-connectors in test/transport/socket/bus.lisp
* test/transport/socket/bus.lisp (check-buses-and-connectors): accept
buses and connectors as lists; handle any num...
J. Moringen
07:02 PM Revision 117bdd22 (rsb-cl): Simplified use of with-participant in test/transport/socket/bus.lisp
* test/transport/socket/bus.lisp
(test transport-socket-bus-root::incompatible-options): use
`with-participants' ...
J. Moringen
03:55 PM RSBag Revision a3447cc4 (rsbag-cl): Renamed test systems -test -> /test in [cl-]rsbag*.asd
* test/protocol.lisp (header): updated copyright
(test suite protocol-root): adjusted test system name
* cl-rsbag.a...
J. Moringen
03:52 PM Revision 313a19dd (rsb-tools-cl): parse-call-spec does not reject valid URLs in src/common/event....
* src/common/event.lisp (parse-call-spec): allow any character in the
URL part of the specification
* test/common/e...
J. Moringen
03:33 PM Revision 9ef50907 (rsb-tools-cl): Renamed test systems -test -> /test in [cl-]rsb-*.asd
* test/common/idl-loading.lisp
(test common-idl-loading-root::find-and-load-idl/smoke): adapted
test system name
...
J. Moringen
03:19 PM Revision 6d1c0ce6 (rsb-yarp-cl): Renamed test systems -test -> /test in rsb-yarp.asd
* test/package.lisp (file-bottle): adjusted name of test system
* rsb-yarp.asd (header): updated copyright
(system ...
J. Moringen
03:18 PM RSB XML Support Revision 07bbc2fe (rsb-xml-cl): Renamed test systems -test -> /test in rsb-xml.asd
* rsb-xml.asd (system rsb-xml): adapted in-order-to to renamed test system
(system rsb-xml/test): renamed rsb-xml{-...
J. Moringen
03:08 PM Revision 827eb40f (rsb-yarp-cl): Renamed test systems -test -> /test in rsb-yarp.asd
* rsb-yarp.asd (header): updated copyright
(system rsb-yarp): adapted in-order-to to renamed test system
(system ...
J. Moringen
03:06 PM Revision 491a629f (rsb-ros-cl): Renamed test systems -test -> /test in rsb-ros.asd
* rsb-ros.asd (system rsb-ros): adapted in-order-to to renamed test
system
(system rsb-ros/test): renamed rsb-ros...
J. Moringen
12:45 PM Revision c7124634 (rsb-cl): Renamed test systems -test -> /test in [cl-]rsb*.asd
* cl-rsb.asd (system cl-rsb): adapted in-order-to to renamed test
system
(system cl-rsb/test): renamed cl-rsb{- -...
J. Moringen

11/18/2016

04:51 PM Revision f2285973 (rsb-cl): Adaptations for network.spread version 0.3 in rsb-transport-spread.asd
* src/transport/spread/connector.lisp (connector): adapted changed
package of `network.spread.daemon:*default-port*...
J. Moringen
03:51 PM Enhancement #2670: Informer socket transport is shutting down if publish trigger thread is marked...
Can you provide a minimalized test case for this behavior? It is quite hard to interrupt something during a usually v... J. Wienke
12:34 PM Enhancement #2670: Informer socket transport is shutting down if publish trigger thread is marked...
M. Pohling wrote:
> Any updates so far?
I think we agreed that you should discuss the issue with Johannes.
J. Moringen
12:25 PM Enhancement #2670: Informer socket transport is shutting down if publish trigger thread is marked...
Any updates so far? M. Pohling

11/17/2016

02:52 PM Revision 631cb49f (rsb-tools-cl): Whitespace fix in cpack/DebianUbuntu.cmake
* cpack/DebianUbuntu.cmake: whitespace fix J. Moringen
02:40 PM Revision 517c1059 (rsb-cl): More efficient notification creation in src/transport/spread/conversi...
* src/transport/spread/conversion.lisp (make-notification): do not
`apply' `make-instance' when constructing the `n...
J. Moringen

11/14/2016

11:52 AM Revision 71053ea9 (rsb-cl): Fixed ftype declamation in src/event.lisp, again
* src/event.lisp (event-id->uuid): fixed return type in ftype
declamation
J. Moringen

11/11/2016

07:33 PM Revision 3eff0e79 (rsb-manual): Backport: Added download link for win32 binaries in install-binar...
* install-binary.rst (Binary Downloads of Tools): added download link
win32 binaries
(cherry picked from commit ac...
J. Moringen
07:31 PM Revision ac5e9142 (rsb-manual): Added download link for win32 binaries in install-binary.rst
* install-binary.rst (Binary Downloads of Tools): added download link
win32 binaries
J. Moringen
07:27 PM Revision 363dc64b (rsb-manual): Fixed binary download link for MacOS in install-binary.rst
* install-binary.rst (Binary Downloads of Tools): fixed download link
for binaries for MacOS
J. Moringen
 

Also available in: Atom