summaryrefslogtreecommitdiff
path: root/dhall/build.rs
diff options
context:
space:
mode:
authorNadrieril2019-05-12 18:44:28 +0200
committerNadrieril2019-05-12 18:44:44 +0200
commitc2b4a2d9b40efbe4f6cb6fd04f6cb90639f4985f (patch)
tree02e0f7b57b56f949240cedbdfabac234d9486834 /dhall/build.rs
parent2d1a333d6c1e8571ca91d29333c284104153b0ef (diff)
Implement binary encoding
Closes #39
Diffstat (limited to '')
-rw-r--r--dhall/build.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/dhall/build.rs b/dhall/build.rs
index aa8cc92..ef25d18 100644
--- a/dhall/build.rs
+++ b/dhall/build.rs
@@ -85,6 +85,10 @@ fn main() -> std::io::Result<()> {
|path| {
// Too slow in debug mode
path == "largeExpression"
+ // Fails binary encoding
+ || path == "multilet"
+ || path == "double"
+ || path == "unit/import/parenthesizeUsing"
},
)?;