Skip to content

Commit

Permalink
Fixup 1.10.0 release post (#505)
Browse files Browse the repository at this point in the history
  • Loading branch information
straight-shoota authored Oct 10, 2023
1 parent 4d25a53 commit f851678
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions _releases/2023-10-09-1.10.0-released.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Expand Down

0 comments on commit f851678

Please sign in to comment.