From df4495f30708180591b630bb720cfe81ff4118ce Mon Sep 17 00:00:00 2001 From: Nadrieril Date: Sun, 1 Mar 2020 18:18:01 +0000 Subject: Implement `as Text` imports --- dhall/build.rs | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) (limited to 'dhall/build.rs') diff --git a/dhall/build.rs b/dhall/build.rs index 0ff5acc..29219ff 100644 --- a/dhall/build.rs +++ b/dhall/build.rs @@ -249,18 +249,15 @@ fn generate_tests() -> std::io::Result<()> { too_slow_path: Box::new(|_path: &str| false), exclude_path: Box::new(|path: &str| { false - || path == "alternativeEnvNatural" - || path == "alternativeEnvSimple" + // TODO: import hash || path == "alternativeHashMismatch" + || path == "hashFromCache" + || path == "unit/AlternativeHashMismatch" + // TODO: remote imports || path == "asLocation" - || path == "asText" || path == "customHeaders" - || path == "hashFromCache" || path == "headerForwarding" || path == "noHeaderForwarding" - || path == "unit/AlternativeHashMismatch" - || path == "unit/AsText" - || path == "unit/EnvSetAsText" || path == "unit/SimpleRemote" || path == "unit/asLocation/Remote" }), @@ -274,12 +271,11 @@ fn generate_tests() -> std::io::Result<()> { too_slow_path: Box::new(|_path: &str| false), exclude_path: Box::new(|path: &str| { false - || path == "alternativeEnv" - || path == "alternativeEnvMissing" - || path == "customHeadersUsingBoundVariable" + // TODO: import hash || path == "hashMismatch" + // TODO: remote imports + || path == "customHeadersUsingBoundVariable" || path == "referentiallyInsane" - || path == "unit/EnvUnsetAsText" }), input_type: FileType::Text, output_type: Some(FileType::UI), -- cgit v1.2.3