aiken/crates/aiken-project/src
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
..
blueprint update tests for new trace reduction 2023-10-07 19:42:24 -04:00
deps Throttle calls to package registry for version resolution 2023-09-13 17:17:32 -04:00
github `aiken new`: Try to get the latest tag of stdlib 2023-08-16 22:30:15 -04:00
tests update tests for new trace reduction 2023-10-07 19:42:24 -04:00
config.rs Add compiler version & system information to panic error message 2023-10-06 14:46:11 +02:00
deps.rs Throttle calls to package registry for version resolution 2023-09-13 17:17:32 -04:00
docs.rs chore: clippy fix 2023-09-13 18:17:59 -04:00
error.rs Ensure that version resolution works offline 2023-09-13 17:17:32 -04:00
format.rs chore: bow to the clippy 2023-03-14 17:03:28 -04:00
lib.rs feat: support doc comments for functions args and validator params 2023-10-16 13:38:23 -04:00
module.rs feat: support doc comments for functions args and validator params 2023-10-16 13:38:23 -04:00
options.rs Make tracing configurable, when relevant. 2023-02-16 20:29:41 -05:00
package_name.rs Auto-derive 'Debug' trait instance for types in deps 2023-09-13 17:17:32 -04:00
paths.rs Throttle calls to package registry for version resolution 2023-09-13 17:17:32 -04:00
pretty.rs Add helper for splitting a long line into multiple lines. 2023-08-19 13:39:39 -04:00
script.rs feat(tests): implement a way to express that tests can fail 2023-05-25 16:54:53 -04:00
telemetry.rs Always check package status when version is not pinned 2023-09-13 17:17:32 -04:00