foundry-rs / compilers

Utilities for working with native solc and compiling projects.
Apache License 2.0
58 stars 36 forks source link

Small flattener features #75

Closed klkvr closed 4 months ago

klkvr commented 4 months ago

This PR implements two small flattener features mentioned in https://github.com/makerdao/spells-mainnet/pull/391#issuecomment-1926898173

  1. Combine pragmas from different sources into one pragma so that version restrictions are kept the same before and after flattening
  2. Comments specifying original source file of the flattened code (// src/File.sol)