-
### Component
Forge
### Have you ensured that all of these are up to date?
- [X] Foundry
- [ ] Foundryup
### What version of Foundry are you on?
forge 0.2.0 (cce3a44 2022-07-20T00:34:27.703293Z)
…
-
Thanks for the great job! I'm enjoying!
I'm confused by the output. Are these files ignored or not? I didn't use aragon.
![Screenshot from 2023-02-18 21-05-10](https://user-images.githubusercontent.…
-
```solidity
contract C {
receive() payable external {
this;
msg.sender;
}
}
```
The compiler does not emit the warning "Statement has no effect." for these statements…
-
##### What is the issue?
:red_circle: The function in the smart contract is returning false instead of true
#### What impact does the issue have?
:red_circle: As the function VerifyProo…
-
`solhint` isn't a very good linter anymore:
- It's not very helpful. It very rarely finds anything and I can't recall a single time when its warning actually improved the code quality, these were alw…
-
Solidity code:
```
//solhint-disable-next-line
modifier onlyAuthorized(ISuperfluid host) virtual;
```
solhint output:
```
contracts/gov/SuperfluidGovernanceBase.sol
266:53 err…
-
### Problem description
When you open a Solidity file in lunar vim. It works properly for the first time butt on subsequent reopens, You can type anything since lsp pops up and continously request…
-
style: 2021-09-20 linter warnings batch 8 / 26
### Description
As of today (20th of September, 2021) we have 260 linter warnings in the codebase.
A set of issues were created to fix them in inc…
-
微博内容精选
-
### Describe the bug
It seems like the typescript-specific highlighting (`type`, `interface`, type annotations, etc.) isn't working even though javascript highlighting is functioning normally. (`"f…