We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 22aacd6 + 48a5123 commit fc55abdCopy full SHA for fc55abd
CHANGELOG.md
@@ -105,6 +105,9 @@
105
([Carl Bordum Hansen](https://github.com/carlbordum)) and
106
([Giacomo Cavalieri](https://github.com/giacomocavalieri))
107
108
+- A warning is now emitted when the now deprecated `_ as x` pattern is used.
109
+ ([eutampieri](https://github.com/eutampieri))
110
+
111
### Build tool
112
113
- `gleam update`, `gleam deps update`, and `gleam deps download` will now print
@@ -127,6 +130,9 @@
127
130
128
131
### Formatter
129
132
133
+- Implememted rewrite of `_ as x` patterns to `x`.
134
135
136
### Bug fixes
137
138
- Fixed a bug where the language server would not show type-related code action
0 commit comments