Fork me on GitHub
#cljs-dev
<
2016-10-24
>
anmonteiro08:10:19

@dnolen: oops, did the require patch break self-require in REPLs?

anmonteiro08:10:22

(Just saw JIRA)

dnolen08:10:10

we need to reintroduce the hack just for REPLs

dnolen08:10:16

since of course not relevant for source files

anmonteiro08:10:27

Hrm shame though, to dup that code

anmonteiro08:10:55

I might have some time to kill today at the airport, I'll see if it's enough to fix that

dnolen08:10:57

@anmonteiro hrm I’m guessing there’s a clean solution

dnolen08:10:06

but I haven’t thought enough about it

dnolen08:10:25

@anmonteiro busy working on my 3 talks though so I’ll leave you to it 🙂

anmonteiro12:10:19

I wonder what you think about it, though, wrt. leaking REPL stuff to the analyzer (i.e. checking for :repl-env)

dnolen13:10:14

@anmonteiro seems fine to me