You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Changelog.md
+1
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,7 @@ Language Features:
23
23
Compiler Features:
24
24
* EVM: Support for the EVM Version "Cancun".
25
25
* SMTChecker: Support `bytes.concat` except when string literals are passed as arguments.
26
+
* SMTChecker: Print a message that function parameter name was used instead of a concrete value in a counterexample when the concrete value found by the solver is too long to print.
26
27
* Standard JSON Interface: Add experimental support to import EVM assembly in the format used by ``--asm-json``.
27
28
* TypeChecker: Comparison of internal function pointers now yields a warning, as it can produce unexpected results with the legacy pipeline enabled.
// Warning 6328: (77-121): CHC: Assertion violation happens here.\nCounterexample:\n\n\nTransaction trace:\nC.constructor()\nC.f(s1, s2) -- counterexample incomplete; parameter name used instead of value
0 commit comments