pothosware / PothosCore

The Pothos data-flow framework
https://github.com/pothosware/PothosCore/wiki
Boost Software License 1.0
302 stars 48 forks source link

PothosUtil: added --proxy-environment-info option, which prints type conversions and self-tests for a given proxy environment #208

Closed ncorgan closed 4 years ago

ncorgan commented 4 years ago

Output when no environment specified:

>>> Specify --proxy-environment-name=proxyEnvName for more information...
>>> Available proxy environments are:
  * remote
  * environment
  * managed
  * python
  * java

Output for managed environment:

Proxy environment managed (/usr/local/lib/libPothos.so.0.7.0)

Self-tests:
 * test_containers
 * test_opaque_calls
 * test_wildcard_calls
 * test_inheritance

Output for remote environment:

Proxy environment remote (/usr/local/lib/libPothos.so.0.7.0)

Self-tests:
 * test_inception
 * test_remote
 * test_server
 * test_multithread_safe

Outputs for Python and Java environments attached due to length. JavaOutput.txt PythonOutput.txt

guruofquality commented 4 years ago

Cool I like it. I guess there is that one typo for --proxy-environment-info