Fork me on GitHub
#cljs-dev
<
2022-02-10
>
thheller18:02:34

env alias used for cljs.env.macros and cljs.env? seems weird that it is allowed to use the same alias for two different namespaces?

thheller18:02:26

I mean it seems to work but feels like it shouldn't?

dnolen18:02:07

@thheller was always allowed far as I know

dnolen18:02:20

macro alias and runtime alias can be the same

mfikes22:02:36

Hrm, that makes me wonder about resolution and potential ambiguity.

mfikes22:02:11

Maybe macros is tried first