aiken/examples/acceptance_tests
KtorZ cd4ceb219c
Remove complex and compound constants.
This is not supported by the code generation, so it's a bit of a lie
  to have them in the language in the first place. There's arguably not
  even any use for constant records, list and tuples to begin with. So
  this cleans this up everywhere for the sake of moving forward with the
  alpha release.

  This now reduces constants to:

  - Integer
  - ByteArray
  - String

  Anything else can be declared via a function anyway. We can revisit
  this choice later.... or not.
2023-02-17 17:31:15 +01:00
..
001 fix: rename test module to tests 2022-12-23 22:00:59 -05:00
002 fix: rename test module to tests 2022-12-23 22:00:59 -05:00
003 fix: rename test module to tests 2022-12-23 22:00:59 -05:00
004 fix: rename test module to tests 2022-12-23 22:00:59 -05:00
005 fix: rename test module to tests 2022-12-23 22:00:59 -05:00
006 Fix and re-apply formatter on all acceptance tests 2023-01-14 20:23:17 +01:00
007 Fix and re-apply formatter on all acceptance tests 2023-01-14 20:23:17 +01:00
008 chore: fmt most of the acceptance tests 2023-02-09 00:57:14 -05:00
009 chore: fmt most of the acceptance tests 2023-02-09 00:57:14 -05:00
010 fix: rename test module to tests 2022-12-23 22:00:59 -05:00
011 fix: rename test module to tests 2022-12-23 22:00:59 -05:00
012 fix: rename test module to tests 2022-12-23 22:00:59 -05:00
013 Fix and re-apply formatter on all acceptance tests 2023-01-14 20:23:17 +01:00
014 fix: rename test module to tests 2022-12-23 22:00:59 -05:00
015 Fix and re-apply formatter on all acceptance tests 2023-01-14 20:23:17 +01:00
016 chore: fmt most of the acceptance tests 2023-02-09 00:57:14 -05:00
017 chore: fmt most of the acceptance tests 2023-02-09 00:57:14 -05:00
018 fix: rename test module to tests 2022-12-23 22:00:59 -05:00
019 fix: rename test module to tests 2022-12-23 22:00:59 -05:00
020 fix: rename test module to tests 2022-12-23 22:00:59 -05:00
021 fix: rename test module to tests 2022-12-23 22:00:59 -05:00
022 fix: rename test module to tests 2022-12-23 22:00:59 -05:00
023 chore: fmt most of the acceptance tests 2023-02-09 00:57:14 -05:00
024 Fix and re-apply formatter on all acceptance tests 2023-01-14 20:23:17 +01:00
025 fix: rename test module to tests 2022-12-23 22:00:59 -05:00
026 fix: rename test module to tests 2022-12-23 22:00:59 -05:00
027 Fix and re-apply formatter on all acceptance tests 2023-01-14 20:23:17 +01:00
028 fix: rename test module to tests 2022-12-23 22:00:59 -05:00
029 chore: fmt most of the acceptance tests 2023-02-09 00:57:14 -05:00
030 fix: rename test module to tests 2022-12-23 22:00:59 -05:00
031 fix: acceptance test 031 2022-12-27 22:33:09 -05:00
032 Preserve trace, error & todo formatting. 2023-02-15 23:19:07 +01:00
033 Fix and re-apply formatter on all acceptance tests 2023-01-14 20:23:17 +01:00
034 Add missing function 'concat' in acceptance test 034. 2022-12-29 12:13:32 +01:00
035 Remove single-argument function call special-case in formatter 2023-02-15 17:22:08 +01:00
036 test: fix acceptance tests 2023-02-16 00:05:55 -05:00
037 Add acceptance test scenario: 037 2022-12-29 17:40:21 +01:00
038 Add new acceptance test scenario 038 2023-01-06 06:46:15 +01:00
039 chore: fmt most of the acceptance tests 2023-02-09 00:57:14 -05:00
040 Remove single-argument function call special-case in formatter 2023-02-15 17:22:08 +01:00
041 feat: add identity, always, & flip 2023-01-14 23:33:49 -05:00
042 feat: add identity, always, & flip 2023-01-14 23:33:49 -05:00
043 feat: add identity, always, & flip 2023-01-14 23:33:49 -05:00
044 Add new acceptance scenario: 044 2023-01-18 15:29:51 -05:00
045 Add new acceptance test scenario 045 2023-01-18 16:28:44 +01:00
046 fix: multiple list cases of the same length weren't being handled 2023-01-21 19:42:17 -05:00
047 test: fix acceptance tests 2023-02-16 00:05:55 -05:00
048 test: fix acceptance tests 2023-02-16 00:05:55 -05:00
049 Replace 'assets' with generated blueprints. 2023-01-31 15:39:41 +01:00
050 feat(expect): update formatter 2023-02-09 00:57:38 -05:00
051 test: verify schnorr and ecdsa 2023-02-04 22:07:56 -05:00
052 Add new acceptance test scenario: 052 2023-02-09 00:09:23 -05:00
053 Add new acceptance test scenario: 053 2023-02-09 00:09:23 -05:00
054 Remove unused imports in 054. 2023-02-15 09:42:45 +01:00
055 fixes: tuple clauses, zero args funcs, list clause named pattern 2023-02-15 02:20:05 -05:00
056 Add new acceptance test scenario: 054. 2023-02-15 22:12:41 -05:00
057 Add new acceptance test scenario: 057 2023-02-12 18:43:11 -05:00
058 Add new acceptance test scenario: 058 2023-02-15 02:20:05 -05:00
059 add one more test 2023-02-15 02:20:05 -05:00
060 Remove complex and compound constants. 2023-02-17 17:31:15 +01:00
061 Add new acceptance test scenario: 061 2023-02-15 02:20:05 -05:00
062 Add new acceptance test scenario: 062 2023-02-17 11:25:41 +01:00
063 Add new acceptance test scenario: 063 2023-02-16 20:29:41 -05:00
script_context test: fix acceptance tests 2023-02-16 00:05:55 -05:00
.gitignore feat: add trace 2022-12-21 14:39:46 -05:00
ci Fix CI script + add script interactions. 2023-02-15 09:42:46 +01:00
fmt chore: fmt most of the acceptance tests 2023-02-09 00:57:14 -05:00
fmt-all chore: fmt most of the acceptance tests 2023-02-09 00:57:14 -05:00
run Return non-zero exit code on acceptance test failure. 2023-01-06 13:10:11 +01:00
run-all Add new acceptance test scenario: 036 2022-12-29 12:11:55 +01:00