rvcas
3055fc5be1
chore: update changelog
2025-03-02 22:20:18 -05:00
rvcas
ee4655328d
chore: update changelog
2025-03-02 22:20:18 -05:00
KtorZ
eadbc60a72
Fill-in changelog.
...
Signed-off-by: KtorZ <matthias.benkort@gmail.com>
2025-03-02 13:31:04 +01:00
rvcas
b9ef61e8e1
chore: changelog was messed up
2025-02-26 10:16:00 -05:00
KtorZ
3c8bc7ebb6
Also suggest qualified imports as quickfix when relevant.
...
Signed-off-by: KtorZ <matthias.benkort@gmail.com>
2025-02-22 19:14:37 +01:00
KtorZ
9f24a5c577
Fix wrong use of 'UnknownVariable' instead of 'UnknownTypeConstructor'
...
While the feedback for human users is mostly the same, it does in fact
matter for the LSP since the quickfix will be different depending on
whether we look for a top-level identifier or if we look for a
constructor.
The typical case we see in the stdlib is the `VerificationKey` and
`Script` constructors for `Credential`, often being mixed with
their types counterparts in aiken/crypto!
Signed-off-by: KtorZ <matthias.benkort@gmail.com>
2025-02-22 19:14:37 +01:00
rvcas
62a4901252
chore: update changelog
2025-02-21 15:28:51 -05:00
rvcas
e589c46905
chore: update changelog
2025-02-21 15:28:51 -05:00
Pi Lanningham
725c6a67aa
Changelog entry
2025-02-21 14:53:41 -05:00
Pi Lanningham
2971d82ff3
Update the changelog
2025-02-18 15:22:19 -05:00
Pi Lanningham
cc729a70ca
Add changelog entry
2025-02-17 19:58:26 -05:00
KtorZ
172f7e1e01
Fill-in CHANGELOG for #1074 .
...
Signed-off-by: KtorZ <5680256+KtorZ@users.noreply.github.com>
2025-02-11 14:20:02 +01:00
KtorZ
3c2b631813
Add 'Collecting' step to 'check' command output + warning for suspicious test filter
...
Fixes #1092 .
Signed-off-by: KtorZ <5680256+KtorZ@users.noreply.github.com>
2025-02-11 14:17:28 +01:00
KtorZ
451179fd49
Update CHANGELOG w.r.t benchmarks
...
Signed-off-by: KtorZ <5680256+KtorZ@users.noreply.github.com>
2025-02-09 16:28:42 +01:00
KtorZ
d87e7f808f
remove duplicate entry in CHANGELOG
...
likely due to an wrong merge conflict resolution.
Signed-off-by: KtorZ <5680256+KtorZ@users.noreply.github.com>
2025-02-09 16:18:01 +01:00
KtorZ
774a249cd6
Fill-in CHANGELOG.
...
Signed-off-by: KtorZ <5680256+KtorZ@users.noreply.github.com>
2025-02-08 15:00:18 +01:00
Riley-Kilgore
cb69325af5
Move 'benchmarking' over to the left
2025-01-22 15:23:17 -08:00
Riley-Kilgore
5781d9d202
Fix changelog
2025-01-22 15:23:17 -08:00
Riley-Kilgore
d8a235732b
Update aiken-project toml to remove csv; update changelog
2025-01-22 15:23:17 -08:00
KtorZ
96a583c3ac
Fill-in CHANGELOG w.r.t #1084
2025-01-22 18:07:57 -05:00
microproofs
07b0d807df
Update Changelog for 1.1.10
2025-01-21 23:46:24 +07:00
microproofs
e08476b8bb
Update Changelog
2025-01-21 11:26:15 +07:00
KtorZ
620fe6b299
Preserve holes discard names in function captures
...
Fixes #1080
2025-01-02 12:57:32 +01:00
rvcas
5f8b252783
fix: adjust comment formatting in pipelines closes #985
2024-12-30 22:33:13 -05:00
rvcas
9385f637f9
feat: export now supports return type closes #968
2024-12-25 23:34:06 -05:00
rvcas
3e2ca757cd
fix: remove unwrap which is causing panics closes #1073
2024-12-25 23:14:18 -05:00
rvcas
c1871768f8
feat: remove plutus v1,v2 from aiken.toml closes #1032
2024-12-25 22:52:08 -05:00
KtorZ
3355b477e2
fix date on CHANGELOG for v1.1.9
2024-12-13 17:04:43 +01:00
KtorZ
b1977214ca
disable katex conversion on non-windows builds.
...
I am not going to spend time figuring out how to get katex working on Windows. If someone wants, feel free.
2024-12-13 16:43:30 +01:00
KtorZ
67bf64967b
rename 'constr_{fields,index}' to 'unconstr_{field,index}'
...
Better match the conventions so far used across the existing builtins.
2024-12-13 15:18:20 +01:00
KtorZ
977e24c725
Fill-in CHANGELOG for 1.1.8
2024-12-13 13:48:21 +01:00
microproofs
27dab4a5e5
Update changelog for 1.1.8
2024-12-13 14:22:39 +07:00
KtorZ
96b864f655
Include @waalge & @jinglescode contributions in the CHANGELOG.
2024-12-07 13:49:05 +01:00
KtorZ
a9675fedc6
Fix deserialization of SerializedProgram into wrong Plutus version wrappers.
2024-12-03 22:22:11 +01:00
KtorZ
66e39898a1
Fix release date in CHANGELOG.
2024-11-19 15:54:24 +01:00
KtorZ
e12d7e807d
Move JSON-schema help for check behind dedicated flag
...
1. A new option `show_json_schema` which, when enabled, will print the JSON schema of the command output if the target isn't an ANSI-capable terminal.
2. Some modifications to the help message and error handling for the new option `show_json_schema`.
This is now done to avoid flooding the help screen with an entire
JSON schema. Plus, it makes the schema more easily exportable as an
actual JSON schema.
2024-11-19 15:48:39 +01:00
KtorZ
b5047d623a
Update to pallas=0.31.0
2024-11-19 14:53:36 +01:00
KtorZ
c740e4639f
Update CHANGELOG
2024-11-19 13:20:24 +01:00
microproofs
dc38186f33
Update changelog for 1.1.6
2024-11-13 15:17:39 -05:00
KtorZ
5960065a03
Fix validator selection for apply, address and policy command
...
Before this commit, we would require those target a specific handler,
whereas they are in fact global to the entire validator.
So now, we recover the behaviour from before where we default to the
only available validator when there's no ambiguity.
Note that this also solves the need for repeatedly applying parameters
to each handler of a parameterized validator. The command now
rightfully apply parameters to each corresponding handler.
2024-11-13 19:36:30 +01:00
KtorZ
a51f7285c1
Make blueprint files configurable in and out
...
Closes #1055 .
2024-11-13 18:15:09 +01:00
KtorZ
51a8ddcc0b
Document test output JSON schema through '--help'
...
The help manual is getting a bit large, but fortunately, we can resort
to a simpler/more compact version using `-h`.
2024-11-13 14:59:20 +01:00
KtorZ
2489e0fdd0
Fix aiken docs constant generation
...
Fixes #1048 .
2024-10-29 14:15:31 +01:00
KtorZ
2b7ca0e4a1
Avoid unsafe unwrap of line_numbers, gracefully handle non-existing matches
...
Fixes #1044 .
2024-10-25 11:37:50 +02:00
KtorZ
e97fe332b1
Rename --filter_traces to --trace_filter
...
It has somehow always annoyed me that we have --trace_level (with 'trace' first) and --filter_traces (with traces, plural and last). Given that these two options are almost always used together, the inconsistency is frustrating.
2024-10-25 11:08:05 +02:00
Riley-Kilgore
ab39eb82ce
Updated changelog again, forgot to put my name
2024-10-24 14:31:48 -07:00
Riley-Kilgore
413932d86b
Updated Changelog
2024-10-24 11:47:34 -07:00
microproofs
3e076dd895
Update changelog for 1.1.5
2024-10-19 13:44:22 -04:00
KtorZ
b3e6c3ab6b
Fill-in CHANGELOG.
2024-10-19 11:04:18 +02:00
KtorZ
4b95db4f88
Fix data-type reification from Void
2024-10-19 10:50:44 +02:00