juxt / mach

A remake of make (in ClojureScript)
246 stars 21 forks source link

fix #ref reader tag #45

Closed stijnopheide closed 7 years ago

stijnopheide commented 7 years ago

Without this fix, #ref breaks with the error

evalmachine.<anonymous>:98
throw ex;
^
Error: No reader function for tag ref.
    at new cljs.core.ExceptionInfo (<embedded>:1920:47)
    at Function.cljs.core.ex_info.cljs$core$IFn$_invoke$arity$3 (<embedded>:1923:72)
    at Function.cljs.core.ex_info.cljs$core$IFn$_invoke$arity$2 (<embedded>:1922:449)
    at Function.cljs.tools.reader.impl.errors.throw_ex.cljs$core$IFn$_invoke$arity$variadic (evalmachine.<anonymous>:53:25)
    at Function.cljs.tools.reader.impl.errors.reader_error.cljs$core$IFn$_invoke$arity$variadic (evalmachine.<anonymous>:91:47)
    at Object.cljs$tools$reader$impl$errors$throw_unknown_reader_tag [as throw_unknown_reader_tag] (evalmachine.<anonymous>:336:51)
    at Object.cljs$tools$reader$edn$read_tagged [as read_tagged] (evalmachine.<anonymous>:783:38)
    at evalmachine.<anonymous>:118:191
    at cljs$tools$reader$edn$read_dispatch (evalmachine.<anonymous>:119:3)
    at Object.cljs$tools$reader$edn$read_delimited [as read_delimited] (evalmachine.<anonymous>:320:106)
jonpither commented 7 years ago

:+1: