···11----
22-source: compiler-core/src/error/tests.rs
33-expression: "err[0].text"
44----
55-The program `bun` was not found. Is it installed?
66-77-Documentation for installing Bun can be viewed here:
88-https://bun.sh/docs/installation/
···11----
22-source: compiler-core/src/error/tests.rs
33-expression: "err[0].text"
44----
55-The program `bun` was not found. Is it installed?
66-77-Documentation for installing Bun can be viewed here:
88-https://bun.sh/docs/installation/
···11----
22-source: compiler-core/src/error/tests.rs
33-expression: "err[0].text"
44----
55-The program `bun` was not found. Is it installed?
66-77-You can install Bun via homebrew: brew install oven-sh/bun/bun
88-99-Documentation for installing Bun can be viewed here:
1010-https://bun.sh/docs/installation/
···11----
22-source: compiler-core/src/error/tests.rs
33-expression: "err[0].text"
44----
55-The program `deno` was not found. Is it installed?
66-77-Documentation for installing Deno can be viewed here:
88-https://docs.deno.com/runtime/getting_started/installation/
···11----
22-source: compiler-core/src/error/tests.rs
33-expression: "err[0].text"
44----
55-The program `deno` was not found. Is it installed?
66-77-Documentation for installing Deno can be viewed here:
88-https://docs.deno.com/runtime/getting_started/installation/
···11----
22-source: compiler-core/src/error/tests.rs
33-expression: "err[0].text"
44----
55-The program `deno` was not found. Is it installed?
66-77-You can install Deno via homebrew: brew install deno
88-99-Documentation for installing Deno can be viewed here:
1010-https://docs.deno.com/runtime/getting_started/installation/
···11----
22-source: compiler-core/src/error/tests.rs
33-expression: "err[0].text"
44----
55-The program `elixir` was not found. Is it installed?
66-77-Documentation for installing Elixir can be viewed here:
88-https://elixir-lang.org/install.html
···11----
22-source: compiler-core/src/error/tests.rs
33-expression: "err[0].text"
44----
55-The program `elixir` was not found. Is it installed?
66-77-You can install Elixir via apt: sudo apt install elixir
88-99-Documentation for installing Elixir can be viewed here:
1010-https://elixir-lang.org/install.html
···11----
22-source: compiler-core/src/error/tests.rs
33-expression: "err[0].text"
44----
55-The program `elixir` was not found. Is it installed?
66-77-You can install Elixir via homebrew: brew install elixir
88-99-Documentation for installing Elixir can be viewed here:
1010-https://elixir-lang.org/install.html
···11----
22-source: compiler-core/src/error/tests.rs
33-expression: "err[0].text"
44----
55-The program `erlc` was not found. Is it installed?
66-77-Documentation for installing Erlang can be viewed here:
88-https://gleam.run/getting-started/installing/
···11----
22-source: compiler-core/src/error/tests.rs
33-expression: "err[0].text"
44----
55-The program `erlc` was not found. Is it installed?
66-77-Documentation for installing Erlang can be viewed here:
88-https://gleam.run/getting-started/installing/
···11----
22-source: compiler-core/src/error/tests.rs
33-expression: "err[0].text"
44----
55-The program `git` was not found. Is it installed?
66-77-Documentation for installing Git can be viewed here:
88-https://git-scm.com/book/en/v2/Getting-Started-Installing-Git
···11----
22-source: compiler-core/src/error/tests.rs
33-expression: "err[0].text"
44----
55-The program `git` was not found. Is it installed?
66-77-You can install Git via apt: sudo apt install git
88-99-Documentation for installing Git can be viewed here:
1010-https://git-scm.com/book/en/v2/Getting-Started-Installing-Git
···11----
22-source: compiler-core/src/error/tests.rs
33-expression: "err[0].text"
44----
55-The program `git` was not found. Is it installed?
66-77-You can install Git via homebrew: brew install git
88-99-Documentation for installing Git can be viewed here:
1010-https://git-scm.com/book/en/v2/Getting-Started-Installing-Git
···11----
22-source: compiler-core/src/error/tests.rs
33-expression: "err[0].text"
44----
55-The program `node` was not found. Is it installed?
66-77-Documentation for installing Node.js via package manager can be viewed here:
88-https://nodejs.org/en/download/package-manager/all/
···11----
22-source: compiler-core/src/error/tests.rs
33-expression: "err[0].text"
44----
55-The program `node` was not found. Is it installed?
66-77-Documentation for installing Node.js via package manager can be viewed here:
88-https://nodejs.org/en/download/package-manager/all/
···11----
22-source: compiler-core/src/error/tests.rs
33-expression: "err[0].text"
44----
55-The program `node` was not found. Is it installed?
66-77-You can install Node.js via homebrew: brew install node
88-99-Documentation for installing Node.js via package manager can be viewed here:
1010-https://nodejs.org/en/download/package-manager/all/
···11----
22-source: compiler-core/src/error/tests.rs
33-expression: "err[0].text"
44----
55-The program `rebar3` was not found. Is it installed?
66-77-Documentation for installing Rebar3 can be viewed here:
88-https://rebar3.org/docs/getting-started/
···11----
22-source: compiler-core/src/error/tests.rs
33-expression: "err[0].text"
44----
55-The program `rebar3` was not found. Is it installed?
66-77-Documentation for installing Rebar3 can be viewed here:
88-https://rebar3.org/docs/getting-started/
···11----
22-source: compiler-core/src/error/tests.rs
33-expression: "err[0].text"
44----
55-The program `rebar3` was not found. Is it installed?
66-77-You can install Rebar3 via homebrew: brew install rebar3
88-99-Documentation for installing Rebar3 can be viewed here:
1010-https://rebar3.org/docs/getting-started/
···11---
22source: compiler-core/src/language_server/tests/action.rs
33-expression: "pub type Auth {\n Verified(String)\n Unverified\n}\n\npub fn main() {\n let u = Verified(\"User\")\n let v = verify(something, u)\n\n v\n}\n"
33+expression: "pub type Auth {\n Verified(String)\n Unverified\n}\n\npub fn main() {\n let u = Verified(\"User\")\n let v = verify(something, u)\n\n v\n}"
44---
55----- BEFORE ACTION
66pub type Auth {
···11----
22-source: compiler-core/src/type_/tests/warnings.rs
33-expression: "\npub fn go(x) {\n assert x == 2\n}\n"
44----
55------ SOURCE CODE
66-77-pub fn go(x) {
88- assert x == 2
99-}
1010-1111-1212------ WARNING
1313-warning: Incompatible gleam version range
1414- ┌─ /src/warning/wrn.gleam:3:3
1515- │
1616-3 │ assert x == 2
1717- │ ^^^^^^^^^^^^^ This requires a Gleam version >= 1.11.0
1818-1919-The bool `assert` statement was introduced in version v1.11.0. But the
2020-Gleam version range specified in your `gleam.toml` would allow this code to
2121-run on an earlier version like v1.0.0, resulting in compilation errors!
2222-Hint: Remove the version constraint from your `gleam.toml` or update it to be:
2323-2424- gleam = ">= 1.11.0"