clio-lang / clio

Clio is a functional, parallel, distributed programming language.
https://clio-lang.org
Apache License 2.0
936 stars 30 forks source link

Emitter examples don't run when CLIOPATH environment variable is set #215

Closed pouya-eghbali closed 3 years ago

pouya-eghbali commented 3 years ago

Describe the bug There is an issue linking the shared dependencies to the destination directory of a build process resulting in two different versions of EventEmitter class being used in RPC.

To Reproduce Steps to reproduce the behavior:

  1. Run the channel examples
  2. See error

Versions (please complete the following information):

Possible solutions