Skip to content

Add vm.expectRevert overloads that take an address arg, to distinguish between error selectors that are identical but in different contracts. #1975

Add vm.expectRevert overloads that take an address arg, to distinguish between error selectors that are identical but in different contracts.

Add vm.expectRevert overloads that take an address arg, to distinguish between error selectors that are identical but in different contracts. #1975

Workflow file for this run

name: project
on:
issues:
types: [opened, transferred]
jobs:
add-to-project:
name: add issue
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- uses: actions/add-to-project@main
with:
project-url: https://github.com/orgs/foundry-rs/projects/2
github-token: ${{ secrets.GH_PROJECTS_TOKEN }}