elfo-rs / elfo

An asynchronous distributed actor framework in Rust with robust observability
265 stars 16 forks source link

Ensure hygiene of `msg!` and `#[message]` #94

Closed loyd closed 1 month ago

loyd commented 1 year ago

Procedural macros are unhygienic

loyd commented 1 month ago

It seems the current implementation of msg! and #[message] doesn't use unprefixed names since 5309bfff95b679fa5e4a26a5b3419c1d508657b5