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
{{ message }}
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.
Contracts should be compiled correctly when the compilerSettings are set in compiler.json.
Current Behavior
The following error is returned:
TypeError: Cannot read property 'Numbers' of undefined
Possible Solution
Well, if I remove the compilerSettings from compiler.json or the config file altogether, everything works fine. Perhaps tweaking the way the settings are interpreted would solve this issue.
This has originally occurred in the AZTEC repo, in the "protocol" package on the "feat-coverage" branch, but the behaviour is exactly the same in the bug repo I created.
Your Environment
Tool
Version
@0x/sol-compiler
3.1.0
npm
6.7.0
node
10.15.0
The text was updated successfully, but these errors were encountered:
Expected Behavior
Contracts should be compiled correctly when the
compilerSettings
are set incompiler.json
.Current Behavior
The following error is returned:
Possible Solution
Well, if I remove the
compilerSettings
fromcompiler.json
or the config file altogether, everything works fine. Perhaps tweaking the way the settings are interpreted would solve this issue.Steps to Reproduce
Context
This has originally occurred in the AZTEC repo, in the "protocol" package on the "feat-coverage" branch, but the behaviour is exactly the same in the bug repo I created.
Your Environment
The text was updated successfully, but these errors were encountered: