diff --git a/_releases/2023-10-09-1.10.0-released.md b/_releases/2023-10-09-1.10.0-released.md index f707b573..e0b33e1c 100644 --- a/_releases/2023-10-09-1.10.0-released.md +++ b/_releases/2023-10-09-1.10.0-released.md @@ -61,7 +61,7 @@ ary.each do |(x, *y, z)| end ``` -### Breaking: `crystal spec` exists with failure when focused +### Breaking: `crystal spec` exits with failure when focused If the spec suite has any examples with `focus: true`, the spec process will always exit with a failure code. Even if all executed specs succeed. @@ -76,8 +76,7 @@ Two new compiler tools are available for analyzing the program source. source trees or debugging issues with require order. For instance, if we have a file `two_features.cr` requiring `feature1.cr` and - `feature2.cr`, and each of these in turn require `common.cr`, and this last - one requires stdlib's `big` package. + `feature2.cr`, and each of these in turn require `common.cr`: ```console $ crystal tool dependencies two_features.cr