You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(There are probably actually different underlying type inference problems involving let and recursion with a similar outcome, but multiple individual cases are often crammed into one issue, so distinction is hard)
(simple example) let declaration recursion directly into themselves with too many and too widely typed arguments https://github.com/elm/compiler
/issues/2184
The text was updated successfully, but these errors were encountered:
lue-bird
changed the title
type error on un-annotated declaration can lead to thread blocked indefinitely in an MVar operation
type error on un-annotated declaration involving record can lead to thread blocked indefinitely in an MVar operation
Aug 9, 2022
lue-bird
changed the title
type error on un-annotated declaration involving record can lead to thread blocked indefinitely in an MVar operation
type error on un-annotated declaration can lead to thread blocked indefinitely in an MVar operation
Aug 9, 2022
lue-bird
changed the title
type error on un-annotated declaration can lead to thread blocked indefinitely in an MVar operation
type error on certain un-annotated declaration → thread blocked indefinitely in an MVar operation
Aug 9, 2022
lue-bird
changed the title
type error on certain un-annotated declaration → thread blocked indefinitely in an MVar operation
type error on certain un-annotated declaration → compiler thread blocked indefinitely in an MVar operation
Aug 9, 2022
lue-bird
changed the title
type error on certain un-annotated declaration → compiler thread blocked indefinitely in an MVar operation
certain un-annotated declarations → compiler thread blocked indefinitely in an MVar operation
Aug 9, 2022
lue-bird
changed the title
certain un-annotated declarations → compiler thread blocked indefinitely in an MVar operation
certain un-annotated declarations with let → compiler thread blocked indefinitely in an MVar operation
Aug 9, 2022
lue-bird
changed the title
certain un-annotated declarations with let → compiler thread blocked indefinitely in an MVar operation
certain un-annotated declarations → compiler thread blocked indefinitely in an MVar operation
Aug 9, 2022
lue-bird
changed the title
certain un-annotated declarations → compiler thread blocked indefinitely in an MVar operation
certain un-annotated declarations or incorrect let annotation → compiler thread blocked indefinitely in an MVar operation
Sep 27, 2024
(There are probably actually different underlying type inference problems involving
let
and recursion with a similar outcome, but multiple individual cases are often crammed into one issue, so distinction is hard)let
Compiler crash (thread blocked indefinitely in an MVar operation) instead of type error elm/compiler#2206let
Compiler crash (index out of bounds) elm/compiler#1890let
Compiler gives an error on destructuring a non existent record field elm/compiler#1748let
Rigid variables in internal annotations need top-level annotation elm/compiler#1839let
Compiler crash on generic comparable tuples in let-bindings elm/compiler#1793let
Compiler panic when unifying inner skolem with an outer unification variable elm/compiler#2301let
Compiler bug [rank = 1] elm/compiler#2013let
Incorrect type signature causing [rank = 1] error elm/compiler#1974let
"index out of bounds" based on alphabetical order in let expression elm/compiler#1975let
Compiler bug [ rank = 2 ] and [ rank = 3 ] elm/compiler#2014let
Compiler Bug: Pathological example elm/compiler#2338let
Rank compiler bug with parametric types elm/compiler#2001let
result type incorrect Thread blocked indefinitely in an MVar operation with incorrect function signature within let elm/compiler#2100let
and phantom types Error called at Type/Solve.hs:206:15 -- thread blocked indefinitely in an MVar operation -- caused by type signature with type variable with wrapped phantom types elm/compiler#2185let
declaration recursion directly into themselves with too many and too widely typed arguments https://github.com/elm/compiler/issues/2184
let
in un-annotated declaration Type annotation crashes the compiler elm/compiler#2296let
thread blocked indefinitely in an MVar operation elm/compiler#2146let
and records Compiler error: index out of bound (3,3) somewhere in Data/Vector/Generic/Mutable.hs elm/compiler#2148The text was updated successfully, but these errors were encountered: