From 9bf491a18e4b772505c3767cf0249eb24f0a822b Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sat, 24 Feb 2018 17:10:44 -0400 Subject: - Removed the "root2" and "root3" host procedures (their functionality is redundant, in the presence of the "pow" procedure). --- new-luxc/test/test/luxc/lang/analysis/procedure/common.lux | 2 -- new-luxc/test/test/luxc/lang/translation/common.lux | 11 ++++------- 2 files changed, 4 insertions(+), 9 deletions(-) (limited to 'new-luxc/test') diff --git a/new-luxc/test/test/luxc/lang/analysis/procedure/common.lux b/new-luxc/test/test/luxc/lang/analysis/procedure/common.lux index f51938046..0cecc3bd0 100644 --- a/new-luxc/test/test/luxc/lang/analysis/procedure/common.lux +++ b/new-luxc/test/test/luxc/lang/analysis/procedure/common.lux @@ -304,8 +304,6 @@ ["lux math tanh" "hyperbolic tangent"] ["lux math exp" "exponentiation"] ["lux math log" "logarithm"] - ["lux math root2" "square root"] - ["lux math root3" "cubic root"] ["lux math ceil" "ceiling"] ["lux math floor" "floor"] ["lux math round" "rounding"]) diff --git a/new-luxc/test/test/luxc/lang/translation/common.lux b/new-luxc/test/test/luxc/lang/translation/common.lux index d3f1e9cf4..a120059ce 100644 --- a/new-luxc/test/test/luxc/lang/translation/common.lux +++ b/new-luxc/test/test/luxc/lang/translation/common.lux @@ -142,7 +142,7 @@ (case> (#e.Success valueT) ( ( param subject) (:! valueT)) - _ + (#e.Error error) false)))] ["lux nat +" n/+ Nat n/=] @@ -207,7 +207,7 @@ (case> (#e.Success valueT) ( ( param subject) (:! valueT)) - _ + (#e.Error error) false)))] ["lux int +" i/+ Int i/=] @@ -397,7 +397,7 @@ (case> (#e.Success valueT) ( ( param subject) (:! valueT)) - _ + (#e.Error error) false)))] ["lux deg +" d/+ Deg d/=] @@ -648,8 +648,6 @@ ["lux math tanh"] ["lux math exp"] ["lux math log"] - ["lux math root2"] - ["lux math root3"] ["lux math ceil"] ["lux math floor"] ["lux math round"])) @@ -855,8 +853,7 @@ ## Text (context: "[JVM] Text procedures" - (<| (seed +4439612689198907401) - ## (times +100) + (<| (times +100) (text-spec run-jvm))) (context: "[JS] Text procedures" -- cgit v1.2.3