Fork me on GitHub
#juxt
<
2023-07-03
>
andrea.crotti12:07:23

I started using #include more in aero, and it's nice, but one thing I noticed is that I can't #ref something that declared in the main file, but only in the file I'm currently on. I guess it makes sense but maybe it would be nice to have also a way to refer to the main file?

andrea.crotti12:07:16

I guess I could avoid the include and just "template" the snippet I have to include with a simple function, but would be nice to just express everything with aero