utahplt / chorex

Choreographic programming in Elixir
https://hex.pm/packages/chorex
MIT License
14 stars 0 forks source link

Squelch "Actor is not a behaviour" warning #10

Open ashton314 opened 3 weeks ago

ashton314 commented 3 weeks ago

See #6

This error arises when an actor in a choreography has no local functions to implement. The solution to this is removing the bit in the generated code that inserts a @behavior Actor in the __using__ functions.