Skip to content

Commit

Permalink
Fix coverage failure
Browse files Browse the repository at this point in the history
    CompilerError: Stack too deep when compiling inline assembly: Variable headStart is 1 slot(s) too deep inside the stack.
    issue description: ethereum/solidity#10354
    workaround: sc-forks/solidity-coverage#636
  • Loading branch information
andy-at-mask committed Feb 15, 2022
1 parent 05ed24d commit 0447d42
Show file tree
Hide file tree
Showing 3 changed files with 980 additions and 542 deletions.
3 changes: 3 additions & 0 deletions .solcover.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = {
configureYulOptimizer: true,
};
Loading

0 comments on commit 0447d42

Please sign in to comment.