-
## Description
This contract:
```solidity
pragma experimental SMTChecker;
contract Simp {
function f3() public pure returns (bytes memory r) {
bytes memory y = "def";
y[0]…
-
EIP-2315 has a long history. It descends from EIP-615, a much more heavy-handed approach to improving the EVM semantics to produce more efficient code from compilers and be more amenable to static ana…
-
## Description
As of Solidity 0.6.9, it is possible for functions to return calldata pointers. If such a function is called externally, an InternalCompilerError results.
Suggested fix: Since I …
-
We see sometimes on our CI such kind of transient error on various samples with with GraalVM 20.2.0-dev:
```
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) a…
-
### Description 📖
Using pattern matching makes the `call` algorithm very elegant and robust in terms of type checking, but as a result Ruby versions lower than `2.7.0` are not supported.
In par…
-
**Describe the issue**
Main throws an exception. I didn't notice this at first but it still runs:
hello world
**Steps to reproduce the issue**
Please include both build steps as well as run st…
-
I've found no match for the error message and hence assume it's a new one.
```r
> install.packages("paradox")
Content type 'application/octet-stream' length 40872 bytes (39 KB)
setrlimit to incr…
pat-s updated
4 years ago
-
**Describe the issue**
Isolate thread can't be stopped with `Isolates.tearDownIsolate(isolateThread)` when isolateThread has child Java threads (created from inside Context) alive.
**Steps to repr…
-
## Description
This contract:
```solidity
contract test {
struct S { uint d;
mapping(uint8 => uint8)[2] b; }
function f(S memory _s) internal {
}
}
```
produces:
```
…
-
[Enter feedback here]
Hi,
I have create Azure PoA and tired to deploy smart contract by following the Microsoft link "https://docs.microsoft.com/en-au/azure/blockchain/templates/ethereum-poa-dep…