-
Notifications
You must be signed in to change notification settings - Fork 93
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
steep check
fails with no messages
#158
Comments
I have the same issue in a small/medium rails app. Versions:
What I did:
If I generate my types and they're in I get similar logs with --verbose
Our app is too big to try and create a minimal reproduction. Edit: Things do not work with rbs_rails signature files from master. They do use a different (but valid) syntax. |
Unfortunately, this issue seems to be occurred again. I updated my example repository to use Steep master. |
I might be wrong... It may be another problem. I'll try to investigate. |
Versions
Concrete example
https://github.com/tadd/exp-steep-net-http (including
--verbose
log files)Details
I wrote a signature
net-http.rbs
:And an implementation
app.rb
:Then, I executed a command
bundle exec steep check app.rb
butsteep
command failed without any outputs.It runs well if I commented out the
Net::HTTP.start
line.I tried the
--verbose
option in each run. The output message slightly differed.I doubt this is an internal bug of Steep.
The text was updated successfully, but these errors were encountered: