-
Example:
```java
// User.java
import org.immutables.value.Value;
@Value.Immutable
public interface User {
@Value.Default
default String getName() {
return NameGenerator.rando…
-
### Component
Forge
### Describe the feature you would like
It is currently impossible to read private immutable variables in Foundry because of how they work.
Immutables are, similarly to constan…
-
> By skipping immutables, do you mean we don't check the immutables that are embedded in the runtime code?
If yes, then NO; we do check them. Runtime codes are compared entirely.
Got it, in genera…
-
We need to add Immutable zkEVM mainnet + testnet, Skale Nebula, and Root networks (mainnet and testnet)
https://github.com/0xsequence/issue-tracker/issues/2469
https://github.com/0xsequence/issue-tra…
-
```
contract C1 {
bool immutable s1 = false;
constructor() { (int8(127) * 3); }
function f() external returns (bool) {
if (s1)
return true;
else
return false;
…
-
## Summary
Related to comment: https://github.com/vyperlang/vyper/pull/4204#pullrequestreview-2380447422. Having the contract type information:
- `creation_code`
- `runtime_code`
would be very u…
-
As it turns out that we have several bugs in the ``ImmutableValidator``, we prepone our plan of lifting the "assign-once" restrictions during creation that was originally only planned with https://git…
-
Immutables gives you a nice builder pattern, and automatically generates the code for you. Having large constructors with multiple parameters is not easy to use, especially when optional params are ad…
-
The bit of code here has somewhat unintuitive behaviour. Note that this is doing a `sqrt` operation
```julia
julia> using ForwardDiff
julia> function newtons(x)
a = x
…
-
State flows won't refire for internal changes within objects. Need to create immutable versions for flows.