Adds fmtlib as 3rdparty dependency for easier string composition.

This commit is contained in:
Christian Parpart
2021-10-11 13:35:08 +02:00
parent 16c4a889a6
commit 3f08b2269a
12 changed files with 64 additions and 24 deletions
+1 -1
View File
@@ -5,5 +5,5 @@
// ====
// dialect: evmTyped
// ----
// TypeError 3781: (24-38): Expected a value of type "u256" but got "invalidType"
// TypeError 3781: (24-38): Expected a value of type "u256" but got "invalidType".
// TypeError 5473: (24-38): "invalidType" is not a valid type (user defined types are not yet supported).
@@ -6,5 +6,5 @@
// ====
// dialect: ewasm
// ----
// TypeError 3781: (28-33): Expected a value of type "i32" but got "i64"
// TypeError 3781: (46-51): Expected a value of type "i32" but got "i64"
// TypeError 3781: (28-33): Expected a value of type "i32" but got "i64".
// TypeError 3781: (46-51): Expected a value of type "i32" but got "i64".
@@ -6,5 +6,5 @@
// ====
// dialect: evmTyped
// ----
// TypeError 3781: (24-33): Expected a value of type "u256" but got "bool"
// TypeError 3781: (46-55): Expected a value of type "u256" but got "bool"
// TypeError 3781: (24-33): Expected a value of type "u256" but got "bool".
// TypeError 3781: (46-55): Expected a value of type "u256" but got "bool".