chriseth
|
b5354f1e87
|
Merge pull request #4127 from sifmelcara/fix/boost-get-check
Fix wrong template parameter passed to boost::get
|
2018-05-14 12:13:45 +02:00 |
|
chriseth
|
7a669b39ed
|
Merge pull request #4120 from sifmelcara/fix/shared-boost
Fix link error when linking to boost shared library
|
2018-05-14 11:19:55 +02:00 |
|
mingchuan
|
c4ac825324
|
Fix wrong template parameter passed to boost::get
|
2018-05-14 11:30:18 +08:00 |
|
chriseth
|
43803b1a51
|
Merge pull request #4095 from arun1595/macos-terminal-color
Use xterm instead of dumb terminal
|
2018-05-11 13:00:17 +02:00 |
|
Daniel Kirchner
|
9b7ded2f78
|
Remove "view"'s in end-to-end tests that will result in errors in 0.5.0.
|
2018-05-11 11:01:06 +02:00 |
|
mingchuan
|
dbd0a7ed60
|
Fix link error when using boost shared library
|
2018-05-11 11:20:19 +08:00 |
|
chriseth
|
85d417a8c2
|
Merge pull request #4114 from ethereum/asm-assert
Assert that mandatory fields in the AST are present in AsmAnalysis
|
2018-05-10 22:12:08 +02:00 |
|
Arun Kumar
|
0f3096b6ef
|
Add TERM environment variable for all jobs
|
2018-05-10 07:43:08 -05:00 |
|
Alex Beregszaszi
|
e96bbe70d4
|
Assert that mandatory fields in the AST are present in AsmAnalysis
|
2018-05-10 10:48:48 +02:00 |
|
Alex Beregszaszi
|
bfb6b0b464
|
Merge pull request #4110 from ethereum/fewerlesscorrection
Less-fewer-correction.
|
2018-05-09 17:45:56 +01:00 |
|
chriseth
|
6191bef76a
|
Less-fewer-correction.
|
2018-05-09 18:04:57 +02:00 |
|
Alex Beregszaszi
|
c03a29dea8
|
Fix revert with reason coming from a string variable
|
2018-05-09 17:53:17 +02:00 |
|
Alex Beregszaszi
|
f753dda337
|
Describe rule for type conversion functions in Julia
|
2018-05-09 17:04:11 +02:00 |
|
Alex Beregszaszi
|
af0d73f77d
|
Remove stop() as it is the same as return(0,0) in Julia sepcs
|
2018-05-09 17:04:11 +02:00 |
|
Alex Beregszaszi
|
63c81bc0d4
|
Add logic builtins to Julia and fix some typos
|
2018-05-09 17:04:11 +02:00 |
|
Alex Beregszaszi
|
868d449c38
|
Merge pull request #4047 from ethereum/refactorToMulti
Refactor to allow implementing multi variable declarations.
|
2018-05-09 15:37:19 +01:00 |
|
Daniel Kirchner
|
bc47265b3f
|
Replace constant with view in the tests.
|
2018-05-09 15:07:47 +02:00 |
|
Daniel Kirchner
|
5cbe3e1a50
|
Replace constant with view in std/ contracts.
|
2018-05-09 15:06:47 +02:00 |
|
Daniel Kirchner
|
1a014f83cc
|
Prefer view over constant in the documentation.
|
2018-05-09 15:06:47 +02:00 |
|
Alex Beregszaszi
|
2c3f57bec6
|
Merge pull request #4104 from ethereum/parserErrorSourceLocations
Proper source locations for parser errors.
|
2018-05-09 14:06:30 +01:00 |
|
chriseth
|
fe8f38a7a4
|
Assert integrity of empty IndexAccessPath structure.
|
2018-05-09 14:55:36 +02:00 |
|
Alex Beregszaszi
|
6b0b676c32
|
Merge pull request #4102 from ethereum/signedRightShiftTests
Add more tests for right shifts.
|
2018-05-09 13:44:52 +01:00 |
|
Alex Beregszaszi
|
c80c422bfe
|
Merge pull request #4100 from ethereum/julia-exceptions
Avoid using solAssert in libjulia
|
2018-05-09 13:43:09 +01:00 |
|
Daniel Kirchner
|
305fc0626b
|
Update test expectations.
|
2018-05-09 14:08:25 +02:00 |
|
Daniel Kirchner
|
02380113d4
|
Use the entire token as source location for parser errors.
|
2018-05-09 14:08:22 +02:00 |
|
Daniel Kirchner
|
3e6a8d7c2a
|
Add more tests for right shifts.
|
2018-05-09 12:50:56 +02:00 |
|
Luca Ban
|
bb7a393756
|
Extra line of explanation on Abstract contracts.
And why they're useful.
|
2018-05-09 19:28:55 +09:00 |
|
Alex Beregszaszi
|
591c591af0
|
Do not use solAssert within libjulia
|
2018-05-09 12:28:49 +02:00 |
|
Alex Beregszaszi
|
7bbfd77e8e
|
Move Julia exceptions to libjulia/Exceptions.h
|
2018-05-09 12:04:44 +02:00 |
|
Alex Beregszaszi
|
87826a7d87
|
Merge pull request #3473 from ethereum/julia-main-func
Introduce Julia filter to encapsulate top level Block as a FunctionDefinition
|
2018-05-09 10:54:24 +01:00 |
|
chriseth
|
be54f48197
|
Further refactor.
|
2018-05-09 11:48:21 +02:00 |
|
chriseth
|
86b7adc18f
|
Refactor expression parser.
|
2018-05-09 11:48:21 +02:00 |
|
Alex Beregszaszi
|
8afd0ea030
|
Introduce Julia filter to encapsulate top level Block as a FunctionDefinition (wasm specific)
|
2018-05-09 11:21:03 +02:00 |
|
chriseth
|
1e95335589
|
Merge pull request #4074 from elopio/docs/implicit-constructor
docs: document the implicit call of base constructor without arguments
|
2018-05-09 11:08:34 +02:00 |
|
chriseth
|
aeb6a33957
|
Merge pull request #4082 from androlo/develop
change assert and require docs
|
2018-05-09 11:07:00 +02:00 |
|
chriseth
|
54aa10ce36
|
Merge pull request #4054 from ethereum/token-names
Improve parser error messages
|
2018-05-09 11:06:23 +02:00 |
|
chriseth
|
c79351efb0
|
Merge pull request #4068 from ethereum/gasEstimatorPerformance
Gas estimator performance
|
2018-05-09 10:56:48 +02:00 |
|
chriseth
|
58c63dcc9c
|
Merge pull request #4094 from ethereum/disambiguator-cleanup
Use NameDispenser in Disambiguator
|
2018-05-09 10:55:52 +02:00 |
|
chriseth
|
bbae4fb0ef
|
Test with high path complexity.
|
2018-05-09 10:53:31 +02:00 |
|
chriseth
|
fba7e055d9
|
Follow highest gas usage only for gas estimation.
|
2018-05-09 10:53:30 +02:00 |
|
Arun Kumar
|
9b55161f3f
|
Use xterm instead of dumb terminal
|
2018-05-08 21:50:00 -05:00 |
|
Alex Beregszaszi
|
3b241843a7
|
Use NameDispenser in Disambiguator
|
2018-05-09 01:45:50 +02:00 |
|
Alex Beregszaszi
|
10792dbc90
|
Merge pull request #4056 from ethereum/safetupleassignment
Deprecate wildcard assignments.
|
2018-05-08 23:35:52 +01:00 |
|
Leo Arias
|
114a0cf953
|
document that all the base constructors are called
|
2018-05-08 17:26:37 +00:00 |
|
chriseth
|
741ada79f9
|
Update documentation.
|
2018-05-08 15:32:36 +01:00 |
|
chriseth
|
8ee5d3b274
|
New tests for wildcard assignments.
|
2018-05-08 15:32:36 +01:00 |
|
chriseth
|
43ec1699ba
|
Remove deprecated syntax from a test
|
2018-05-08 15:13:32 +01:00 |
|
chriseth
|
07e862a145
|
Extract tests.
|
2018-05-08 15:13:32 +01:00 |
|
chriseth
|
fe12f05c08
|
Deprecate wildcard assignments.
|
2018-05-08 15:13:32 +01:00 |
|
chriseth
|
506d82796d
|
Merge pull request #4075 from elopio/docs/new-constructor
docs: update the explanation of constructor
|
2018-05-08 10:44:08 +02:00 |
|