Open SevereOverfl0w opened 4 years ago
require is not thread safe, but https://github.com/bhauman/rebel-readline/blob/6c314f8fe1cb44bde3a0511bf14d48157f89f6d7/rebel-readline/src/rebel_readline/utils.clj#L45 starts a thread and calls require.
require
This can lead to confusing errors if you happen to load rewrite-clj yourself (e.g. in :init) while rebel loads it also.
:init
require
is not thread safe, but https://github.com/bhauman/rebel-readline/blob/6c314f8fe1cb44bde3a0511bf14d48157f89f6d7/rebel-readline/src/rebel_readline/utils.clj#L45 starts a thread and callsrequire
.This can lead to confusing errors if you happen to load rewrite-clj yourself (e.g. in
:init
) while rebel loads it also.