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

Release 1.9.2 #28

Merged
merged 2 commits into from
Mar 24, 2023
Merged
Show file tree
Hide file tree
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
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# Changelog

## Unreleased
## 1.9.2

- Rubocop offenses resolved
- Sorbet signatures added to `RSpec::Sorbet::Doubles`
- Added `RSpec::Sorbet.reset!` to restore handlers to previous state
- Added fix to prevent `SystemStackError` by keeping track of when handlers have been configured. (thanks [@alex-tan](https://github.com/alex-tan))
- Added logic to pass type error onwards to existing inline type error handler.
- Slimmed down Gem RBIs to minimum needed for `srb tc` to pass in development.

## 1.9.1

Expand Down
6 changes: 6 additions & 0 deletions bin/rbi
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/usr/bin/env bash
set -euo pipefail
IFS=$'\n\t'
set -vx

bin/tapioca gems rspec-core rspec-expectations rspec-github rspec-support rspec
2 changes: 1 addition & 1 deletion lib/rspec/sorbet/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@

module RSpec
module Sorbet
VERSION = "1.9.1"
VERSION = "1.9.2"
end
end
54 changes: 0 additions & 54 deletions sorbet/rbi/gems/[email protected]

This file was deleted.

8 changes: 0 additions & 8 deletions sorbet/rbi/gems/[email protected]

This file was deleted.

Loading