Daniel
Daniel
We should also have test cases for the following: ``` contract C { function f() public pure { uint8[3][] memory x = new uint8[3][](1); x[0] = [1,2,3]; } } ```...
> Oops, forgot that struct getters return the members, and not the struct itself. That is super unintuitive. Can we change that at *some* point :-)?
[rebased this using github's rebase button]
This will need forking of the external test repos.
I, by the way, vote for finally starting with this at least soonish...
Going forward I'd very much like for this to work even for user-defined pure functions, e.g. ``` function weirdStuff(uint256 x, uint256 y) public pure returns(uint256) { return 2**4 - 3...
Seems like github does not support this directly, yet, but is considering it: https://github.community/t5/How-to-use-Git-and-GitHub/Create-Release-that-contains-submodule/m-p/12119 (Workaround for now could be to download the submodules manually, in case the source dir is...
I also ran into this issue with the following four three-dimensional points: -2.4500000476837158 5.4889297551596883e-09 -2.4500000476837158 -2.4500000476837158 -2.3189800302247932e-08 2.4500100612640381 2.4500000476837158 -2.6713399492450662e-08 2.4500000476837158 2.4500000476837158 2.1923398207945866e-08 -2.4499900341033936 The pull request fixes this data...
Adding a symlink does not hurt in any case.