ethereum / solidity

Solidity, the Smart Contract Programming Language
https://soliditylang.org
GNU General Public License v3.0
22.66k stars 5.62k forks source link

Add exclusion for code that compiles only via IR to `docs_version_pragma_check` script #15130

Closed nikola-matic closed 1 month ago

cameel commented 1 month ago

@nikola-matic Regarding why this only started failing when the PR was merged. I think it's actually because you created the PR before the github release was published and the script ignores missing releases: https://github.com/ethereum/solidity/blob/v0.8.26/scripts/docs_version_pragma_check.sh#L183-L189