Sarah Fowler
6cd5f66148
[LIGO-94] minor css fix
2019-09-26 11:34:57 -04:00
Sarah Fowler
560a93c657
Merge branch 'LIGO-95-layout' into 'LIGO-94-feature-cards'
...
[LIGO-95] Layout and top section
See merge request ligolang/ligo!92
2019-09-26 15:33:21 +00:00
Sarah Fowler
581ebf2b7f
Merge branch 'LIGO-92-buttons' into 'site-redesign-init'
...
[LIGO-92] button styles
See merge request ligolang/ligo!85
2019-09-26 15:33:01 +00:00
Christian Rinderknecht
68ff421b7d
Merge remote-tracking branch 'origin/dev' into rinderknecht-dev
2019-09-26 17:11:08 +02:00
Christian Rinderknecht
ca1471612f
Merge branch 'pascaligo-tests' into 'dev'
...
Add Pascaligo tests for not kwd, (commented out) procedure and for loop
See merge request ligolang/ligo!95
2019-09-26 15:09:37 +00:00
Christian Rinderknecht
10469818c1
Removed entrypoint
and storage
as keywords.
...
Bug fix: `n-1` was scanned as `n` and `-1`, which was rejected by
a style constraint.
I removed useless style constraints in the lexer.
I removed dead code in `pascaligo.ml`.
I added my first draft for the reference manual of PascaLIGO: DO
NOT EDIT. Edit the website instead.
About the bug fix: This was an awkward attempt at rejecting at
lexing time negative integer literals whose sign is separated
from the digits, like `- 1`. The fix was simple: remove the
`integer` regular expression and use `natural`.
2019-09-26 16:35:16 +02:00
Sarah Fowler
63cc8847f8
Merge branch 'LIGO-94-feature-cards' into LIGO-95-layout
2019-09-26 10:26:41 -04:00
Sarah Fowler
37c233e0cc
Merge branch 'LIGO-92-buttons' into LIGO-94-feature-cards
2019-09-26 10:26:12 -04:00
Sarah Fowler
9b6fd0bab6
Merge branch 'site-redesign-init' into LIGO-92-buttons
2019-09-26 10:25:01 -04:00
Sarah Fowler
a2701336e7
Merge branch 'dev' into site-redesign-init
2019-09-26 10:23:26 -04:00
Sarah Fowler
5dc46ef392
Merge branch 'LIGO-93-profiles' into 'LIGO-92-buttons'
...
[LIGO-93] redesign profile pics
See merge request ligolang/ligo!86
2019-09-26 14:19:47 +00:00
Sarah Fowler
43d2b93b87
Merge branch 'LIGO-96-partners-redesign' into 'LIGO-94-feature-cards'
...
[LIGO-96] Redesign partners section
See merge request ligolang/ligo!91
2019-09-26 14:18:02 +00:00
Sarah Fowler
2cf6aafff2
[LIGO-95] minor css fixes
2019-09-26 09:56:45 -04:00
Tom Jack
288b7e9149
Merge branch 'hotfix' into 'dev'
...
Hotfix: display errors, fix mystery `fail`
See merge request ligolang/ligo!93
2019-09-26 11:41:53 +00:00
Tom Jack
389cbdbded
Hotfix: display errors, fix mystery fail
2019-09-26 06:01:09 -05:00
Tom Jack
0c58b19978
Merge branch 'feature/peephole' into 'dev'
...
Michelson optimizations
See merge request ligolang/ligo!79
2019-09-26 01:52:55 +00:00
Tom Jack
8a96e38f04
More failure tests, fix mligo assert
2019-09-25 20:15:21 -05:00
Tom Jack
a521c01115
some michelson optimizations
2019-09-25 20:15:19 -05:00
Tom Jack
a2240e0649
Merge branch 'feature/stderr' into 'dev'
...
Print errors to stderr, exit 1
See merge request ligolang/ligo!66
2019-09-26 00:56:55 +00:00
Sarah Fowler
6b9f5f3d39
[LIGO-95] fix profile hover rule
2019-09-25 17:58:03 -04:00
Sarah Fowler
f542cde283
[LIGO-95] I AM A CSS GENIUS\!\!
2019-09-25 17:36:43 -04:00
Sarah Fowler
f61a91f36f
[LIGO-95] layout for top section
2019-09-25 16:59:07 -04:00
Gabriel Alfour
dcafce59d0
Merge branch 'fix-cli-test' into 'dev'
...
Fix cli test
See merge request ligolang/ligo!90
2019-09-25 19:20:28 +00:00
Tom Jack
1f8a801ed9
Don't test exact compiler output
2019-09-25 13:40:32 -05:00
Tom Jack
8a04ee8097
Fix bug for compile-parameter and compile-storage
2019-09-25 13:40:32 -05:00
Sarah Fowler
9673475bfd
[LIGO-96] Redesign partners section
2019-09-25 14:28:48 -04:00
Sarah Fowler
54a13b8ec5
[LIGO-94] fix alignment of cards
2019-09-25 13:39:08 -04:00
Sarah Fowler
e77c811372
[LIGO-94] redesign Features section
2019-09-25 13:32:06 -04:00
Sarah Fowler
28281e42d3
.gitignore
2019-09-25 11:52:02 -04:00
Sarah Fowler
7e6651cf94
[LIGO-93] redesign profile pics
2019-09-25 11:45:37 -04:00
galfour
be75fd4830
fixed minor bug
2019-09-25 17:21:44 +02:00
Sarah Fowler
5c24207c3b
[LIGO-92] button styles
2019-09-25 11:13:28 -04:00
Sarah Fowler
920f304824
Add landing class to index wrapper; fix pixel-limited title width
2019-09-25 10:20:34 -04:00
Matej Sima
d9afee0fad
Attempt to fix docker_build CI config
2019-09-25 13:19:44 +02:00
Matej Sima
d1c1f0c08e
Move docker_build to 'script' level in the CI
2019-09-25 13:14:41 +02:00
Matej Sima
af9e6a90b9
Move docker publishing and testing to script instead of after_script in the CI
2019-09-25 13:11:10 +02:00
Gabriel Alfour
acc13ba817
Merge branch 'fix/various-gitlab-issues' into 'dev'
...
No one saw this (inadvertently broke compile-expression)
See merge request ligolang/ligo!83
2019-09-25 09:26:01 +00:00
Matej Sima
c60a02942b
Update the CLI testing script CI pipeline
2019-09-25 10:52:26 +02:00
galfour
87bbdad553
fix stuff
2019-09-25 10:49:14 +02:00
John David Pressman
9bb0d3aa9f
Disable tests for procedures and for loops, which are unsupported
2019-09-24 16:20:52 -07:00
John David Pressman
ada8a2b703
Add (commented out) for loop test & working procedure test
...
Also clean up typo in unsupported for loop error message
2019-09-24 15:47:04 -07:00
Sarah Fowler
d7c4afd39b
Add redesign colors, typography, padding, fonts
2019-09-24 17:12:11 -04:00
John David Pressman
a8def8c269
Add test for boolean not
2019-09-24 12:18:07 -07:00
Gabriel Alfour
9053a74999
Merge branch 'fix/various-gitlab-issues' into 'dev'
...
Fix/various gitlab issues
See merge request ligolang/ligo!82
2019-09-24 16:25:40 +00:00
galfour
e6ac10f0ce
switch from tz to mtz
2019-09-24 14:29:18 +02:00
galfour
f72593ae85
add set literals
2019-09-24 14:00:43 +02:00
galfour
b6ee28d704
add map literals in cameligo
2019-09-24 13:54:34 +02:00
galfour
ac449d2cb3
test List.iter and List.map in cameligo
2019-09-24 10:54:14 +02:00
galfour
9c3c40c9ef
add set fold
2019-09-24 00:26:39 +02:00
galfour
c4752c5935
add map fold
2019-09-23 23:46:47 +02:00