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.
1 parent 2b2db00 commit d343946Copy full SHA for d343946
1 file changed
CHANGELOG.md
@@ -114,6 +114,18 @@
114
dependencies every single time it is run.
115
([Giacomo Cavalieri](https://github.com/giacomocavalieri))
116
117
+- The build tool now produces a nicer error message when trying to add a
118
+ package's version that doesn't exist. For example, running `gleam add wisp@11`
119
+ will now produce:
120
+
121
+ ```txt
122
+ error: Dependency resolution failed
123
124
+ The package `wisp` has no versions in the range >= 11.0.0 and < 12.0.0.
125
+ ```
126
127
+ ([Giacomo Cavalieri](https://github.com/giacomocavalieri))
128
129
- The build tool will now suggest to create a module in the `dev` or `test`
130
directory, if that missing module is a dev module or a test module
131
respectively.
0 commit comments