From a82bd1eabe94763162c2b0707d9c198fbe9835e3 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Fri, 18 Jun 2021 14:21:41 -0400 Subject: Refactored the machinery to make local macros into its own module. --- licentia/commands.md | 4 ++++ licentia/project.clj | 2 +- licentia/source/program/licentia.lux | 2 -- 3 files changed, 5 insertions(+), 3 deletions(-) (limited to 'licentia') diff --git a/licentia/commands.md b/licentia/commands.md index 58ac36376..6671f43be 100644 --- a/licentia/commands.md +++ b/licentia/commands.md @@ -5,6 +5,10 @@ cd ~/lux/licentia/ \ && lein clean \ && lein lux auto build + +cd ~/lux/licentia/ \ +&& lux clean \ +&& time lux build ``` ## Test diff --git a/licentia/project.clj b/licentia/project.clj index 97756c024..940d85a82 100644 --- a/licentia/project.clj +++ b/licentia/project.clj @@ -17,7 +17,7 @@ :plugins [[com.github.luxlang/lein-luxc ~version]] - :dependencies [[com.github.luxlang/luxc-jvm ~version] + :dependencies [[com.github.luxlang/lux-jvm ~version] [com.github.luxlang/stdlib ~version]] :pom-addition [:developers [:developer diff --git a/licentia/source/program/licentia.lux b/licentia/source/program/licentia.lux index 57ed832e5..f1a1503b4 100644 --- a/licentia/source/program/licentia.lux +++ b/licentia/source/program/licentia.lux @@ -67,9 +67,7 @@ document (io\wrap (do {! try.monad} [raw_json (\ utf8.codec decode blob) json (|> raw_json - (:coerce java/lang/String) java/lang/String::trim - (:coerce Text) (\ json.codec decode))] (|> json (.run /input.license) -- cgit v1.2.3