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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,13 +6,15 @@ TODO.
6
6
7
7
* Type inference of patterns (typing inference of guards will be part of an upcoming release)
8
8
9
-
*[Support for tuples and lists as composite types](https://elixir-lang.org/blog/2024/08/28/typing-lists-and-tuples/) as well as type checking of their basic operations
10
-
11
-
* Type checking of all language constructs, except `for`, `with`, and closures
9
+
* Type checking of all language constructs, including local and remote calls, except `for`, `with`, and closures
12
10
13
11
* Type checking of all `Kernel` and conversion functions inlined by the compiler
14
12
15
-
* Detection of clauses and patterns that never match
13
+
*[Support for tuples and lists as composite types](https://elixir-lang.org/blog/2024/08/28/typing-lists-and-tuples/) as well as type checking of their basic operations
14
+
15
+
* Detection of clauses and patterns that will never match from `case`, `cond`, and `=`
16
+
17
+
* Detection of unused clauses from private functions
0 commit comments