GobySoft / dccl

Dynamic Compact Control Language
Other
17 stars 13 forks source link

Fixed DCCL CLI ignoring --messages with --dlopen #107

Closed psmskelton closed 1 year ago

psmskelton commented 1 year ago

106 exposed unwanted behaviour in the DCCL CLI application. Calling dccl --dlopen /path/to/shared/library.so --analyze dumped the entire library contents to terminal, ignoring the --messages flag. This fixes that behaviour.

tsaubergine commented 1 year ago

Thanks!