Skip to content

fix error with pre-release solc#731

Open
ssadler wants to merge 2 commits into
NomicFoundation:developmentfrom
ssadler:fix-pre-release-solc
Open

fix error with pre-release solc#731
ssadler wants to merge 2 commits into
NomicFoundation:developmentfrom
ssadler:fix-pre-release-solc

Conversation

@ssadler
Copy link
Copy Markdown

@ssadler ssadler commented Mar 14, 2026

Pre release solc (can happen if version is not specified for example in foundry.toml) breaks the client because it emits:

    {
      component: 'general',
      errorCode: '3805',
      formattedMessage: 'Warning: This is a pre-release compiler version, please do not use it in production.\n' +
        '\n',
      message: 'This is a pre-release compiler version, please do not use it in production.',
      severity: 'warning',
      type: 'Warning'
    }

Causing Cannot read properties of undefined (reading 'file') in OutputConverter.ts, because it has no sourceLocation.

kanej and others added 2 commits March 2, 2026 19:36
Enable the survey notification for Feb 2026.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants