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

Print environment paths in project command #254

Merged
merged 1 commit into from
Nov 12, 2020
Merged

Print environment paths in project command #254

merged 1 commit into from
Nov 12, 2020

Conversation

soutaro
Copy link
Owner

@soutaro soutaro commented Nov 11, 2020

steep project prints the directories to load library RBSs from for troubleshooting.

Example:

$ bundle exec steep project
Target:
  app:
    sources:
      patterns:
        - lib
      ignores:
      files:
        - lib/conference.rb
    signatures:
      patterns:
        - sig
      files:
        - sig/conference.rbs
    libraries:
      - set
      - pathname
    library dirs:
      - core: /Users/soutaro/src/steep/vendor/bundle/ruby/2.7.0/gems/rbs-0.16.0/core
      - set: /Users/soutaro/src/steep/vendor/bundle/ruby/2.7.0/gems/rbs-0.16.0/stdlib/set/0
      - pathname: /Users/soutaro/src/steep/vendor/bundle/ruby/2.7.0/gems/rbs-0.16.0/stdlib/pathname/0

@soutaro soutaro merged commit 2928ed2 into master Nov 12, 2020
@soutaro soutaro deleted the print-paths branch November 12, 2020 02:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant