From 71ade9a07f08c0d61ebd70e64c2745f1ba33cb54 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sat, 12 Dec 2020 01:40:48 -0400 Subject: Removed several unnecessary imports. --- stdlib/source/test/lux.lux | 108 ++------------------------------------------- 1 file changed, 4 insertions(+), 104 deletions(-) (limited to 'stdlib/source/test/lux.lux') diff --git a/stdlib/source/test/lux.lux b/stdlib/source/test/lux.lux index 7e138d33b..7b85a6ff4 100644 --- a/stdlib/source/test/lux.lux +++ b/stdlib/source/test/lux.lux @@ -1,16 +1,17 @@ (.module: ["/" lux #* + ["@" target] [abstract [monad (#+ do)] [predicate (#+ Predicate)]] [control ["." io (#+ io)] - [function - [mixin (#+)]] [parser [cli (#+ program:)]]] [data ["." name] + [text + ["%" format (#+ format)]] [number ["." i64] ["n" nat] @@ -19,109 +20,8 @@ ["f" frac]]] ["." math] ["_" test (#+ Test)] - ## These modules do not need to be tested. - [type - [variance (#+)]] - [locale (#+) - [language (#+)] - [territory (#+)]] - ["%" data/text/format (#+ format)] [math - ["." random (#+ Random) ("#\." functor)]] - ## TODO: Test these modules - ## [data - ## [format - ## [css (#+)] - ## [markdown (#+)]]] - - ["@" target - ## [js (#+)] - ## [python (#+)] - ## [lua (#+)] - ## [ruby (#+)] - ## [php (#+)] - ## [common-lisp (#+)] - ## [scheme (#+)] - ] - - ## [tool - ## [compiler - ## [language - ## [lux - ## [phase - ## [generation - ## [jvm (#+)] - ## [js (#+)] - ## ## [python (#+)] - ## ## [lua (#+)] - ## ## [ruby (#+)] - ## ## [php (#+)] - ## ## [common-lisp (#+)] - ## ## [scheme (#+)] - ## ] - ## [extension - ## [generation - ## [jvm (#+)] - ## [js (#+)] - ## ## [python (#+)] - ## ## [lua (#+)] - ## ## [ruby (#+)] - ## ]] - ## ]]]]] - - ## [control - ## ["._" predicate] - ## [function - ## ["._" contract]] - ## [monad - ## ["._" free]] - ## [parser - ## [type (#+)]]] - ## [data - ## ["._" env] - ## ["._" trace] - ## ["._" store] - ## [format - ## ["._" context] - ## ["._" html] - ## ["._" css] - ## ["._" binary]] - ## [collection - ## [tree - ## [rose - ## ["._" parser]]] - ## [dictionary - ## ["._" plist]] - ## [set - ## ["._" multi]]] - ## [text - ## ["._" buffer]]] - ## ["._" macro] - ## [type - ## ["._" unit] - ## ["._" refinement] - ## ["._" quotient]] - ## [world - ## ["._" environment] - ## ["._" console]] - ## [compiler - ## ["._" cli] - ## ["._" default - ## ["._" evaluation] - ## [phase - ## ["._" generation] - ## [extension - ## ["._" directive]]] - ## ["._default" cache]] - ## [meta - ## ["._meta" io - ## ["._meta_io" context] - ## ["._meta_io" archive]] - ## ["._meta" archive] - ## ["._meta" cache]]] - ## ["._" interpreter - ## ["._interpreter" type]] - ] + ["." random (#+ Random) ("#\." functor)]]] ## TODO: Must have 100% coverage on tests. ["." / #_ ["#." abstract] -- cgit v1.2.3