aiken/crates
rvcas e5801f9c19
feat: support doc comments for functions args and validator params
- Add support to the formatter for these doc comments
- Add a new field to `Arg` `doc: Option<String>`
- Don't attach docs immediately after typechecking a module
  - instead we should do it on demand in docs, build, and lsp
  - the check command doesn't need to have any docs attached
  - doing it more lazily defers the computation until later making
    typechecking feedback a bit faster
- Add support for function arg and validator param docs in
  `attach_module_docs` methods
- Update some snapshots
- Add put_doc to Arg

closes #685
2023-10-16 13:38:23 -04:00
..
aiken Add compiler version & system information to panic error message 2023-10-06 14:46:11 +02:00
aiken-lang feat: support doc comments for functions args and validator params 2023-10-16 13:38:23 -04:00
aiken-lsp feat: support doc comments for functions args and validator params 2023-10-16 13:38:23 -04:00
aiken-project feat: support doc comments for functions args and validator params 2023-10-16 13:38:23 -04:00
flat-rs chore: Release 2023-09-29 22:08:09 -04:00
uplc fix: mixed up operators for ConstAboveDiagonal and ConstBelowDiagonal 2023-10-13 11:40:07 -04:00