-
I have a sql like below:
```sql
SELECT
t0.*
FROM
(
SELECT
stat_month
FROM
iceberg.test.a
WHERE
stat_month I…
-
**Describe the bug**
Command
```sh
forge coverage
```
Error
```sh
Compiler error (/solidity/libyul/backends/evm/AsmCodeGen.cpp:67):Stack too deep. Try compiling with `--via-ir` (cli) or the e…
-
When the model uses blfloat16 ops, the optimizer fails with the following. We should handle custom types form onnx in `_constant_folding`
```pytb
Traceback (most recent call last):
File "/works…
-
### Component
Forge
### Have you ensured that all of these are up to date?
- [X] Foundry
- [X] Foundryup
### What version of Foundry are you on?
forge 0.2.0 (ea3ba89 2024-09-05T00:28:03.529093300…
-
In continuation of #303, I also often find myself wanting to know the intermediate results between the phases (core pre/post Optimizer, PolymorphismBoxing etc).
It would be really nice for debugging …
-
### Component
Forge
### Have you ensured that all of these are up to date?
- [X] Foundry
- [X] Foundryup
### What version of Foundry are you on?
_No response_
### What command(s) is the bug in?
…
-
## Environment
- Compiler version: 0.8.27
- Target EVM version (as per compiler settings): None
- Framework/IDE (e.g. Truffle or Remix): None
- EVM execution environment / backend / blockchain c…
-
This is related to #866 .
Since #892 , ClangIR lowers constant local variables in C/C++ to `cir.alloca` operations with a `const` flag. The presence of the `const` flag implies:
- The variable m…
-
My contract needs solidity compiler option `--via-ir` it seems `tenderly.verifyMultiCompilerAPI` does not use this compiler option. Hardhat supports this option so while I'm able to use it with hardh…
-
The default optimizer sequence we have at the moment is quite large, and thus causes bloating in compilation times.
```
libsolidity/interface/OptimiserSettings.h
```
```cpp
static char constexpr …