We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UnimplementedFeatureError
viaIR: true
I encountered an issue when trying out the Subcurrency Example from the Solidity documentation in Remix.
Upon opening the example, I received the following error:
To address this, I enabled viaIR by setting it to true in compiler_config.json:
viaIR
true
compiler_config.json
However, the UnimplementedFeatureError still persists:
Is this a bug in the compiler, or is there an additional step I need to take to resolve this issue?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I encountered an issue when trying out the Subcurrency Example from the Solidity documentation in Remix.
Upon opening the example, I received the following error:
To address this, I enabled
viaIR
by setting it totrue
incompiler_config.json
:However, the
UnimplementedFeatureError
still persists:Is this a bug in the compiler, or is there an additional step I need to take to resolve this issue?
The text was updated successfully, but these errors were encountered: