Gérald Point
Gérald Point
``` export CLASSPATH=$PWD/apps/test-classes/build/classes/java/main:$PWD/fats/fat-jbotsim-full/build/libs/jbotsim-full-standalone-1.1.1-dev-SNAPSHOT.jar ./gradlew jars java io.jbotsim.core.ClocksBehaviorTest ``` By the way, if you have a simpler way to do that, I'll take it.
Yes, you were right. I missed this detail :)
You can find a new test for io.jbotsim.core on my branch wired-wireless-bug.
Sorry for the late response. Yes I confirm the results. What about the second case ? A wireless link is not created when a wired one already exists. Is it...
Ok. I take over it. There is a bug. But, the previous version of 'exportToString', tried to handle the case where one add directed links to an undirected topology. To...
For the same reason i explained above, XML Serializer also generates only directed links. Shall I fix it in the same issue ?
Hi @alzeha, How did you fix the problem ? With g++10 the only way I have found to fix it, is to comment the declaration of ``` std::ostream & operator
Thanks. Your docker image use Boost 1.81 and GCC 12. I'm trying to solve the problem for the default packages for Ubuntu 22.04 (Boost 1.74 and GCC 10).
Hi, I've reduced the problem to the following lines. Operator `
Finally I have reduced the problem to the following example. g++10 fails to compile it while it works with g++ 12. ```c++ #include class statement_t { public: virtual void func()...