Activity

From 05/23/2014 to 06/21/2014

06/12/2014

10:54 AM Bug #1896 (Resolved): Documentation of cpp-spread-plugin missing?
The "C++ Implementation docu":http://docs.cor-lab.de//rsb-manual/trunk/html/install-cpp.html documents how to build r... Anonymous

06/10/2014

03:08 PM Revision 406739ed (rsb-cl): Pretend language-agnostic project in CMakeLists.txt
* CMakeLists.txt: in call to project function, specify special language
NONE to mark project as language-agnostic; ...
J. Moringen
01:05 PM Revision f372da3e (rsb-cl): Cosmetic changes and slight simplifications in src/{event-processing,...
* src/event-processing/client.lisp (header): fixed one-line summary
* src/event-processing/pull-processor.lisp (heade...
J. Moringen
12:56 PM Revision 26b0569b (rsb-cl): Fixed scopes in test/{,patterns/request-reply/}macros.lisp
* test/patterns/request-reply/macros.lisp
(test macros-root::with-local-server/error-policy): use distinct
scopes...
J. Moringen
12:56 PM Revision 8b717d66 (rsb-cl): Simplification in call-with-participant-creation-restarts in src/part...
* src/participant.lisp (call-with-participant-creation-restarts): TODO
(define-participant-creation-restart-method)...
J. Moringen
11:44 AM Revision b18dd3d0 (rsb-python): Added support for process start time in rsb/introspection/__init_...
will ref #1823
* rsb/introspection/__init__.py (__processStartTime): new variable;
caches value of processStartTim...
J. Moringen
11:44 AM Revision feb8c725 (rsb-python): Hackish transmission of type information in rsb/introspection/__i...
* rsb/introspection/__init__.py (IntrospectionSender.addParticipant):
if possible, add a hackish representation of ...
J. Moringen
11:44 AM Revision ce2cfff1 (rsb-python): TODO Participant kind stuff
J. Moringen
11:44 AM Revision d9b45a0f (rsb-python): Support hierarchies of participants in rsb/**/*.py
will fix #1828
A parent participant can now be specified when a new participant is
created. The request-reply module...
J. Moringen
11:44 AM Revision 36452395 (rsb-python): Unit tests for introspection in test/introspectiontest.py
will ref #1743
* test/introspectiontest.py: new file; contains unit tests for
introspection functionality
* test/_...
J. Moringen
11:44 AM Revision d812c6b8 (rsb-python): Initial import of introspection module in rsb/introspection/__ini...
will ref #1743
* rsb/__init__.py (createParticipant): when config.introspection is
True, load introspection module...
J. Moringen
11:44 AM Revision 931f3926 (rsb-python): Added participant creation and destruction hooks in rsb/__init__.py
will fix #1739
Hooks are collections of callback functions that are called in specific
situations. This commit adds ...
J. Moringen
11:44 AM Revision 92ee7870 (rsb-python): Introspection configuration option in rsb/__init__.py
will ref #1734
* rsb/__init__.py (header): updated copyright
(ParticipantConfig): extended documentation string
...
J. Moringen

06/08/2014

09:22 PM Bug #1881: Integration test fails
Not only does the test fail, it also leaves behind several Java processes. I observed several dozens on the trusty64 ... J. Moringen

06/06/2014

11:43 AM RSBag Enhancement #1888: On-demand compilation of protobuf files is too slow
Thanks, that looks much better. The 20 types are loaded in a few seconds. J. Wienke

06/05/2014

01:47 AM RSBag Enhancement #1888 (Resolved): On-demand compilation of protobuf files is too slow
The improvement should now be deployed in the respective master jobs on corci and citoolkit. Reopen if this is insuff... J. Moringen
10:05 PM RSBag Enhancement #1888: On-demand compilation of protobuf files is too slow
Jan Moringen wrote:
> I think, I have a trivial enhancement that allows loading the entire current RST in ~ 40 s on ...
J. Wienke
07:53 PM RSBag Enhancement #1888 (In Progress): On-demand compilation of protobuf files is too slow
I think, I have a trivial enhancement that allows loading the entire current RST in ~ 40 s on ferberit (oldish x86 la... J. Moringen
04:10 PM Revision f3b9530c (rsb-java): Force a specific version of protobuf in pom.xml
Ensure that the correct version of protobuf is used all the time since
no API compatibility is preserved by protobuf ...
J. Wienke

06/01/2014

01:25 AM Revision 1911543c (rsb-java): partial commit - added test case for send bye and checked few condi...
S. Sharma

05/28/2014

05:56 PM Feature #1742: Implement introspection event sender
Test case for ProcessInfoServerTest.java is also getting passed but throws NosuchConverterException on the console.
...
S. Sharma
01:32 PM Feature #1742: Implement introspection event sender
I have done the changes we discussed yesterday , test case is running now. Could you please verify if its fine and al... S. Sharma
05:53 PM Revision ecf0a4ef (rsb-java): updated
S. Sharma
01:26 PM Revision 923b2c85 (rsb-java): updated test cases and minor bug fixes
S. Sharma

05/27/2014

06:37 PM Revision d1ab4580 (rsb-java): changed toString method to allow for unintialized IDs
S. Wrede
06:37 PM Revision adab2815 (rsb-java): fixes to the introspection code and corresponding tests
S. Wrede
12:54 PM Feature #1742: Implement introspection event sender
And, for the converter registration, please check the corresponding example (although it should not be implemented th... S. Wrede
12:47 PM Feature #1742: Implement introspection event sender
@Suchit. Did you push your changes?
There aren't any recent commits from your side:
https://code.cor-lab.de/pro...
S. Wrede
12:45 PM Feature #1742: Implement introspection event sender
@Suchit. You must not register the converters manually for your case. S. Wrede
12:43 PM Feature #1742: Implement introspection event sender
I had made changes to QueryHandlerTest.java and commited them earlier, in my machine I dont get the null pointer exce... S. Sharma
10:41 AM Feature #1742: Implement introspection event sender
The code should be called through the @rsb.Factory@. I suppose that there is a different problem.
BTW: What kind o...
S. Wrede

05/26/2014

05:47 PM RSBag Enhancement #1888: On-demand compilation of protobuf files is too slow
Ok, even with the reduced amount of proto files for the robocup system, the startup still takes a considerable amount... J. Wienke
05:40 PM Feature #1742: Implement introspection event sender
The important thing is that the converter registration needs to be done before you create the participants. J. Wienke
04:36 PM Feature #1742: Implement introspection event sender
I have pulled the changes but still get the same error.I even tried some other things but doesn't seem to work. S. Sharma
10:34 AM Feature #1742: Implement introspection event sender
You are right. As you use the converter subsystem as any regular RSB application, you have to tell the framework how ... S. Wrede
10:31 AM Revision a78aaf9e (rsb-java): added registration of converters for introspection data types
S. Wrede
10:20 AM Revision dfdff019 (rsb-java): bug fixing for test cases
S. Sharma

05/25/2014

12:50 AM Feature #1742: Implement introspection event sender
Thanks, the problem was due to presence of rsb.conf in ~/.config/rsb.conf as well as the project folder, after commen... S. Sharma

05/23/2014

09:53 PM Feature #1742: Implement introspection event sender
Johannes: This is true. However, I suspect that Suchit wants to run the unit tests from within Eclipse. The @rsb.conf... S. Wrede
05:37 PM Feature #1742: Implement introspection event sender
There is also a rsb.conf inside the project root folder. If you launch your binaries with PWD being the project root ... J. Wienke
05:30 PM Feature #1742: Implement introspection event sender
Are you 100% sure that no further @rsb.conf@ is involved? Please also check your home directory: @~/.config/rsb.conf@ S. Wrede
01:27 PM Feature #1742: Implement introspection event sender
I was again getting spread connection error after a few minor changes(which should not be the cause) , the port is co... S. Sharma
01:47 PM RSBag Enhancement #1888: On-demand compilation of protobuf files is too slow
I need to profile this, but I think I know a bottleneck in the (legacy) protocol buffer compiler code. Since we won't... J. Moringen
01:42 PM RSBag Enhancement #1888 (Resolved): On-demand compilation of protobuf files is too slow
When trying to record a complete system correctly with protobuf definitions included in the channel it would be quite... J. Wienke
01:15 PM Revision 4abb4baa (rsb-java): minor additions to test cases
S. Sharma
12:55 PM Revision 33719e65 (rsb-java): minor additions to test cases
S. Sharma
 

Also available in: Atom