Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

refactor(solc): improve error message for unresolved imports #1545

Merged
merged 2 commits into from
Aug 1, 2022

Conversation

mattsse
Copy link
Collaborator

@mattsse mattsse commented Aug 1, 2022

Motivation

Closes foundry-rs/foundry#2526

Solution

improve output:

  • only include remappings once
  • include file paths where occurred in

PR Checklist

  • Added Tests
  • Added Documentation
  • Updated the changelog

@mattsse mattsse force-pushed the matt/improve-unresolved-err-message branch from 6f36345 to 646ebee Compare August 1, 2022 14:03
@gakonst gakonst merged commit e817073 into gakonst:master Aug 1, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Insufficient error source filename information on import errors
2 participants