johannhof / pipeline.rs

:umbrella: => :partly_sunny: => :sunny:
Apache License 2.0
249 stars 7 forks source link

Always use absolute paths #6

Open piegamesde opened 3 years ago

piegamesde commented 3 years ago

If I call pipeline::pipe without fully importing all pipeline symbols, I'll get a compile "error: cannot find macro pipe_fun in this scope".

All internal calls within a macro must use absolute paths, in order for the macro being invocation independent.