Commit Graph

  • 4d61c2285c Merge branch '151-union-type-option-names-collision-when-matching' into 'dev' Gabriel Alfour 2020-02-27 09:24:17 +0000
  • 4886f540e4 Merge branch 'rinderknecht@doc' into 'dev' Christian Rinderknecht 2020-02-26 20:03:32 +0000
  • 8d5a099009 Fixed "fail" -> "failwith" in the cheat-sheet. Christian Rinderknecht 2020-02-26 19:37:05 +0100
  • a08adbd085 typer: checks for constructor redundancy Lesenechal Remi 2020-02-26 18:54:16 +0100
  • fe490b585e Merge branch 'ui-changes-feedback-changes' into 'dev' Jev Björsell 2020-02-26 17:50:59 +0000
  • a0d0da3a42 Ui changes feedback changes Maksym Bykovskyy 2020-02-26 17:50:59 +0000
  • 127a85822f More updates to the documentation. Synced the new reference page. Christian Rinderknecht 2020-02-26 18:31:58 +0100
  • 1522a7d2e4 Update error.messages for PascaLIGO. Sander Spies 2020-02-26 15:07:14 +0100
  • 623e16459f Changed Loop.continue to Loop.resume. Christian Rinderknecht 2020-02-26 13:36:50 +0100
  • f2bff77ffd Change LIGO documentation introduction to be about LIGO John David Pressman 2020-02-26 03:27:11 -0800
  • 31a39bffbc I upgraded the parsers to accept Map.map etc. I rewrote the doc except "reference" to promote and deprecate built-ins. Christian Rinderknecht 2020-02-25 18:07:53 +0100
  • 656807b22e Merge branch 'dev' of gitlab.com:ligolang/ligo into rinderknecht@doc Christian Rinderknecht 2020-02-25 17:09:19 +0100
  • f39ff186d6 Merge branch 'docs/current-reference' into 'dev' Christian Rinderknecht 2020-02-25 15:51:37 +0000
  • d7dd064095 Merge branch 'dev' of gitlab.com:ligolang/ligo into rinderknecht@doc Christian Rinderknecht 2020-02-25 16:40:23 +0100
  • 09999c2c82 Merge branch 'feature/LIGO-429-pascaligo-discrepancy' into 'dev' Christian Rinderknecht 2020-02-25 15:39:09 +0000
  • 88c231f379 Merge branch 'dev' of gitlab.com:ligolang/ligo into rinderknecht@doc Christian Rinderknecht 2020-02-25 15:53:44 +0100
  • 4c2529b83c allow constructor without parameters Lesenechal Remi 2020-02-24 17:29:45 +0100
  • 936418615e Add Current.x reference page to doc tests John David Pressman 2020-02-25 05:26:04 -0800
  • 9daabd0abf Merge branch 'dev' into docs/current-reference John David Pressman 2020-02-25 05:14:09 -0800
  • a0c2978b9f Add Current.x reference page to the docs John David Pressman 2020-02-25 05:13:25 -0800
  • bbe7a29881 Merge branch 'improving-syntax-selection-ui' into 'dev' Jev Björsell 2020-02-24 19:29:11 +0000
  • 9a3c1789e1 Improving syntax selection UI Maksym Bykovskyy 2020-02-24 19:29:11 +0000
  • 4699d2c954 Included remarks on the MR. Christian Rinderknecht 2020-02-24 11:39:45 +0100
  • 817e94603b Syncronised the *.ligo files of the tutorial with the contents of the tutorial. Christian Rinderknecht 2020-02-23 07:30:41 +0100
  • 9fb311ef13 Renamed main to the original buy_taco. Christian Rinderknecht 2020-02-22 16:50:36 +0100
  • feaf143209 "access function" -> "main function" Christian Rinderknecht 2020-02-21 18:13:09 +0100
  • f4d688df7b Fixed the tutorial. Enabled underscores in tez amounts. Fixed docs on Tez and tuples (zero-indexation). Christian Rinderknecht 2020-02-21 17:16:53 +0100
  • 040ed8b6ff Merge branch 'feature/subtler-nontail-fail' into 'dev' Rémi Lesenechal 2020-02-21 13:50:25 +0000
  • f405f03740 Merge branch 'feature/dont-use-source' into 'dev' Christian Rinderknecht 2020-02-20 19:50:17 +0000
  • 6aae402cd0 Merge branch 'feature/lower-hex' into 'dev' Christian Rinderknecht 2020-02-20 19:38:55 +0000
  • 4b9e175063 Examples: don't use SOURCE Tom Jack 2020-01-21 02:24:16 -0600
  • 23353b0e27 Clarify internal sender/source options Tom Jack 2020-01-21 02:23:56 -0600
  • 01531ac307 Support lowercase in hex bytes Tom Jack 2020-02-20 12:07:01 -0600
  • ffe0bfb428 Merge branch 'bugfix/docker-run-dev' into 'dev' Pierre-Emmanuel Wulfman 2020-02-20 17:57:02 +0000
  • 4c53fa4ae6 Fix non-tail fail avoidance Tom Jack 2020-02-19 14:55:02 -0600
  • c4c79e69f2 Run dev pipeline for *-run-dev branches: fix "docker push" to the next-attempt tag Suzanne Dupéron 2020-02-20 16:52:07 +0100
  • ce4c2ee783 Merge branch 'feature/ast-cleanup-ocaml-tuples' into 'dev' Suzanne Dupéron 2020-02-20 14:57:07 +0000
  • 4f36ff3bcb Replace OCaml tuples with record in ast_typed Suzanne Dupéron 2020-02-17 18:09:35 +0100
  • ea74ed8a2c Normalize indentation etc. of ast_typed in preparation for the ADT generator Suzanne Dupéron 2020-02-10 21:05:51 +0100
  • b46978dc19 Merge branch 'revert-8d01fcb9' into 'dev' John David Pressman 2020-02-20 06:49:27 +0000
  • 62fe576bc9 Revert "Merge branch 'fix/pascal-tuples-in-doc' into 'dev'" John David Pressman 2020-02-20 05:25:30 +0000
  • e8129c5be3 Merge branch 'feature/variable-in-dry-run' into 'dev' Rémi Lesenechal 2020-02-19 20:41:37 +0000
  • 8d01fcb9f7 Merge branch 'fix/pascal-tuples-in-doc' into 'dev' Pierre-Emmanuel Wulfman 2020-02-19 17:15:29 +0000
  • 0b10b7188b Merge branch 'test-contract-religo' into 'dev' Pierre-Emmanuel Wulfman 2020-02-19 17:08:30 +0000
  • e1606c4700 add multisig test for cameligo and reasonligo Pierre-Emmanuel Wulfman 2020-02-14 18:09:29 +0100
  • dcb342e031 add primitive to cameligo Pierre-Emmanuel Wulfman 2020-02-14 16:50:30 +0100
  • b8af9a56d9 fix contract with tuples starting at one Pierre-Emmanuel Wulfman 2020-02-19 16:15:43 +0100
  • 44ff5d580d Allow using top level variables defined in source code in dry-run PARAMETER and STORAGE Lesenechal Remi 2020-02-19 16:10:50 +0100
  • a6fc8a3f6a Merge branch 'for-loop-bugs' into 'dev' Pierre-Emmanuel Wulfman 2020-02-19 15:08:01 +0000
  • eee6dbaeb2 make while_loop, for_int and for_collect more similar Pierre-Emmanuel Wulfman 2020-02-19 14:18:06 +0100
  • 892f813a6c Merge branch 'contract/hashlock' into 'dev' John David Pressman 2020-02-19 00:15:39 +0000
  • a7b86ce1af Merge branch 'docs/reference-doc-sidebar' into 'dev' John David Pressman 2020-02-19 00:12:30 +0000
  • b0eeb596df Merge branch 'dev' into docs/reference-doc-sidebar John David Pressman 2020-02-18 14:34:42 -0800
  • 3f21cf7b26 Merge branch 'bugfix/gitlab-typo' into 'dev' Suzanne Dupéron 2020-02-18 15:20:06 +0000
  • 2c677c2b73 Fix typo in script (third) Suzanne Dupéron 2020-02-18 16:18:51 +0100
  • 9de45285b2 remove Var.show Pierre-Emmanuel Wulfman 2020-02-18 14:19:11 +0100
  • c468cb94a1 remove unused code Pierre-Emmanuel Wulfman 2020-02-18 14:14:39 +0100
  • e262f9e103 Demonstrate a couple simple_for_collect bugs Tom Jack 2019-12-04 13:34:20 -0600
  • abfd561ffb Merge branch 'feature/carthage-comparable-pairs' into 'dev' Rémi Lesenechal 2020-02-18 12:56:06 +0000
  • 38c99eca53 carthage: add tests for comparable pairs Lesenechal Remi 2020-02-18 12:31:19 +0100
  • b23ae21579 Merge branch 'bugfix/gitlab-typo' into 'dev' Suzanne Dupéron 2020-02-18 11:28:38 +0000
  • b594f85594 Fix typo in script (again) Suzanne Dupéron 2020-02-18 12:27:14 +0100
  • dafc574dc2 Merge branch 'bugfix/gitlab-typo' into 'dev' Suzanne Dupéron 2020-02-18 11:25:41 +0000
  • fd28da98a0 comparable pairs in the backend Lesenechal Remi 2020-02-14 12:07:45 +0100
  • 9f7b39afd3 Fix typo in script Suzanne Dupéron 2020-02-18 11:37:02 +0100
  • d2dee99bef Merge branch 'feature/run-dev' into 'dev' Suzanne Dupéron 2020-02-18 10:33:04 +0000
  • b2c654ec65 Merge branch 'dev' into contract/hashlock John David Pressman 2020-02-17 20:51:31 -0800
  • 3a1cd0bc94 Merge branch 'feature/move-to-carthage' into 'dev' Rémi Lesenechal 2020-02-17 17:14:28 +0000
  • f9d2daf7f3 Run dev pipeline for *-run-dev branches Suzanne Dupéron 2020-02-17 14:26:01 +0100
  • 2c3409f5cf Merge branch 'copy-download-output' into 'dev' Jev Björsell 2020-02-17 14:52:28 +0000
  • e63f2407c2 carthage update: Lesenechal Remi 2020-02-13 14:09:45 +0100
  • 395b4890eb update the dune.inc magic trick Lesenechal Remi 2020-02-12 19:00:40 +0100
  • 5bb8c28959 carthage: update tezos copy/pasted files Lesenechal Remi 2020-02-12 17:40:17 +0100
  • c04cd69103 Merge branch 'feature/literal-bytes-again-again' into 'dev' Christian Rinderknecht 2020-02-16 11:47:57 +0000
  • ddd148a290 Added copy and download to output. Improved tooltip component Maksym Bykovskyy 2020-02-15 17:49:46 -0800
  • 9f09506f58 Fix literal bytes printing again Tom Jack 2020-02-15 05:13:34 -0600
  • 26332f396e Merge branch 'ci/pin_dind_image' into 'dev' Jev Björsell 2020-02-15 15:54:36 +0000
  • 1d06dd4f74
    Pin docker image to a working one. Jev Björsell 2020-02-15 06:49:39 -0800
  • ee4d62be46 Add reference pages to docs sidebar, change titles to include description like python John David Pressman 2020-02-15 00:14:46 -0800
  • b4ef2ed76f Merge branch 'compile-json-output' into 'dev' Jev Björsell 2020-02-15 02:19:31 +0000
  • eaa0c12d63 e_ez_record -> e_record_ez in hashlock contract tests John David Pressman 2020-02-13 22:00:25 -0800
  • 741374fa24 Merge branch 'dev' into contract/hashlock John David Pressman 2020-02-13 21:59:54 -0800
  • 5764f53ed1 Refactor commitment mechanism, add reveal tests to hashlock contract John David Pressman 2020-02-13 21:54:16 -0800
  • 2a063a4353 Added JSON output to compile command Maksym Bykovskyy 2020-02-13 17:18:23 -0800
  • fddda1a0a2 Merge branch 'ci/webide_improvements' into 'dev' Jev Björsell 2020-02-13 23:10:02 +0000
  • c59be5f746 * Switch to in-line CI for webide over GitLab's child-pipeline feature. There was too many bugs/weirdness with the child-pipeline. Maybe we use it when it matures. * Flatten the build_and_deploy_docker and build_and_deploy_website into one step. They don't appear to be dependent, and if the upstream "test" jobs ran okay, then we can run these jobs in parallel. * Run the webide unit tests in the test stage only if there are changes to the tools/webide directory. * Switch to using the new rules ([docs](https://docs.gitlab.com/ee/ci/yaml/#rules))property instead of only / except. rules is now the preferred way of setting job policies. only/except are [candidates for deprecation](https://docs.gitlab.com/ee/ci/yaml/#onlyexcept-basic). * Build/push docker images only when CI is running on the canonical ligolang/ligo repo. Makes hacking on CI in forked repos easier. * Don't push a latest tag for the webide. Jev Björsell 2020-02-13 23:10:02 +0000
  • eb056364a9 Merge branch '150-not-a-comparable-type-key_hash' into 'dev' Rémi Lesenechal 2020-02-13 16:48:24 +0000
  • 5dd53a30ff Merge branch 'patch-1' into 'dev' Suzanne Dupéron 2020-02-13 16:11:19 +0000
  • 39fc076c2b fix regression of comparison of key_hash and add a test for it Lesenechal Remi 2020-02-13 16:44:21 +0100
  • 8e9e871d08 Update siteConfig.js to collapse docs sidebar categories Eowyn Dean 2020-02-13 14:50:35 +0000
  • f766840311 Fix commit test for hashlock John David Pressman 2020-02-13 04:35:21 -0800
  • eaba8e9857 Merge branch 'bugfix/147-bool-comparison' into 'dev' Suzanne Dupéron 2020-02-13 11:29:03 +0000
  • a1880b013b Fix #147 by allowing comparison of bools Suzanne Dupéron 2020-02-12 20:22:59 +0100
  • 2c03ebf2e3 Merge branch 'docs/list-reference' into 'dev' Suzanne Dupéron 2020-02-12 16:12:21 +0000
  • da546eabb7 Merge branch 'docs/crypto-reference' into 'dev' Suzanne Dupéron 2020-02-12 15:43:09 +0000
  • a82e8efd2a Merge branch 'feature/remove-current-gas' into 'dev' Suzanne Dupéron 2020-02-12 15:18:29 +0000
  • 6be23179c6 Merge branch 'dev' into 'docs/list-reference' Suzanne Dupéron 2020-02-12 15:13:27 +0000
  • 953e91bc54 Remove Current.gas from LIGO John David Pressman 2020-02-12 02:24:58 -0800
  • 902e958205 Merge branch 'docs/map-reference' into 'dev' John David Pressman 2020-02-12 02:54:35 +0000
  • d12aa130f7 Add crypto reference page to doc tests John David Pressman 2020-02-11 18:47:54 -0800