Skip to content

Warning logging about core/stdlib require statements #819

@apiology

Description

@apiology

This warning logging is triggering on each run of typecheck:

$ bundle exec solargraph typecheck --level typed
Ignoring rbs-3.9.0.pre.1 because its extensions are not built. Try: gem pristine rbs --version 3.9.0.pre.1
[WARN] require path set could not be resolved to a gem via find_by_path or guess of set
[WARN] require path rubygems could not be resolved to a gem via find_by_path or guess of rubygems
[WARN] require path pathname could not be resolved to a gem via find_by_path or guess of pathname
[WARN] require path fileutils could not be resolved to a gem via find_by_path or guess of fileutils
[WARN] require path open3 could not be resolved to a gem via find_by_path or guess of open3
[WARN] require path tmpdir could not be resolved to a gem via find_by_path or guess of tmpdir
[WARN] require path cgi could not be resolved to a gem via find_by_path or guess of cgi
[WARN] require path ripper could not be resolved to a gem via find_by_path or guess of ripper
[WARN] require path socket could not be resolved to a gem via find_by_path or guess of socket
[WARN] require path yaml could not be resolved to a gem via find_by_path or guess of yaml
[WARN] require path rubygems/package could not be resolved to a gem via find_by_path or guess of rubygems
[WARN] require path set could not be resolved to a gem via find_by_path or guess of set
[WARN] require path rubygems could not be resolved to a gem via find_by_path or guess of rubygems
[WARN] require path pathname could not be resolved to a gem via find_by_path or guess of pathname
[WARN] require path fileutils could not be resolved to a gem via find_by_path or guess of fileutils
[WARN] require path open3 could not be resolved to a gem via find_by_path or guess of open3
[WARN] require path tmpdir could not be resolved to a gem via find_by_path or guess of tmpdir
[WARN] require path cgi could not be resolved to a gem via find_by_path or guess of cgi
[WARN] require path ripper could not be resolved to a gem via find_by_path or guess of ripper
[WARN] require path socket could not be resolved to a gem via find_by_path or guess of socket
[WARN] require path yaml could not be resolved to a gem via find_by_path or guess of yaml
[WARN] require path rubygems/package could not be resolved to a gem via find_by_path or guess of rubygems

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions