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
When I have multiple keyword arguments with no default, solargraph typecheck --level=strict gives a false positive:
solargraph typecheck --level=strict
broz@bigbookpro:~/src/repro-project$ cat > repro.rb # @param i [Integer] # @param s [Integer] def foo(a:, b:) end foo(a: 123, b: 456) broz@bigbookpro:~/src/repro-project$
solargraph typecheck --level=strict repro.rb gives the error:
solargraph typecheck --level=strict repro.rb
/Users/broz/src/repro-project/repro.rb:7 - Call to #foo is missing keyword argument bCall to #foo is missing keyword argument b
This is surprising, as I am providing that argument:
foo(a: 123, b: 456)
broz@bigbookpro:~/src/repro-project$ solargraph typecheck --level=strict repro.rb [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Top top [WARN] Unrecognized RBS type: RBS::Types::Bases::Top top [WARN] Unrecognized RBS type: RBS::Types::Bases::Top top [WARN] Unrecognized RBS type: RBS::Types::Bases::Top top [WARN] Unrecognized RBS type: RBS::Types::Bases::Top top [WARN] Unrecognized RBS type: RBS::Types::Bases::Top top [WARN] Unrecognized RBS type: RBS::Types::Bases::Top top [WARN] Unrecognized RBS type: RBS::Types::Bases::Top top [WARN] Unrecognized RBS type: RBS::Types::Bases::Top top [WARN] Unrecognized RBS type: RBS::Types::Bases::Top top [WARN] Unrecognized RBS type: RBS::Types::Bases::Top top [WARN] Unrecognized RBS type: RBS::Types::Bases::Top top [WARN] Unrecognized RBS type: RBS::Types::Bases::Top top [WARN] Unrecognized RBS type: RBS::Types::Bases::Top top [WARN] Unrecognized RBS type: RBS::Types::Bases::Top top [WARN] Unrecognized RBS type: RBS::Types::Bases::Top top [WARN] Unrecognized RBS type: RBS::Types::Bases::Top top [WARN] Unrecognized RBS type: RBS::Types::Bases::Top top [WARN] Unrecognized RBS type: RBS::Types::Bases::Instance instance [WARN] Unrecognized RBS type: RBS::Types::Bases::Instance instance [WARN] Unrecognized RBS type: RBS::Types::Bases::Top top [WARN] Unrecognized RBS type: RBS::Types::Bases::Top top [WARN] Unrecognized RBS type: RBS::Types::Bases::Top top [WARN] Unrecognized RBS type: RBS::Types::Bases::Top top [WARN] Unrecognized RBS type: RBS::Types::Bases::Top top [WARN] Unrecognized RBS type: RBS::Types::Bases::Top top [WARN] Unrecognized RBS type: RBS::Types::Bases::Top top [WARN] Unrecognized RBS type: RBS::Types::Proc ^(K) -> V? [WARN] Unrecognized RBS type: RBS::Types::Proc ^(K) -> V? [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Top top [WARN] Unrecognized RBS type: RBS::Types::Bases::Top top [WARN] Unrecognized RBS type: RBS::Types::Bases::Top top [WARN] Unrecognized RBS type: RBS::Types::Bases::Top top [WARN] Unrecognized RBS type: RBS::Types::Intersection X & ::io [WARN] Unrecognized RBS type: RBS::Types::Intersection X & ::io [WARN] Unrecognized RBS type: RBS::Types::Bases::Instance instance [WARN] Unrecognized RBS type: RBS::Types::Bases::Instance instance [WARN] Unrecognized RBS type: RBS::Types::Bases::Instance instance [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Proc ^(untyped) -> A [WARN] Unrecognized RBS type: RBS::Types::Proc ^(::Integer id) -> void [WARN] Unrecognized RBS type: RBS::Types::Bases::Top top [WARN] Unrecognized RBS type: RBS::Types::Bases::Top top [WARN] Unrecognized RBS type: RBS::Types::Bases::Top top [WARN] Unrecognized RBS type: RBS::Types::Bases::Top top [WARN] Unrecognized RBS type: RBS::Types::Bases::Top top [WARN] Unrecognized RBS type: RBS::Types::Bases::Top top [WARN] Unrecognized RBS type: RBS::Types::Bases::Top top [WARN] Unrecognized RBS type: RBS::Types::Bases::Top top [WARN] Unrecognized RBS type: RBS::Types::Bases::Instance instance [WARN] Unrecognized RBS type: RBS::Types::Bases::Instance instance [WARN] Unrecognized RBS type: RBS::Types::Bases::Instance instance [WARN] Unrecognized RBS type: RBS::Types::Bases::Instance instance [WARN] Unrecognized RBS type: RBS::Types::Bases::Instance instance [WARN] Unrecognized RBS type: RBS::Types::Bases::Instance instance [WARN] Unrecognized RBS type: RBS::Types::Bases::Instance instance [WARN] Unrecognized RBS type: RBS::Types::Bases::Instance instance [WARN] Unrecognized RBS type: RBS::Types::Bases::Instance instance [WARN] Unrecognized RBS type: RBS::Types::Bases::Instance instance [WARN] Unrecognized RBS type: RBS::Types::Bases::Instance instance [WARN] Unrecognized RBS type: RBS::Types::Bases::Instance instance [WARN] Unrecognized RBS type: RBS::Types::Bases::Instance instance [WARN] Unrecognized RBS type: RBS::Types::Bases::Instance instance /Users/broz/src/repro-project/repro.rb:7 - Call to #foo is missing keyword argument bCall to #foo is missing keyword argument b 1 problem found. broz@bigbookpro:~/src/repro-project$ solargraph typecheck repro.rb 0 problems found. broz@bigbookpro:~/src/repro-project$ solargraph --version 0.49.0 broz@bigbookpro:~/src/repro-project$
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I have multiple keyword arguments with no default,
solargraph typecheck --level=strict
gives a false positive:solargraph typecheck --level=strict repro.rb
gives the error:This is surprising, as I am providing that argument:
Full repro session
broz@bigbookpro:~/src/repro-project$ solargraph typecheck --level=strict repro.rb [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Top top [WARN] Unrecognized RBS type: RBS::Types::Bases::Top top [WARN] Unrecognized RBS type: RBS::Types::Bases::Top top [WARN] Unrecognized RBS type: RBS::Types::Bases::Top top [WARN] Unrecognized RBS type: RBS::Types::Bases::Top top [WARN] Unrecognized RBS type: RBS::Types::Bases::Top top [WARN] Unrecognized RBS type: RBS::Types::Bases::Top top [WARN] Unrecognized RBS type: RBS::Types::Bases::Top top [WARN] Unrecognized RBS type: RBS::Types::Bases::Top top [WARN] Unrecognized RBS type: RBS::Types::Bases::Top top [WARN] Unrecognized RBS type: RBS::Types::Bases::Top top [WARN] Unrecognized RBS type: RBS::Types::Bases::Top top [WARN] Unrecognized RBS type: RBS::Types::Bases::Top top [WARN] Unrecognized RBS type: RBS::Types::Bases::Top top [WARN] Unrecognized RBS type: RBS::Types::Bases::Top top [WARN] Unrecognized RBS type: RBS::Types::Bases::Top top [WARN] Unrecognized RBS type: RBS::Types::Bases::Top top [WARN] Unrecognized RBS type: RBS::Types::Bases::Top top [WARN] Unrecognized RBS type: RBS::Types::Bases::Instance instance [WARN] Unrecognized RBS type: RBS::Types::Bases::Instance instance [WARN] Unrecognized RBS type: RBS::Types::Bases::Top top [WARN] Unrecognized RBS type: RBS::Types::Bases::Top top [WARN] Unrecognized RBS type: RBS::Types::Bases::Top top [WARN] Unrecognized RBS type: RBS::Types::Bases::Top top [WARN] Unrecognized RBS type: RBS::Types::Bases::Top top [WARN] Unrecognized RBS type: RBS::Types::Bases::Top top [WARN] Unrecognized RBS type: RBS::Types::Bases::Top top [WARN] Unrecognized RBS type: RBS::Types::Proc ^(K) -> V? [WARN] Unrecognized RBS type: RBS::Types::Proc ^(K) -> V? [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Top top [WARN] Unrecognized RBS type: RBS::Types::Bases::Top top [WARN] Unrecognized RBS type: RBS::Types::Bases::Top top [WARN] Unrecognized RBS type: RBS::Types::Bases::Top top [WARN] Unrecognized RBS type: RBS::Types::Intersection X & ::io [WARN] Unrecognized RBS type: RBS::Types::Intersection X & ::io [WARN] Unrecognized RBS type: RBS::Types::Bases::Instance instance [WARN] Unrecognized RBS type: RBS::Types::Bases::Instance instance [WARN] Unrecognized RBS type: RBS::Types::Bases::Instance instance [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Bases::Bottom bot [WARN] Unrecognized RBS type: RBS::Types::Proc ^(untyped) -> A [WARN] Unrecognized RBS type: RBS::Types::Proc ^(::Integer id) -> void [WARN] Unrecognized RBS type: RBS::Types::Bases::Top top [WARN] Unrecognized RBS type: RBS::Types::Bases::Top top [WARN] Unrecognized RBS type: RBS::Types::Bases::Top top [WARN] Unrecognized RBS type: RBS::Types::Bases::Top top [WARN] Unrecognized RBS type: RBS::Types::Bases::Top top [WARN] Unrecognized RBS type: RBS::Types::Bases::Top top [WARN] Unrecognized RBS type: RBS::Types::Bases::Top top [WARN] Unrecognized RBS type: RBS::Types::Bases::Top top [WARN] Unrecognized RBS type: RBS::Types::Bases::Instance instance [WARN] Unrecognized RBS type: RBS::Types::Bases::Instance instance [WARN] Unrecognized RBS type: RBS::Types::Bases::Instance instance [WARN] Unrecognized RBS type: RBS::Types::Bases::Instance instance [WARN] Unrecognized RBS type: RBS::Types::Bases::Instance instance [WARN] Unrecognized RBS type: RBS::Types::Bases::Instance instance [WARN] Unrecognized RBS type: RBS::Types::Bases::Instance instance [WARN] Unrecognized RBS type: RBS::Types::Bases::Instance instance [WARN] Unrecognized RBS type: RBS::Types::Bases::Instance instance [WARN] Unrecognized RBS type: RBS::Types::Bases::Instance instance [WARN] Unrecognized RBS type: RBS::Types::Bases::Instance instance [WARN] Unrecognized RBS type: RBS::Types::Bases::Instance instance [WARN] Unrecognized RBS type: RBS::Types::Bases::Instance instance [WARN] Unrecognized RBS type: RBS::Types::Bases::Instance instance /Users/broz/src/repro-project/repro.rb:7 - Call to #foo is missing keyword argument bCall to #foo is missing keyword argument b 1 problem found. broz@bigbookpro:~/src/repro-project$ solargraph typecheck repro.rb 0 problems found. broz@bigbookpro:~/src/repro-project$ solargraph --version 0.49.0 broz@bigbookpro:~/src/repro-project$
The text was updated successfully, but these errors were encountered: