Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixup 1.10.0 release post #505

Merged
merged 1 commit into from
Oct 10, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading