FilOzone / FilOzone/filecoin-pay
chore/testing: ensure compiles with no-ir
Open
- Dominant language
- Solidity
- Stars
- 8
- Forks
- 13
- PR merge metrics
- No merged PRs in 30d
Description
`--with-ir` compilation is much slower and doesn't allow for coverage collection.
This propagates to FWSS, we should ensure that filecoin-pay compiles without IR.
FilecoinPay currently doesn't compile with no-ir due to stack too deep.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the FilecoinPay compilation with `--no-ir` and compare it with the `--with-ir` build. Trace the reported “stack too deep” failure, then confirm that FilecoinPay compiles without IR and that coverage collection is available.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- solidity
- Domain
- blockchain, build-system, testing
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Needs clarification
- Newbie friendliness
- 48/100