plasmodic / ecto

ecto is a dynamically configurable Directed Acyclic processing Graph (DAG) framework.
http://ecto.willowgarage.com/
BSD 3-Clause "New" or "Revised" License
97 stars 37 forks source link

Inconsistent behaviour in runtime when the lib is built with clang compiler #292

Closed drmateo closed 7 years ago

drmateo commented 7 years ago

Also I've suppressed the plasm_loader dependency the CMakeLists for compiling the tests.

*Recreate #291 pull request

drmateo commented 7 years ago

I was trying to create this pull request without attach the complete list of commit but I couldn't. In any case, the unique changes in this pull request with respect to the current state of the repository are:

In src/lib/cell.cpp (line 265):

In test/scripts/CMakeLists.txt (line 91): -catkin_add_nosetests(save_load_plasm_file.py DEPENDENCIES plasm_loader) +catkin_add_nosetests(save_load_plasm_file.py)