-
Notifications
You must be signed in to change notification settings - Fork 13
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
I just installed Gradient and running it fails. Any suggestions to make this work?
❯ mix gradient
===> Analyzing applications...
===> Compiling gradualizer
src/gradualizer.erl:45: Warning: opaque type top() is underspecified and therefore meaningless
src/typechecker.erl:3234: Warning: function type_check_cons_in/4 is unused
src/typechecker.erl:3247: Warning: function type_check_cons_union/4 is unused
src/typechecker.erl:4612: Warning: function verbose/3 is unused
src/typechecker.erl:4870: Warning: function gen_partition/3 is unused
src/typechecker.erl:4872: Warning: function paux/3 is unused
==> gradient
Compiling 14 files (.ex)
Generated gradient app
==> ido
Generated ido app
Typechecking files...
** (MatchError) no match of right hand side value: :error
(gradient 0.1.0) lib/gradient/ast_specifier.ex:194: Gradient.AstSpecifier.mapper/3
(gradient 0.1.0) lib/gradient/ast_specifier.ex:122: Gradient.AstSpecifier.context_mapper_fold/4
(gradient 0.1.0) lib/gradient/ast_specifier.ex:148: Gradient.AstSpecifier.mapper/3
(gradient 0.1.0) lib/gradient/ast_specifier.ex:122: Gradient.AstSpecifier.context_mapper_fold/4
(gradient 0.1.0) lib/gradient/ast_specifier.ex:123: Gradient.AstSpecifier.context_mapper_fold/4
(gradient 0.1.0) lib/gradient/ast_specifier.ex:93: Gradient.AstSpecifier.run_mappers/2
(gradient 0.1.0) lib/gradient.ex:26: Gradient.type_check_file/2
(elixir 1.13.1) lib/enum.ex:1593: Enum."-map/2-lists^map/1-0-"/2
(elixir 1.13.1) lib/enum.ex:1593: Enum."-map/2-lists^map/1-0-"/2
(elixir 1.13.1) lib/enum.ex:1597: anonymous fn/3 in Enum.map/2
(stdlib 3.13.2) maps.erl:233: :maps.fold_1/3
(elixir 1.13.1) lib/enum.ex:2408: Enum.map/2
(gradient 0.1.0) lib/mix/tasks/gradient.ex:20: Mix.Tasks.Gradient.run/1
(mix 1.13.1) lib/mix/task.ex:397: anonymous fn/3 in Mix.Task.run_task/3
(mix 1.13.1) lib/mix/cli.ex:84: Mix.CLI.run_task/2
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working