microproofs
8e75007a5f
changelog: remove accidental duplicated Fixed
2023-09-25 21:16:19 -04:00
microproofs
38d15c677f
Update changelog
2023-09-25 21:16:19 -04:00
KtorZ
91d4cb9b12
Fix a date in the CHANGELOG for 0.17.0
2023-09-20 18:02:39 +02:00
microproofs
4650c64f6b
update changelog
2023-09-20 11:51:01 -04:00
KtorZ
f379039efc
Fix record shorthand causing parsing ambiguity in if/else expressions.
...
Fixes #735 .
2023-09-15 09:41:00 +02:00
KtorZ
06347c3efa
Add CHANGELOG entry.
2023-09-13 17:17:32 -04:00
KtorZ
8ba5946c32
Preserve escape sequence after formatting
...
Bumped into this randomly. We do correctly parse escape sequence, but
the format would simply but the unescaped string back on save. Now it
properly re-escapes strings before flushing them back. I also removed
the escape sequence for 'backspace' and 'new page' form feed as I
don't see any use case for those in an Aiken program really...
2023-09-08 12:12:15 +02:00
rvcas
1de7b2866a
feat(cli): add --deny to build, check, and docs
...
This is useful for CI, where people that may have
a stricter workflow want to force CI to fail if any warnings
are detected.
2023-09-06 17:19:44 -04:00
rvcas
dfe433ea46
fix: trim whitespace when loading hex strings from files closes #720
2023-08-31 18:22:09 -04:00
rvcas
097d1fa893
chore: update changelog
2023-08-31 18:01:52 -04:00
rvcas
a87a8a7b35
chore: update changelog
2023-08-31 17:41:36 -04:00
rvcas
747e057d05
fix: tags
2023-08-24 15:00:09 -06:00
KtorZ
d3fe241ccd
Wrap-up CHANGELOG
2023-08-22 13:14:35 +02:00
KtorZ
7883aff5f7
revert 619b73d03e
...
There's really no scenario where we want to generate boilerplate that
always end up being removed. In particular, the boilerplate breaks
tutorial as it generate conflicting validators in the blueprint.
The only argument in favor of the boilerplate is to serve as example
and show people some syntax reminder. However, this is better done in
the README or on the user manual directly.
2023-08-22 12:59:36 +02:00
microproofs
0eec4c188a
update changelog for v1.0.15
2023-08-19 20:11:24 -04:00
KtorZ
c6f764d2db
Refresh Cargo.lock & fill-in CHANGELOG.
2023-08-19 13:39:39 -04:00
rvcas
be20426329
chore: update changelog
2023-08-16 23:16:56 -04:00
rvcas
6d90c27587
chore: update changelog
2023-08-16 23:06:53 -04:00
rvcas
b138cb0ccd
chore: update changelog
2023-08-16 22:55:59 -04:00
logicalmechanism
050c41c8dc
tx simulate returns a vector of exbudgets now
2023-08-16 22:37:00 -04:00
microproofs
2f7784f31e
chore: update changelog
...
expecting a type on List<Data> from data now only checks that type is a list and not each element
2023-08-10 23:01:46 -04:00
microproofs
71a941e0b0
Update changelog
2023-08-07 12:11:39 -04:00
rvcas
77a627817b
chore: prepare changelog for release
2023-07-15 21:34:41 -04:00
rvcas
1b8e94fe32
feat: expect boolean sugar
2023-07-15 20:50:02 -04:00
rvcas
d009358266
chore: update changelog
2023-07-15 20:08:16 -04:00
rvcas
dbb6d302bd
chore: update changelog
2023-07-14 10:54:55 -04:00
rvcas
e7c1b28b52
feat: add ability to reference validators in tests closes #632
2023-07-12 18:29:03 -04:00
rvcas
0b65c20e31
chore: update changelog
2023-07-12 09:16:37 -04:00
rvcas
5318c94892
chore: update changelog
2023-07-11 18:59:11 -04:00
rvcas
265af44b86
chore: update changelog
2023-07-09 23:33:40 -04:00
KtorZ
93b33df3ef
Fill-in CHANGELOG.
2023-07-06 16:10:46 -04:00
KtorZ
6d7aec804c
Update CHANGELOG.md
2023-07-05 18:58:21 +02:00
microproofs
67c072a1a9
test: add acceptance test 86
...
fix: prevent mutual recursion for expect type code gen functions
2023-07-04 12:24:25 -04:00
Pi Lanningham
12674c8c4c
Added description to changelog
...
Closes #610
2023-07-01 16:17:10 -04:00
rvcas
619b73d03e
feat: enhance new command
2023-06-23 19:40:11 -04:00
rvcas
d633129ddf
fix: clearer unused var warning closes #579
2023-06-23 19:04:54 -04:00
rvcas
697de40376
chore: update changelog
2023-06-23 18:41:58 -04:00
microproofs
8b3504e9a1
fix: `expect _ = ...` not including the cast from data logic if the type is data and right hand has a type annotation
2023-06-23 18:39:12 -04:00
microproofs
226556bdd6
fix: builtins using the incorrect data to type conversion when used as a function param.
2023-06-23 14:31:19 -04:00
microproofs
db369da96e
feat: Make traces produced by expect dependent on
...
the value of the tracing flag.
2023-06-23 14:03:23 -04:00
microproofs
dbfa08a5a7
fix: issue with tuple clause
...
It was not consuming the next case if there was no condition being checked in the clause.
Now it properly always consumes the next clause unless last clause.
2023-06-23 12:36:15 -04:00
microproofs
24f5c4de6b
fix: the final clause of a when expecting another clause afterwards in nested list cases.
...
fix: all elements were being destructured in tuple clauses even if not used
2023-06-19 21:43:38 -04:00
KtorZ
41b2bf1c7e
Fill-in CHANGELOG.
2023-06-17 17:21:43 +02:00
rvcas
bf09c155fc
chore: update changelog
2023-06-13 21:06:24 -04:00
rvcas
44e066f907
feat: add a panic hook, present issue link
2023-06-13 20:30:43 -04:00
microproofs
b79437f596
update changelog
2023-06-13 12:03:38 -04:00
rvcas
22d491bb88
chore: update changelog
2023-06-13 00:24:04 -04:00
microproofs
9fe4aab599
chore: changelog v1.0.8-alpha
2023-06-08 19:33:27 -04:00
KtorZ
919bf6f350
Complete CHANGELOG
...
Fixes #592
Fixes #578
2023-06-08 16:39:03 +02:00
microproofs
0c4e7ed9da
typo in changelog
2023-06-07 22:39:54 -04:00