1
1
mirror of https://github.com/anoma/juvix.git synced 2024-12-15 01:52:11 +03:00
juvix/app/Commands
Paul Cadman 785f02ddc9
Use a versioned documentation link in the doctor output (#2475)
Previously the doctor help links would point to the Juvix documentation
dev URLs.

Now the doctor help links point to the version of the documentation
corresponding to the compiler version.

```
$ juvix doctor
> Checking for clang...
> Checking clang version...
> Checking for wasm-ld...
> Checking that clang supports wasm32...
> Checking that clang supports wasm32-wasi...
> Checking that WASI_SYSROOT_PATH is set...
  ! Environment variable WASI_SYSROOT_PATH is missing
  ! https://docs.juvix.org/0.5.2/reference/tooling/doctor/#environment-variable-wasi_sysroot_path-is-not-set
> Checking for wasmer...
> Checking latest Juvix release on Github...
```

Spotted by @agureev
2023-10-26 11:51:48 +01:00
..
Compile Add FileExt type (#2467) 2023-10-25 12:02:12 +02:00
Dependencies Add juvix dependencies update command (#2419) 2023-10-03 18:09:13 +02:00
Dev Use system locale independent readFile and writeFile APIs from with-utf8 (#2473) 2023-10-26 09:13:33 +01:00
Doctor Global offline flag (#2335) 2023-09-05 17:11:17 +02:00
Eval Add FileExt type (#2467) 2023-10-25 12:02:12 +02:00
Extra Add FileExt type (#2467) 2023-10-25 12:02:12 +02:00
Format Add FileExt type (#2467) 2023-10-25 12:02:12 +02:00
Html Add FileExt type (#2467) 2023-10-25 12:02:12 +02:00
Repl Add FileExt type (#2467) 2023-10-25 12:02:12 +02:00
Typecheck Add FileExt type (#2467) 2023-10-25 12:02:12 +02:00
Base.hs Refactor CLI (#1527) 2022-09-14 16:16:15 +02:00
Clean.hs Update ci to use ormolu 0.5.3.0 and reformat project (#2313) 2023-08-25 17:37:23 +01:00
Compile.hs Add main field to juvix.yaml (#2120) 2023-05-24 15:42:20 +02:00
Dependencies.hs Add juvix dependencies update command (#2419) 2023-10-03 18:09:13 +02:00
Dev.hs Add juvix dev repl command (#1941) 2023-03-31 00:57:44 +02:00
Doctor.hs Use a versioned documentation link in the doctor output (#2475) 2023-10-26 11:51:48 +01:00
Eval.hs Fix 'function not found' error in juvix eval (#2178) 2023-06-06 13:26:43 +02:00
Format.hs Update ci to use ormolu 0.5.3.0 and reformat project (#2313) 2023-08-25 17:37:23 +01:00
Html.hs Add new flags to the Html backend (#2447) 2023-10-23 16:22:04 +02:00
Init.hs Add package lockfile support (#2388) 2023-10-02 17:51:14 +02:00
Repl.hs Use JuvixError instead of Text for errors in Package file loading (#2459) 2023-10-23 19:01:36 +01:00
Typecheck.hs Update ci to use ormolu 0.5.3.0 and reformat project (#2313) 2023-08-25 17:37:23 +01:00