From 77c113a3455cdbc4bb485a94f67f392480cdcfbf Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Wed, 29 Nov 2017 21:10:08 -0400 Subject: - Forgot to commit separator change for this file... --- luxc/src/lux/analyser/lux.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'luxc/src') diff --git a/luxc/src/lux/analyser/lux.clj b/luxc/src/lux/analyser/lux.clj index d6e82481d..b9ea64839 100644 --- a/luxc/src/lux/analyser/lux.clj +++ b/luxc/src/lux/analyser/lux.clj @@ -536,7 +536,7 @@ module-name &/get-module-name ? (&&module/defined? module-name ?name) _ (&/assert! (not ?) - (str "[Analyser Error] Cannot re-define " (str module-name ";" ?name))) + (str "[Analyser Error] Cannot re-define " (str module-name &/+name-separator+ ?name))) =value (&/without-repl-closure (&/with-scope ?name (&&/analyse-1+ analyse ?value))) -- cgit v1.2.3