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 |
|
chriseth
|
0a63bc177b
|
Merge pull request #4052 from kylewu/vs-2017-build
run both vs 2015 and vs 2017 in appveyor
|
2018-05-08 10:33:16 +02:00 |
|
Andreas Olofsson
|
2f44aa4072
|
change assert and require docs
|
2018-05-07 11:44:37 +02:00 |
|
chriseth
|
d0bd549d85
|
Merge pull request #3256 from ethereum/fullInliner
Full inliner
|
2018-05-07 11:31:35 +02:00 |
|
Leonardo Alt
|
db5ea8ec03
|
Read from stdin only if - is explicitly given
|
2018-05-07 09:32:46 +02:00 |
|
chriseth
|
6db7e09afd
|
Merge pull request #4077 from njwest/grammar-fix
fixed grammar in error in CompilerUtils.cpp line 399, 'less variables…
|
2018-05-07 08:11:21 +02:00 |
|
njwest
|
51b4dc3752
|
fixed grammar in error in CompilerUtils.cpp line 399, 'less variables.' should be 'fewer variables.'
|
2018-05-06 18:52:12 -04:00 |
|
Leo Arias
|
a9f2936f27
|
docs: update the explanation of constructor
|
2018-05-05 21:45:14 +00:00 |
|
Leo Arias
|
4259c0d036
|
docs: document the implicit call of base constructor without arguments
|
2018-05-05 21:41:47 +00:00 |
|
Wenbin Wu
|
2ec03edc97
|
release only on vs2017
|
2018-05-04 21:33:20 +02:00 |
|
chriseth
|
dc857feb4f
|
Update circle.yml
|
2018-05-04 17:07:37 +02:00 |
|
chriseth
|
ebe8968fae
|
Add merge blocker.
|
2018-05-04 16:41:48 +02:00 |
|
chriseth
|
a6868510ed
|
Initial changelog for version 0.5.0.
|
2018-05-04 16:35:24 +02:00 |
|
chriseth
|
8d666e180d
|
Merge pull request #3386 from nisdas/abi-spec-documentation
Fixed typos in abi-spec documentation
|
2018-05-04 15:46:11 +02:00 |
|
chriseth
|
29572bdc48
|
Clarify components of X
|
2018-05-04 15:44:45 +02:00 |
|
nisdas
|
7db4166f77
|
Fixed typos in abi-spec documentation
|
2018-05-04 15:41:23 +02:00 |
|
chriseth
|
150d226603
|
Merge pull request #4063 from ethereum/emit-non-event
Show proper error when trying to emit a non-event
|
2018-05-04 15:02:04 +02:00 |
|
Alex Beregszaszi
|
840ed1e88a
|
Update parser test expectations
|
2018-05-04 13:31:56 +01:00 |
|
Alex Beregszaszi
|
cc10839073
|
Have more uniform parser errors
|
2018-05-04 13:27:05 +01:00 |
|
Alex Beregszaszi
|
c7ee649d80
|
More user friendly output in case of Identifier and Token keywords
|
2018-05-04 13:27:05 +01:00 |
|
Alex Beregszaszi
|
882248ce75
|
Remove code duplication in expectToken
|
2018-05-04 13:27:05 +01:00 |
|
Alex Beregszaszi
|
252bde8542
|
Introduce Token::friendlyName() helper
|
2018-05-04 13:11:23 +01:00 |
|
Alex Beregszaszi
|
e3279d8af8
|
Display nicer error messages in the parser (display tokens and not internal names)
|
2018-05-04 12:39:37 +01:00 |
|
chriseth
|
81d61ca086
|
Merge pull request #4059 from ethereum/parser-simplify
Simplify the parser expectations
|
2018-05-04 12:50:12 +02:00 |
|
Alex Beregszaszi
|
ffe7f224a6
|
Show proper error when trying to emit a non-event
|
2018-05-04 12:47:01 +02:00 |
|
Alex Beregszaszi
|
a244f1a383
|
Merge pull request #4038 from danieljoonlee/develop
Change m_bytes to unsigned in FixedBytesType
|
2018-05-03 23:40:06 +01:00 |
|
daniel
|
aa1542a9e1
|
Change bytes to unsigned in FixedBytesType
|
2018-05-03 23:11:34 +01:00 |
|
Alex Beregszaszi
|
ed9f80690b
|
Simplify expectIdentifierToken by using expectToken
|
2018-05-03 22:10:51 +01:00 |
|
Alex Beregszaszi
|
73c99d15cd
|
Remove useless helper expectAssignmentOperator in parser
|
2018-05-03 21:35:38 +01:00 |
|
GuessWho
|
3db17d8b04
|
remove variables
|
2018-05-03 10:41:40 +02:00 |
|
Wenbin Wu
|
18b31a9bbe
|
Update appveyor.yml
|
2018-05-03 09:15:39 +02:00 |
|
chriseth
|
5738f93704
|
Merge pull request #4041 from kylewu/3764-vs-2017
Update windows build docs
|
2018-05-03 08:50:53 +02:00 |
|
chriseth
|
650244f619
|
Merge pull request #4053 from ethereum/parser-syntax-tests
Move some parser tests to syntax tests
|
2018-05-03 08:35:00 +02:00 |
|
Alex Beregszaszi
|
b34428249a
|
Change numBits to unsigned IntegerType
|
2018-05-02 23:22:25 -07:00 |
|
Alex Beregszaszi
|
2c00ebbee1
|
Change totalBits and fractionalDigits to unsigned in FixedPointType
|
2018-05-02 23:22:25 -07:00 |
|
Alex Beregszaszi
|
72c3b3a242
|
Merge pull request #4046 from ethereum/deprecateYears
State that years has been deprecated.
|
2018-05-03 04:18:09 +01:00 |
|
GuessWho
|
212956fa05
|
run both vs 2015 and vs 2017 in appveyor
|
2018-05-02 23:15:03 +02:00 |
|
Alex Beregszaszi
|
07e765a2f1
|
Move some parser tests to syntax tests
|
2018-05-02 21:21:11 +01:00 |
|
chriseth
|
42d6547bde
|
Merge pull request #4048 from JonnyBurger/develop
Improve documentation and CLI help for `--run` parameter
|
2018-05-02 17:54:51 +02:00 |
|
GuessWho
|
4d550e2c66
|
vs 2017 in install doc
|
2018-05-02 17:39:54 +02:00 |
|
chriseth
|
d2145428c5
|
Fix test case strings.
|
2018-05-02 17:39:42 +02:00 |
|
chriseth
|
ca9fa053b7
|
Optimize number of moves.
|
2018-05-02 17:39:42 +02:00 |
|
chriseth
|
12b47a6e0b
|
Assert function hoister and grouper has been used.
|
2018-05-02 17:39:42 +02:00 |
|
chriseth
|
d3c11a49e5
|
Move NameDispenser into its own file.
|
2018-05-02 17:39:42 +02:00 |
|
chriseth
|
78945e81e4
|
Test the removal of the result variable.
|
2018-05-02 17:39:42 +02:00 |
|