Skip to content

Commit

Permalink
Merge pull request #28 from samuelgiles/release-1-9-2
Browse files Browse the repository at this point in the history
Release 1.9.2
  • Loading branch information
samuelgiles authored Mar 24, 2023
2 parents 21ec911 + 5e85115 commit ef724dd
Show file tree
Hide file tree
Showing 55 changed files with 10 additions and 133,547 deletions.
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

0 comments on commit ef724dd

Please sign in to comment.