Fork me on GitHub
#cljs-dev
<
2021-07-17
>
plexus06:07:36

Thanks a lot! I'll check it out.

dnolen12:07:02

@plexus heya I went ahead and reverted after reviewing a lot more yesterday - it was clear to me all the nuances of the problem

dnolen12:07:20

but they all boil down to my original misunderstanding that the tweaks to make the cljs.user stuff work just isn't all that relevant

dnolen12:07:21

allowing macros to expand to ns or ns* just introduces a whole lot of complexity that is avoided when you have only one ns form and you can stop immediately.

dnolen12:07:45

surprisingly the special cases for user.clj patterns is not actually any different

dnolen12:07:56

there won't be a single ns form, but there will be multiple ns* forms that lead to the same thing - i.e. not doing anything fundamentally different