From c85697eee8ce3dac5480a3ba2b31cc4943e1d8e6 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Thu, 7 Apr 2022 14:57:35 -0400 Subject: Better snapshot deployments for Aedifex. --- stdlib/source/test/aedifex/command/version.lux | 57 +++++++++++++------------- 1 file changed, 28 insertions(+), 29 deletions(-) (limited to 'stdlib/source/test/aedifex/command/version.lux') diff --git a/stdlib/source/test/aedifex/command/version.lux b/stdlib/source/test/aedifex/command/version.lux index eafff9cce..fff234d52 100644 --- a/stdlib/source/test/aedifex/command/version.lux +++ b/stdlib/source/test/aedifex/command/version.lux @@ -1,32 +1,31 @@ (.using - [library - [lux "*" - ["_" test {"+" Test}] - [abstract - [monad {"+" do}]] - [control - ["[0]" maybe] - ["[0]" try] - ["[0]" exception {"+" exception:}] - [concurrency - ["[0]" async {"+" Async}]]] - [data - ["[0]" text ("[1]#[0]" equivalence) - ["%" format {"+" format}]]] - [math - ["[0]" random]] - [tool - [compiler - ["[0]" version] - ["[0]" language "_" - ["[1]/[0]" lux "_" - ["[1]" version]]]]] - [world - ["[0]" console {"+" Console Mock}]]]] - [/// - ["@[0]" profile]] - [\\program - ["[0]" /]]) + [library + [lux "*" + ["_" test {"+" Test}] + [abstract + [monad {"+" do}]] + [control + ["[0]" maybe] + ["[0]" try] + ["[0]" exception {"+" exception:}] + [concurrency + ["[0]" async {"+" Async}]]] + [data + ["[0]" text ("[1]#[0]" equivalence) + ["%" format {"+" format}]]] + [math + ["[0]" random]] + [meta + ["lux_[0]" version]] + [tool + [compiler + ["[0]" version]]] + [world + ["[0]" console {"+" Console Mock}]]]] + [/// + ["@[0]" profile]] + [\\program + ["[0]" /]]) (exception: .public console_is_closed!) @@ -73,7 +72,7 @@ verdict (do (try.with async.monad) [_ (/.do! console profile) logging (# console read_line [])] - (in (text#= (version.format language/lux.version) + (in (text#= (version.format lux_version.latest) logging)))] (_.cover' [/.do!] (try.else false verdict))))))) -- cgit v1.2.3