ligo/src/test/contracts
Rémi Lesenechal 5a5c3a8dd4 Merge branch 'feature/clean-big-map' into 'dev'
Feature/clean big map

See merge request ligolang/ligo!145
2019-10-25 21:30:09 +00:00
..
amount.mligo more refactoring 2019-09-15 13:12:19 +02:00
annotation.ligo tests pass again 2019-09-19 12:59:07 +02:00
arithmetic.ligo Merge branch 'dev' into refactor/everything 2019-09-23 16:40:51 +02:00
assert.mligo More failure tests, fix mligo assert 2019-09-25 20:15:21 -05:00
assign.ligo more refactoring 2019-09-15 13:12:19 +02:00
basic.mligo more refactoring 2019-09-15 13:12:19 +02:00
big_map.ligo updating tests (we don't need the big_map to be in a pair anymore) 2019-10-22 12:23:48 +02:00
big_map.mligo updating tests (we don't need the big_map to be in a pair anymore) 2019-10-22 12:23:48 +02:00
bitwise_arithmetic.ligo Merge branch 'dev' into refactor/everything 2019-09-23 16:40:51 +02:00
blockless.ligo Write blockless function test and make it pass 2019-10-19 10:46:24 -07:00
boolean_operators.ligo Merge branch 'pascaligo-tests' into 'dev' 2019-09-26 15:09:37 +00:00
bytes_arithmetic.ligo more refactoring 2019-09-15 13:12:19 +02:00
closure-1.ligo more refactoring 2019-09-15 13:12:19 +02:00
closure-2.ligo more refactoring 2019-09-15 13:12:19 +02:00
closure-3.ligo Merge branch 'dev' into refactor/everything 2019-09-23 16:40:51 +02:00
closure.ligo more refactoring 2019-09-15 13:12:19 +02:00
coase.ligo remove fail 2019-09-26 19:30:17 +02:00
condition-annot.mligo Move tests, remove operators 2019-10-23 09:38:45 -05:00
condition-shadowing.mligo Move tests, remove operators 2019-10-23 09:38:45 -05:00
condition-simple.ligo Merge branch 'dev' into refactor/everything 2019-09-23 16:40:51 +02:00
condition.ligo WIP: add test. still have two ECond implementation, none of them pass the test 2019-10-18 17:44:10 +02:00
condition.mligo Move tests, remove operators 2019-10-23 09:38:45 -05:00
counter.ligo more refactoring 2019-09-15 13:12:19 +02:00
counter.mligo more refactoring 2019-09-15 13:12:19 +02:00
declaration-local.ligo Merge branch 'dev' into refactor/everything 2019-09-23 16:40:51 +02:00
declarations.ligo Merge branch 'dev' into refactor/everything 2019-09-23 16:40:51 +02:00
dispatch-counter.ligo more refactoring 2019-09-15 13:12:19 +02:00
error_syntax.ligo more refactoring 2019-09-15 13:12:19 +02:00
error_type.ligo Merge branch 'dev' into refactor/everything 2019-09-23 16:40:51 +02:00
failwith.ligo type failwith 2019-09-26 19:01:07 +02:00
failwith.mligo more refactoring 2019-09-15 13:12:19 +02:00
fibo2.mligo Move tests, remove operators 2019-10-23 09:38:45 -05:00
fibo3.mligo Move tests, remove operators 2019-10-23 09:38:45 -05:00
fibo4.mligo Move tests, remove operators 2019-10-23 09:38:45 -05:00
fibo.mligo Move tests, remove operators 2019-10-23 09:38:45 -05:00
for_fail.ligo Move tests, remove operators 2019-10-23 09:38:45 -05:00
function-complex.ligo Merge branch 'dev' into refactor/everything 2019-09-23 16:40:51 +02:00
function-shared.ligo Merge branch 'dev' into refactor/everything 2019-09-23 16:40:51 +02:00
function.ligo Merge branch 'dev' into refactor/everything 2019-09-23 16:40:51 +02:00
guess_string.mligo more refactoring 2019-09-15 13:12:19 +02:00
heap-instance.ligo more refactoring 2019-09-15 13:12:19 +02:00
heap.ligo Merge branch 'dev' into refactor/everything 2019-09-23 16:40:51 +02:00
high-order.ligo higher order function test, pass two closure one calling the other as function arg 2019-10-17 17:33:29 +02:00
included.ligo Merge branch 'dev' into refactor/everything 2019-09-23 16:40:51 +02:00
includer.ligo Merge branch 'dev' into refactor/everything 2019-09-23 16:40:51 +02:00
incr_decr.mligo Move tests, remove operators 2019-10-23 09:38:45 -05:00
lambda2.mligo more refactoring 2019-09-15 13:12:19 +02:00
lambda.ligo more refactoring 2019-09-15 13:12:19 +02:00
lambda.mligo more refactoring 2019-09-15 13:12:19 +02:00
letin.mligo more refactoring 2019-09-15 13:12:19 +02:00
list.ligo Merge branch 'dev' into refactor/everything 2019-09-23 16:40:51 +02:00
list.mligo test List.iter and List.map in cameligo 2019-09-24 10:54:14 +02:00
loop.ligo Merge branch 'pascaligo-tests' into 'dev' 2019-09-26 15:09:37 +00:00
map.ligo I forbade empty patches (parser). Fixed AST pretty-printer (PascaLIGO). 2019-10-23 00:35:29 +02:00
map.mligo Add deep map patch test 2019-10-14 10:19:18 -07:00
match_bis.mligo more refactoring 2019-09-15 13:12:19 +02:00
match.ligo Merge branch 'dev' into refactor/everything 2019-09-23 16:40:51 +02:00
match.mligo more refactoring 2019-09-15 13:12:19 +02:00
multiple-parameters.ligo Merge branch 'dev' into refactor/everything 2019-09-23 16:40:51 +02:00
new-syntax.mligo more refactoring 2019-09-15 13:12:19 +02:00
option.ligo Simplify? 2019-10-07 16:54:28 +02:00
option.mligo add options in cameligo 2019-09-20 20:38:04 +02:00
parser-bad-reported-term.ligo more refactoring 2019-09-15 13:12:19 +02:00
procedure.ligo Move tests, remove operators 2019-10-23 09:38:45 -05:00
quote-declaration.ligo more refactoring 2019-09-15 13:12:19 +02:00
quote-declarations.ligo more refactoring 2019-09-15 13:12:19 +02:00
record.ligo Merge branch 'dev' into refactor/everything 2019-09-23 16:40:51 +02:00
record.mligo more refactoring 2019-09-15 13:12:19 +02:00
set_arithmetic-1.ligo add set fold 2019-09-24 00:26:39 +02:00
set_arithmetic.ligo Remove PascaLIGO set_size 2019-10-22 20:24:05 -07:00
set_arithmetic.mligo Add set size op for CameLIGO and PascaLIGO 2019-10-22 19:28:13 -07:00
shadow.ligo more refactoring 2019-09-15 13:12:19 +02:00
string_arithmetic.ligo more refactoring 2019-09-15 13:12:19 +02:00
string_arithmetic.mligo Add explanatory comment to string concatenation test 2019-10-21 16:40:40 -07:00
string.ligo Simplifier now emit CONCAT constant 2019-10-07 17:16:03 +02:00
super-counter.ligo more refactoring 2019-09-15 13:12:19 +02:00
super-counter.mligo more refactoring 2019-09-15 13:12:19 +02:00
tez.ligo Expose tez mod tez, too 2019-10-11 14:54:22 -05:00
tez.mligo Refactor Ligodity parser to use shared parser. 2019-09-27 13:33:25 +00:00
toto.ligo more refactoring 2019-09-15 13:12:19 +02:00
tuple.ligo more refactoring 2019-09-15 13:12:19 +02:00
type-alias.ligo more refactoring 2019-09-15 13:12:19 +02:00
unit.ligo more refactoring 2019-09-15 13:12:19 +02:00
variant-matching.ligo more refactoring 2019-09-15 13:12:19 +02:00
variant.ligo more refactoring 2019-09-15 13:12:19 +02:00
variant.mligo Refactor Ligodity parser to use shared parser. 2019-09-27 13:33:25 +00:00
vote.mligo more refactoring 2019-09-15 13:12:19 +02:00
website1.ligo more refactoring 2019-09-15 13:12:19 +02:00
website2.ligo more refactoring 2019-09-15 13:12:19 +02:00
website2.mligo Move tests, remove operators 2019-10-23 09:38:45 -05:00