File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 27
27
* [ Kernel] Now verify the type of the binary generators
28
28
* [ Kernel] Track the type of tuples in patterns and inside ` elem/2 `
29
29
* [ List] Add ` List.ends_with?/2 `
30
- * [ Macro] Improve ` dbg ` handling of ` if/2 ` and of code blocks
30
+ * [ Macro] Improve ` dbg ` handling of ` if/2 ` , ` with/1 ` and of code blocks
31
31
* [ Process] Handle arbitrarily high integer values in ` Process.sleep/1 `
32
32
* [ String] Inspect special whitespace and zero-width characters using their Unicode representation
33
33
Original file line number Diff line number Diff line change @@ -2731,7 +2731,7 @@ defmodule Macro do
2731
2731
end )
2732
2732
2733
2733
error_clause =
2734
- quote do
2734
+ quote generated: true do
2735
2735
{ other , _acc } -> raise WithClauseError , term: other
2736
2736
end
2737
2737
You can’t perform that action at this time.
0 commit comments