Commit Graph
5260 Commits
Author SHA1 Message Date
chriseth 2c5d045729 Merge pull request #359 from LianaHus/sol_only_one_array_as_state_var
fixed ICError when creating EI for structs containing only mapping or arrays
2016-01-18 09:23:21 +01:00
Liana Husikyan 9613a94153 Update TypeChecker.cpp 2016-01-15 18:11:05 +01:00
Liana Husikyan 7e511f93af Update SolidityNameAndTypeResolution.cpp 2016-01-15 18:03:51 +01:00
Liana Husikyan 738b254001 Update SolidityNameAndTypeResolution.cpp 2016-01-15 17:41:56 +01:00
LianaHus b2daa5a9d8 fixed assert on EI creation for structs containing only mapping or arrays 2016-01-15 17:36:06 +01:00
chriseth a88835bbce Test for incorrect storage access. 2016-01-15 17:02:37 +01:00
chriseth 1b1b6651cd Fix sequence number bug.
This bug resulted in incorrect storage access in some situations.
The reason was that when intersecting states, the sequence numbers
were not handled and thus some operations with too low
sequence numbers were used during code generation.
2016-01-15 16:34:56 +01:00
chriseth cc4b4f5077 Merge pull request #357 from ethereum/unnecesary-move
Remove unnecesary std::move
2016-01-15 14:56:37 +01:00
Paweł Bylica 31863528a4 Remove unnecesary std::move 2016-01-15 14:04:18 +01:00
Lu Guanqun e130bc7e7c check whether break/continue is in the loop 2016-01-15 15:12:23 +08:00
chriseth 8f7c4e0cc2 Build fix for MacOS. 2016-01-14 14:47:32 +01:00
chriseth ca45cfee8c Merge pull request #306 from pipermerriam/piper/flesh-out-naming-conventions
Flesh out naming convention in the Style Guide
2016-01-14 11:38:56 +01:00
chriseth 206fc0968f Merge pull request #348 from chriseth/importDocs
Extended documentation about imports.
2016-01-14 11:37:00 +01:00
chriseth 17199edb4f Set error flag to true. 2016-01-14 11:36:13 +01:00
chriseth 2364c55735 Detect library name clashes. 2016-01-14 11:36:13 +01:00
chriseth 1cf6acca90 Tests for library name clashes. 2016-01-14 11:36:11 +01:00
chriseth 9ed15c40c6 Some more clarifications about remappings. 2016-01-13 17:35:38 +01:00
chriseth 154dd8cb02 Extended documentation about imports. 2016-01-13 17:35:05 +01:00
chriseth d2f18c73f7 Merge pull request #346 from chriseth/importAliases
Allow aliases during import.
2016-01-13 17:29:34 +01:00
chriseth 02c1aacd25 Merge pull request #345 from VoR0220/develop
Inline Arrays
2016-01-12 19:01:35 +01:00
chriseth cff368fb7c Merge pull request #350 from ethereum/chriseth-patch-1
Docs: Refund actual deposit, and not bid value.
2016-01-12 18:59:05 +01:00
RJ Catalano c45593a444 clarification on dynamic arrays, switcheroo on typepointer, and a documentation test added 2016-01-11 23:41:20 -06:00
chriseth 287f0a2ddf Autoload files in solc. 2016-01-12 01:05:05 +01:00
chriseth 3d66e5ad2e Refund actual deposit, and not bid value.
Thanks to @jonasnick for finding this.
Fixes #349
2016-01-12 00:47:23 +01:00
RJ Catalano b230fe1905 forgot to take the auto tabs off...turned into spaces 2016-01-11 15:48:41 -06:00
RJ Catalano 4a6815c9bd Merge branch 'develop' of https://github.com/ethereum/solidity into develop 2016-01-11 15:39:35 -06:00
RJ Catalano 9c29cf79cf added documentation and one last test for struct creation inline 2016-01-11 15:36:30 -06:00
RJ Catalano ac664e7f86 final changes to typechecker, the expression compiler, and a couple more tests for good measure 2016-01-11 14:25:59 -06:00
chriseth f20a604c5a Allow aliases during import. 2016-01-11 13:56:02 +01:00
chriseth aa645d1192 Merge pull request #342 from chriseth/fix_crash
Fixed a crash during type checking.
2016-01-11 08:25:52 +01:00
RJ Catalano c7df6d0310 one last test for long strings 2016-01-11 00:48:02 -06:00
RJ c348791fa1 Update SolidityNameAndTypeResolution.cpp 2016-01-10 21:55:30 -06:00
RJ c78b9c5737 Update ExpressionCompiler.cpp 2016-01-10 21:49:36 -06:00
RJ 72a641fe9f Update ExpressionCompiler.cpp 2016-01-10 21:37:47 -06:00
RJ 5a3b40f802 Update SolidityEndToEndTest.cpp 2016-01-10 21:36:47 -06:00
RJ d751b9085c Update SolidityEndToEndTest.cpp 2016-01-10 01:12:52 -06:00
RJ e18eaa4615 Update ExpressionCompiler.cpp 2016-01-10 01:12:17 -06:00
RJ df9dfa8fef find common type 2016-01-10 01:09:58 -06:00
RJ 10a1c352b9 Update with type resolution tests for arrays 2016-01-10 01:07:02 -06:00
chriseth d3c8847726 Fixed a crash during type checking. 2016-01-08 15:20:54 +01:00
Piper Merriam 3af5db99b8 fix spelling and heading title 2016-01-06 16:26:08 -07:00
chriseth b158e48c1a Merge pull request #338 from guanqun/add_paren
support syntax "(x) = 3"
2016-01-05 13:15:29 +01:00
chriseth 252bd142b9 Merge pull request #331 from u2/doc_fix2
docs: code sytle
2016-01-04 11:50:22 +01:00
chriseth 306245113d Merge pull request #329 from guanqun/patch-2
[docs]: change unsupported underscore to star
2016-01-04 11:47:47 +01:00
chriseth cebd9bf232 Merge pull request #328 from guanqun/patch-1
[docs]: add an ending period
2016-01-04 11:47:32 +01:00
chriseth e27bfa023d Merge pull request #317 from chriseth/pathsEverywhere
Use paths instead of simple identifiers wherever possible.
2016-01-04 11:47:11 +01:00
Lu Guanqun 208429644d add a test case for decayed tuple expression as left value 2016-01-04 16:11:43 +08:00
Lu Guanqun 568da11369 support decayed tuple expression as left value 2016-01-04 16:11:36 +08:00
u2 af2e4c0673 docs: code sytle 2015-12-30 20:56:46 +08:00
Lu Guanqun e213d7f25b [docs]: change unsupported underscore to start
highlight "not"
2015-12-30 13:46:05 +08:00