From a7fea18dc662c686f94a76bb5a8f5ca2249987f6 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sat, 8 Aug 2020 22:34:57 +0800 Subject: [PATCH] Use a temporary fork of ASN1 as one change didn't make it from smh We want to be able to compare ASN1OctetStringValue's of a type with the ones without a type. --- source/BaselineOfTCAP/BaselineOfTCAP.class.st | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/BaselineOfTCAP/BaselineOfTCAP.class.st b/source/BaselineOfTCAP/BaselineOfTCAP.class.st index 806300c..91592f0 100644 --- a/source/BaselineOfTCAP/BaselineOfTCAP.class.st +++ b/source/BaselineOfTCAP/BaselineOfTCAP.class.st @@ -23,7 +23,7 @@ BaselineOfTCAP >> baseline: spec [ loads: #( 'Core' ) ]. spec baseline: 'ASN1' with: [ spec - repository: 'github://noha/asn.1:0.9'; + repository: 'github://zecke/asn.1:v0.9_z1'; "Temporarily for the equality handling of ASN1OctetStringValue" loads: #( 'default' ) ]. spec project: 'ASN1 Full' copyFrom: 'ASN1' with: [ spec loads: #( 'tests' )].