We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
$ cat ruby.rb; steep check proc{yield}.() do #: nil end # Type checking files: 2024-12-08 18:03:29.947: FATAL: [Steep 1.9.0] [typecheck:typecheck@3] [background] Unexpected error: #<NoMethodError: undefined method `line' for nil> 2024-12-08 18:03:29.947: ERROR: [Steep 1.9.0] [typecheck:typecheck@3] [background] /usr/local/lib/ruby/gems/3.3.0/gems/steep-1.9.0/lib/steep/source.rb:640:in `sendish_node?' 2024-12-08 18:03:29.947: ERROR: [Steep 1.9.0] [typecheck:typecheck@3] [background] /usr/local/lib/ruby/gems/3.3.0/gems/steep-1.9.0/lib/steep/source.rb:527:in `insert_type_node' 2024-12-08 18:03:29.947: ERROR: [Steep 1.9.0] [typecheck:typecheck@3] [background] /usr/local/lib/ruby/gems/3.3.0/gems/steep-1.9.0/lib/steep/source.rb:85:in `parse' 2024-12-08 18:03:29.947: ERROR: [Steep 1.9.0] [typecheck:typecheck@3] [background] /usr/local/lib/ruby/gems/3.3.0/gems/steep-1.9.0/lib/steep/services/type_check_service.rb:284:in `block in type_check_file' …
The text was updated successfully, but these errors were encountered:
Fix Source.parse crashes with selector-less sendish node
d46d141
`Steep::Source.parse` crashes if the target code contains selector-less sendish node having annotation comment inside its block. Close soutaro#1395
Successfully merging a pull request may close this issue.
The text was updated successfully, but these errors were encountered: