From 903d6c0bba36a6696eb337ae84b962f4cc48b5b5 Mon Sep 17 00:00:00 2001 From: Nadrieril Date: Wed, 4 Mar 2020 21:26:01 +0000 Subject: Implement remote imports and cleanup import chaining --- dhall/build.rs | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'dhall/build.rs') diff --git a/dhall/build.rs b/dhall/build.rs index 5faa6b2..565c37e 100644 --- a/dhall/build.rs +++ b/dhall/build.rs @@ -255,11 +255,8 @@ fn generate_tests() -> std::io::Result<()> { || path == "unit/AlternativeHashMismatch" // TODO: This test is wrong || path == "asLocation" - // TODO: remote imports - || path == "unit/SimpleRemote" - || path == "unit/asLocation/RemoteChain1" - || path == "unit/asLocation/RemoteChain2" - || path == "unit/asLocation/RemoteChain3" + // TODO: the standard does not respect https://tools.ietf.org/html/rfc3986#section-5.2 + || path == "unit/asLocation/RemoteCanonicalize4" // TODO: import headers || path == "customHeaders" || path == "headerForwarding" -- cgit v1.2.3