Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.

Fix a bug when combining sol-compiler settings from different sources #1652

Merged
merged 2 commits into from
Feb 26, 2019

Conversation

LogvinovLeon
Copy link
Contributor

Description

If the user specifies some compiler settings in compier.json but doesn't specify the outputSelection - solidity produces 0 output.

This PR changes the way we merge the default configs in, so it should work.

FIxes #1645

Testing instructions

Types of changes

  • Bug fix (non-breaking change which fixes an issue)

Checklist:

  • Prefix PR title with [WIP] if necessary.
  • Add tests to cover changes as needed.
  • Update documentation as needed.
  • Add new entries to the relevant CHANGELOG.jsons.

@LogvinovLeon LogvinovLeon merged commit 240f482 into development Feb 26, 2019
@LogvinovLeon LogvinovLeon deleted the fix/sol-compiler-settings branch February 26, 2019 22:15
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cannot read property undefined in sol-compiler
2 participants